bwconrad / decoder-denoising

Pytorch reimplementation of Decoder Denoising Pretraining for Semantic Segmentation
MIT License
45 stars 8 forks source link

dataset #7

Open AbelAbeb opened 3 months ago

AbelAbeb commented 3 months ago

can I get the dataset you have used? where should I have to implement it?

bwconrad commented 3 months ago

The original authors do most of their experiments on ImageNet-21k, which you can get from the ImageNet site. But regardless of the dataset, all you need to do is set --data.root to the path of your dataset and that should load all the files.