sacmehta / EdgeNets

This repository contains the source code of our work on designing efficient CNNs for computer vision
MIT License
411 stars 82 forks source link

A problem related to directory from download_voc.sh and download_coco.sh #37

Closed ninfueng closed 4 years ago

ninfueng commented 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.