SAM-Adapter-PyTorch icon indicating copy to clipboard operation
SAM-Adapter-PyTorch copied to clipboard

How robust is your codebase to any custom dataset ?

Open SimonCoste opened this issue 1 year ago • 1 comments

@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
│   │   ├── ...

SimonCoste avatar Aug 06 '24 12:08 SimonCoste

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.

tianrun-chen avatar Aug 07 '24 17:08 tianrun-chen