Closed mathshangw closed 3 years ago
i got this error raise type(e)(f'{obj_cls.__name__}: {e}') KeyError: "RetinaNet: 'pvt_small is not in the backbone registry'" when I used python train.py configs/retinanet_pvt_s_fpn_1x_coco_640.py
raise type(e)(f'{obj_cls.__name__}: {e}') KeyError: "RetinaNet: 'pvt_small is not in the backbone registry'"
python train.py configs/retinanet_pvt_s_fpn_1x_coco_640.py
Hi, do you import pvt in your train.py? We have registered pvt_small at line #312 in https://github.com/whai362/PVT/blob/main/detection/pvt.py.
import pvt
pvt_small
i got this error
raise type(e)(f'{obj_cls.__name__}: {e}') KeyError: "RetinaNet: 'pvt_small is not in the backbone registry'"
when I usedpython train.py configs/retinanet_pvt_s_fpn_1x_coco_640.py