Skip to content
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

Closed
ga546 opened this issue Mar 8, 2022 · 7 comments
Closed

eval_map()got an unexpected keyword argument"version" #79

ga546 opened this issue Mar 8, 2022 · 7 comments

Comments

@ga546
Copy link

ga546 commented Mar 8, 2022

Thanks for your error report and we appreciate it a lot.

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. I have read the FAQ documentation but cannot get the expected help.
  3. The bug has not been fixed in the latest version.

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

  1. What command or script did you run?
    python tool/train.py
    A placeholder for the command.

  2. Did you make any modifications on the code or config? Did you understand what you have modified?

  3. What dataset did you use?

Environment

  1. Please run python mmrotate/utils/collect_env.py to collect necessary environment information and paste it here.
  2. You may add addition that may be helpful for locating the problem, such as
    • How you installed PyTorch [e.g., pip, conda, source]
    • Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.)

Error traceback
If applicable, paste the error trackback here.

A placeholder for trackback.

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

@happy20200
Copy link

请问你自己的数据及是怎么做的啊,另外你这个问题我也遇到了,我直接注释掉出问题的行倒是临时跑通了

@ga546
Copy link
Author

ga546 commented Mar 8, 2022

我是把自己的数据集改成dota数据集的格式,嗯嗯,注释掉确实跑通了,就是不知道实际上那个参数有没有用

@happy20200
Copy link

我是把自己的数据集改成dota数据集的格式,嗯嗯,注释掉确实跑通了,就是不知道实际上那个参数有没有用

那请问是用什么工具标注的呢,刚刚入门目标检测,实在没有经验

@zytx121
Copy link
Collaborator

zytx121 commented Mar 8, 2022

@ga546 This bug has been fixed in #37, and you could refer to it (just delete it). Or you could switch to the dev branch.

@zytx121
Copy link
Collaborator

zytx121 commented Mar 8, 2022

请问你自己的数据及是怎么做的啊,另外你这个问题我也遇到了,我直接注释掉出问题的行倒是临时跑通了

@happy20200
Thank you for answering this issue. We have already answered your questions in #78

@ga546
Copy link
Author

ga546 commented Mar 8, 2022

我是把自己的数据集改成dota数据集的格式,嗯嗯,注释掉确实跑通了,就是不知道实际上那个参数有没有用

那请问是用什么工具标注的呢,刚刚入门目标检测,实在没有经验

I use labelme

@ga546
Copy link
Author

ga546 commented Mar 8, 2022

@ga546 This bug has been fixed in #37, and you could refer to it (just delete it). Or you could switch to the dev branch.
thanks

@ga546 ga546 closed this as completed Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants