endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'experiments/cfgs/res152.yml' #434

Open tong8080 opened 5 years ago

tong8080 commented 5 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'experiments/cfgs/res152.yml' When I run ./experiments/scripts/test_faster_rcnn.sh 0 coco res152, the bug happen please help

cnuzh commented 5 years ago

Hi,I have the same problem with you.Did you resolve it? Thanks!

cnuzh commented 5 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'experiments/cfgs/res152.yml' When I run ./experiments/scripts/test_faster_rcnn.sh 0 coco res152, the bug happen please help

Hi,I have the same problem with you.Did you resolve it? Thanks!

ZhuoyaYang commented 5 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'experiments/cfgs/res152.yml' When I run ./experiments/scripts/test_faster_rcnn.sh 0 coco res152, the bug happen please help

Hi,I have the same problem with you.Did you resolve it? Thanks!

First, cp res101.yml res152.yml, change EXP_DIR and SNAPSHOT_PREFIX. Then, download res152.cpkt.