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