AceCoooool / DSS-pytorch

:star: PyTorch implement of Deeply Supervised Salient Object Detection with Short Connection
MIT License
173 stars 53 forks source link

I have some problems about dataset.py #23

Open panmyuan opened 5 years ago

panmyuan commented 5 years ago

image The part marked in the picture should be repalced by my own path or not ?I want to know what the dataset.py works.

panmyuan commented 5 years ago

image I download MSRA-B as shown. And i run the code ,but i don't change the path. Does this have an effect on the results?

AceCoooool commented 5 years ago

image The part marked in the picture should be repalced by my own path or not ?I want to know what the dataset.py works.

this is just for own test. (just ignore it)

image I download MSRA-B as shown. And i run the code ,but i don't change the path. Does this have an effect on the results?

The default root is https://github.com/AceCoooool/DSS-pytorch/blob/5aa12cede3659c53634ecd225feaac8ebd505f7b/main.py#L37 (/home/youpcname/data), you can change to your own root.