TLNet icon indicating copy to clipboard operation
TLNet copied to clipboard

Not found: /home/mcg/Stereo3D/release/TLNet/avod/models

Open DasReich opened this issue 5 years ago • 2 comments

Hi,when i run the train command,an error occured: InvalidArgumentError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to get matching files on /home/mcg/Stereo3D/release/TLNet/avod/models/pyramid_cars_with_aug_example: Not found: /home/mcg/Stereo3D/release/TLNet/avod/models where i can find the file /home/mcg/Stereo3D/release/TLNet/avod/models? Hope you can help me ,Thanks.

DasReich avatar Nov 01 '19 02:11 DasReich

Hi, thanks for your interest. Line 5 in setup.py (wget https://cloud.tsinghua.edu.cn/f/6eb6b856efec42d19937/?dl=1 -O tlnet_pretrained.tar.gz) provides the pretrained model. If you've downloaded the model (or run the setup.py), the path /home/mcg/Stereo3D/release/TLNet/avod/models/pyramid_cars_with_aug_example in avod/configs/pyramid_cars_with_aug_example.config should be modified as avod/models/pyramid_cars_with_aug_example. This error in the config file is now fixed

Zengyi-Qin avatar Nov 25 '19 02:11 Zengyi-Qin

Hi, thanks for your interest. Line 5 in setup.py (wget https://cloud.tsinghua.edu.cn/f/6eb6b856efec42d19937/?dl=1 -O tlnet_pretrained.tar.gz) provides the pretrained model. If you've downloaded the model (or run the setup.py), the path /home/mcg/Stereo3D/release/TLNet/avod/models/pyramid_cars_with_aug_example in avod/configs/pyramid_cars_with_aug_example.config should be modified as avod/models/pyramid_cars_with_aug_example. This error in the config file is now fixed

Thanks so much! I'll try it.

DasReich avatar Nov 25 '19 03:11 DasReich