Create Graph
Can anyone further explain on this (i.e. by giving example)
For retraining, prepare folder structure as
- root_folder_name
- class 1
- file1
- file2
- class 2
- file1
- file2
What are the file1 and file2 ??
@VajiraPrabuddhaka Hi, file1, file2 are your files of that class.
If you're training to identify between 2 classes - cats and dogs, and you have 5 images of cats and 5 images of dogs, create a folder named 'cats' (class1) and put your files inside, create a folder named 'dogs' (class2) and put your files inside.
@eldor4do Thank you very much for replying me. Then how would it recognize class name?? is it taking folder's name??
@VajiraPrabuddhaka Yes, it would read from the folder name.
@eldor4do What about the labels.txt file??