JerryX1110 / RPCMVOS

[AAAI22 Oral] Reliable Propagation-Correction Modulation for Video Object Segmentation
MIT License
78 stars 11 forks source link

How Can I setup dataset and .pth path? #8

Closed kkk3449 closed 2 years ago

kkk3449 commented 2 years ago

I git clone this git page and download datasets and .pth file suessful, and then I want to know how to setup dataset and pth path. I got a path error.

Screenshot from 2022-08-19 17-17-58

JerryX1110 commented 2 years ago

You need to modify the dataset loading path and the .pth loading path in the https://github.com/JerryX1110/RPCMVOS/blob/main/configs/resnet101_rpcm_ytb_stage_1.py and https://github.com/JerryX1110/RPCMVOS/blob/main/configs/resnet101_rpcm_ytb_stage_2.py.

I add some descriptions about the dataset path configs in these two config files. If you still have problems, please do not hesitate to let me know~ : )

kkk3449 commented 2 years ago

You need to modify the dataset loading path and the .pth loading path in the https://github.com/JerryX1110/RPCMVOS/blob/main/configs/resnet101_rpcm_ytb_stage_1.py and https://github.com/JerryX1110/RPCMVOS/blob/main/configs/resnet101_rpcm_ytb_stage_2.py.

I add some descriptions about the dataset path configs in these two config files. If you still have problems, please do not hesitate to let me know~ : )

Thanks, I will try it!