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
在Faster R-CNN中添加了OHEM后,在VOC数据集得到的mAP反而下降了,请问一下这是什么原因造成的?
The text was updated successfully, but these errors were encountered:
Hi @dailonggang The reason is not easy to say, it may be the parameters or the need for longer training time, etc.
Sorry, something went wrong.
你好,请教一下,我现在想在我的模型中使用TTFNet的TTFHead,我应该择那么操作,我现在的虚拟环境中已经安装好了mmdet,我是否需要在自己的项目中将mmdet文件夹放在我自己的项目里边,具体放在什么位置,应该如何调用,希望你能给一点点建议,非常感谢
@HappyPeanuts You only need import mmdet and register the head module in your project. You can refer to https://github.com/open-mmlab/mmdetection/blob/master/docs_zh-CN/3_exist_data_new_model.md
import mmdet
hhaAndroid
No branches or pull requests
在Faster R-CNN中添加了OHEM后,在VOC数据集得到的mAP反而下降了,请问一下这是什么原因造成的?
The text was updated successfully, but these errors were encountered: