I have 1000 classes, each containing 10 images. For face recognition with my dataset, would it be more beneficial to use a pretrained model or to perform fine-tuning?
Should I retrain from scratch, and if so, what techniques should I use for data augmentation?
Should I use the default model in the deepface package or fine-tune it to fit with my data for face recognition?
42 views Asked by user23845312 At
1
There are 1 answers
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in FACE-RECOGNITION
- Way to get CustomPainter to track face in Camera Flutter MLKit
- Face Recognition in Windows Logon
- Should I use the default model in the deepface package or fine-tune it to fit with my data for face recognition?
- How to use Google ML KIT to recognize facial expressions Determine whether a person is smiling or has their eyes closed
- Change Windows Logon
- Issue FaceRecognition
- face_recognition library: TypeError: compute_face_descriptor(): incompatible function arguments
- AttributeError: module 'face_recognition' has no attribute 'face_encodings' if tried to use as REST API
- Is this model overfit or underfit?
- i have install face_recognition_models but it is not importing in vscode and keep saying inytsall face_recognition model consider i am a new mac user
- Bug known when scanning face, the camera spamming take photo and doing flashing on screen on iPhone
- How to execute mqtt commands of Getconfig in android java
- How to handle specs glare in face recognition?
- How to classify facials features embedding with high accuracy(+ 90%). what adjustment can i make in svm model to classify 20+ classes
- Error :"tile cannot extend outside image"
Related Questions in PRE-TRAINED-MODEL
- Using an upstream-downstream ML model, with the upstream being Wav2Vec 2.0 transformer and the downstream CNN. The model's accuracy is plateaued, why?
- Should I use the default model in the deepface package or fine-tune it to fit with my data for face recognition?
- Can not load pre-trained model
- Running a pretrained model on real-time applications
- Using pretrained model with sample features
- 'CTCTrainer' object has no attribute 'use_amp'
- Pre-trained Model Not Loading
- Opencv with pre-trained model
- I was using colab: I want to run a .py file having argparse function to train a model
- Layer mismatch using tensorflow: Model expected 107 layers, found 0 saved layers when trying to deploy to Google Cloud
- I'm beginner.I wonder how to evaluate my own pretrain model on GLUE benchmark?
- Does this elasticsearch setup even use ML node?
- Continual training of a pre-trained LLM via LoRa with xTuring
- How to apply a trained machine learning model of images to a video?
- Pretrained Neural Network almost stops improving after a few epochs of training
Related Questions in FINE-TUNING
- loading saved model doesn't behave as expected when finetuning it
- Can I create a fine-tuned model for OpenAI API Codex models?
- Transfer learning (or fine-tuning) pre-trained model on non-text data
- Fine tuning a BERT Model as a chatbot giving error while training
- I have to finetune the below query in Postgres its taking time for fetching the data, can you help Me?
- Do I need to retrain Bert for NER to create new labels?
- How to use GPU for Fine-tuning HuggingSound custom model
- I am attempting to fine-tune the stable diffusion with Dreambooth on myself (my face and body)
- Is validation set necessary when fine-tuning a model using synthetic images?
- Can i clear up gpu vram in colab
- Error with MXNET and CUDA in Google Colab: no kernel image is available for execution on the device
- Torchvision RetinaNet predicts unwanted class background
- fine tuning with hugging face trainer when adding layer on eletra model
- fine-tuning bert for abstractive text summarization
- wandb getting logged without initiating
Related Questions in DEEPFACE
- Get realtime data from DeepFace Stream function
- Speep up the real time face-detection using CV2 and DeepFace
- Warning: tensorflow:AutoGraph is not availble in this environment: functions lack code information. This is typical of some environments
- Error with DeepFace library in Chaquopy Android Project
- DeepFace IndexError: single positional indexer is out-of-bounds
- Face recognition using deepface shows error "NoneType has no len()"
- OS error occurs when running DeepFace.stream()
- What is the best approach for storing multiple vectors per person for face recognition
- how to handle error in deepFace.analyze() when no face is found?
- Best image format for face detection and face recognition with the DeepFace library
- Whats the best way to sort and search for similar embeddings for facial recognition
- DeepFace analyze function rises serialization issue
- ValueError: Face could not be detected in DeepFace
- deepface ResourceExhaustedError: failed to allocate memory [Op:AddV2]
- Problem with importing deepface in python
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It depends! For instance, the most dominant 2 models in deepface's portfolio, VGG-Face was trained with 2.6M and FaceNet was trained with 200M training images. If you are going to train these models with more training data, the answer is yes, your fine-tuned model would most probably overperform than pre-trained models. Notice that these models were trained with very powerful GPUs and it taken days! So, using pre-trained models would be wiser for most cases.