lxy5513 / hrnet

deep_high_resolution_network for pose estimation,integrate yoloV3 human detection, insert flownet2 and SG-filter
MIT License
81 stars 19 forks source link

OSError: models/mmdetection/cascade_rcnn_r50_fpn_20e_20181123-db483a09.pth is not a checkpoint file #5

Closed thekoshkina closed 5 years ago

thekoshkina commented 5 years ago

Hi @lxy5513 where can i get these 3 files for model_cfgs:

cascade_rcnn_r50_fpn_20e_20181123-db483a09.pth
htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth
htc_r50_fpn_20e_20190408-c03b7015.pth

without them i get an error

raise IOError('{} is not a checkpoint file'.format(filename))
OSError: /ssd/xyliu/models/mmdetection/cascade_rcnn_r50_fpn_20e_20181123-db483a09.pth is not a checkpoint file
lxy5513 commented 5 years ago

download them in there: https://github.com/open-mmlab/mmdetection/blob/master/MODEL_ZOO.md

thekoshkina commented 5 years ago

Thank you