What is the minimum dataset required for one class?
Mostra commenti meno recenti
I'm doing project on electric circuit diagram recognition. I have segmented the components but after feature extraction the classifier does not classify correctly. I have considered 8 images for each class. Is it enough?
Risposte (1)
Ameer Hamza
il 4 Mag 2020
0 voti
Definitely now enough. Not even close. Consider the MNIST dataset, which is used to train a network on handwritten images for recognition of digits, a task much relatively simpler than classifying a circuit diagram. And even it uses 60000 images for training (about 6000 for each digit).
My suggestion is to use some non-image based classification technique. For example, develop a strategy to extract features of a circuit diagram based on its properties, e.g., number of component, type of connections, type of sources, etc. However, this task in itself can be very complicated.
3 Commenti
ABHINAV M S
il 5 Mag 2020
Ameer Hamza
il 5 Mag 2020
Even if you are using SVM, image-based features will still require a large dataset. Even non-image based features will still require quite a large dataset. Also, if you are going to use SVM, then are you sure that these image-based features you mentioned have a strong correlation with the class of circuit diagram?
ABHINAV M S
il 5 Mag 2020
Categorie
Scopri di più su Keypoint Detection in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!