Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Graph #8

Open
VajiraPrabuddhaka opened this issue Aug 17, 2017 · 4 comments
Open

Create Graph #8

VajiraPrabuddhaka opened this issue Aug 17, 2017 · 4 comments

Comments

@VajiraPrabuddhaka
Copy link

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 ??

@unography
Copy link
Owner

@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.

@VajiraPrabuddhaka
Copy link
Author

@eldor4do Thank you very much for replying me. Then how would it recognize class name?? is it taking folder's name??

@unography
Copy link
Owner

@VajiraPrabuddhaka Yes, it would read from the folder name.

@VajiraPrabuddhaka
Copy link
Author

VajiraPrabuddhaka commented Aug 18, 2017

@eldor4do What about the labels.txt file??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants