FasterNet
FasterNet copied to clipboard
about load model
Hi,I use mmdetection to regist fasternet as backbones for the MOT task,but how can i load pretrained params ? I tried to use mmdetectron backbone to load downloaded pth,but it say logger.warn(f'No pre-trained weights for ' 2023-06-08 09:01:20,179 - mmdet - WARNING - No pre-trained weights for fasternet_l, training start from scratch
i think you should change the config file.
Hi @1072010918 , the pre-trained weights can be loaded by specifying the weight file in the config files.