We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Thank you for your great work.
I tried to run the train code with command
"bash dist_train.sh configs/retinanet_denseclip_r50_fpn_1x_coco.py 1", but got the following error.
super(SingleStageDetector, self).init(init_cfg) TypeError: init() takes 1 positional argument but 2 were given
I did not change the code but I dont know why building the model gets error. Could I get some help?!
The text was updated successfully, but these errors were encountered:
Hi, please check the version of your mmdet. Our codebase may not support the newest version of mmdet.
Sorry, something went wrong.
No branches or pull requests
Hi. Thank you for your great work.
I tried to run the train code with command
"bash dist_train.sh configs/retinanet_denseclip_r50_fpn_1x_coco.py 1", but got the following error.
super(SingleStageDetector, self).init(init_cfg) TypeError: init() takes 1 positional argument but 2 were given
I did not change the code but I dont know why building the model gets error.
Could I get some help?!
The text was updated successfully, but these errors were encountered: