You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: