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

How robust is your codebase to any custom dataset ? #80

Open
SimonCoste opened this issue Aug 6, 2024 · 1 comment
Open

How robust is your codebase to any custom dataset ? #80

SimonCoste opened this issue Aug 6, 2024 · 1 comment

Comments

@SimonCoste
Copy link

@tianrun-chen , thanks for this very good paper and repo. I currently want to try your method and adapt it to a custom dataset ; could you point out to me how I have to format my dataset ?
for example, COD10k is formatted like this, shall I follow this rule ?

├──dataset
│   ├── IMG
│   │   ├── image1.png
│   │   ├── ...
│   ├── GT
│   │   ├── image1.png
│   │   ├── ...
@tianrun-chen
Copy link
Owner

It is recommended to adhere to the guidelines, allowing you to make minor adjustments to the YAML file and dataloader. However, you can always modify the dataloader to accommodate different dataset structures.

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