mousecpn / FERNet-Pytorch

An unofficial implementation of Dual Refinement Underwater Object Detection Network
MIT License
9 stars 2 forks source link

TyperError:__init__() got an unexpected keyword argument 'assist' #2

Open ZYCi opened 2 years ago

ZYCi commented 2 years ago

image Can you help me with these error messages?

mousecpn commented 2 years ago

It is very weird. Where is the keyword "assist" from? I am not sure that mmdet has such a keyword in the backbone setting.

ZYCi commented 2 years ago

Thanks for your quick reply. In the mmdetection repository, I saw a similar TypeError error message.https://github.com/open-mmlab/mmdetection/issues/5734 Maybe there is something wrong with my environment configuration?

mousecpn commented 2 years ago

Thanks for your quick reply. In the mmdetection repository, I saw a similar TypeError error message.open-mmlab/mmdetection#5734 Maybe there is something wrong with my environment configuration?

I recommend you to use pycharm to debug to find the "assist" keyword

ZYCi commented 2 years ago

image I can't find this file ‘utdac_detection_coco.py', please tell me where is this file

mousecpn commented 2 years ago

image I can't find this file ‘utdac_detection_coco.py', please tell me where is this file

browse the internet for "how to use the custom dataset in mmdetection" and I think this link may help: https://github.com/mousecpn/mmdetection/blob/master/docs/2_new_data_model.md