dingjiansw101 / AerialDetection

Apache License 2.0
786 stars 183 forks source link

epoch_12.pth is not a checkpoint file #101

Open prayagpawar opened 1 year ago

prayagpawar commented 1 year ago

when i run python demo.large.py i get this error. raise IOError('{} is not a checkpoint file'.format(filename)) OSError: work_dirs/faster_rcnn_RoITrans_r50_fpn_1x_dota/epoch_12.pth is not a checkpoint file i suppose this is where u put trained model

666zachary commented 1 year ago

have you solved this?