-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
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
eval_map()got an unexpected keyword argument"version" #79
Comments
请问你自己的数据及是怎么做的啊,另外你这个问题我也遇到了,我直接注释掉出问题的行倒是临时跑通了 |
我是把自己的数据集改成dota数据集的格式,嗯嗯,注释掉确实跑通了,就是不知道实际上那个参数有没有用 |
那请问是用什么工具标注的呢,刚刚入门目标检测,实在没有经验 |
@happy20200 |
I use labelme |
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug
A clear and concise description of what the bug is.
I train my own dataset and evaluation it but it return eval_map()got an unexpected keyword argument"version"
Reproduction
What command or script did you run?
python tool/train.py
A placeholder for the command.
Did you make any modifications on the code or config? Did you understand what you have modified?
What dataset did you use?
Environment
python mmrotate/utils/collect_env.py
to collect necessary environment information and paste it here.$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)Error traceback
If applicable, paste the error trackback here.
Bug fix
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
in dota.py
Comment line 205 : version=self.version
The text was updated successfully, but these errors were encountered: