SAM-Adapter-PyTorch
SAM-Adapter-PyTorch copied to clipboard
How robust is your codebase to any custom dataset ?
@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
│ │ ├── ...