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

What is the correct format for training on custom data? #52

Open
Callum232310 opened this issue Jul 29, 2022 · 1 comment
Open

What is the correct format for training on custom data? #52

Callum232310 opened this issue Jul 29, 2022 · 1 comment

Comments

@Callum232310
Copy link

Hi, I see in the description the following layout is required for training on a custom dataset:

inputs
└── <dataset name>
    ├── images
    |   ├── 0a7e06.jpg
    │   ├── 0aab0a.jpg
    │   ├── 0b1761.jpg
    │   ├── ...
    |
    └── masks
        ├── 0
        |   ├── 0a7e06.png
        |   ├── 0aab0a.png
        |   ├── 0b1761.png
        |   ├── ...
        |
        └── 1
            ├── 0a7e06.png
            ├── 0aab0a.png
            ├── 0b1761.png
            ├── ...

Let's say 0a7e06.png has one instance of class 0 and no instances of class 1. My question is, is a blank image in the class 1 folder named 0a7e06.png required? Or is 0a7e06.png only required to exist in folder 0?

Thanks

@dcaaveras
Copy link

Blank image in the class 1 then will be required if im not wrong

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