Closed ninfueng closed 4 years ago
Hello, I think there is a problem related to directory as shown in here: https://github.com/sacmehta/EdgeNets/blob/096d165c305a1ebef8cb8ee0f38945e780ecc046/data_loader/segmentation/scripts/download_voc.sh#L2 https://github.com/sacmehta/EdgeNets/blob/096d165c305a1ebef8cb8ee0f38945e780ecc046/data_loader/segmentation/scripts/download_coco.sh#L2
The ../../../../vision_datasets goes out of EdgeNets folder. I think convert to ../../../vision_datasets is better.
../../../../vision_datasets
../../../vision_datasets
Hello, I think there is a problem related to directory as shown in here: https://github.com/sacmehta/EdgeNets/blob/096d165c305a1ebef8cb8ee0f38945e780ecc046/data_loader/segmentation/scripts/download_voc.sh#L2 https://github.com/sacmehta/EdgeNets/blob/096d165c305a1ebef8cb8ee0f38945e780ecc046/data_loader/segmentation/scripts/download_coco.sh#L2
The
../../../../vision_datasets
goes out of EdgeNets folder. I think convert to../../../vision_datasets
is better.