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

Error on executing the Evaluation Command: #5

Closed SaqibMamoon closed 5 years ago

SaqibMamoon commented 5 years ago

ERROR: nofiles in the directory: ../vision_datasets/cityscapes/leftimg8bit/val/*/*.png ERROR: Existing

Please guide what should I do to resolve the issue, although train command works fine, and I have done training.

sacmehta commented 5 years ago

Could you check if this directory exist? From error, it is clear that there are no files.

BTW, if you have followed our instructions for downloading the dataset, then files would be in ‘./vision_datasets’ folder and not in ../vision_datasets folder