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
thirdparty/mmdetection-2.17.0/mmdet/models/roi_heads/test_mixins.py", line 89, in simple_test_bboxes bbox_results = self._bbox_forward(x, rois) TypeError: _bbox_forward() missing 1 required positional argument: 'rois'
怎么样快速修复这个问题呢?谢谢
The text was updated successfully, but these errors were encountered:
可以参考这个#106 我没想到比较优雅的实现方式。。
Sorry, something went wrong.
其实是因为_bbox_forward函数需要显式地传入stage参数,你可以看看mmdetection里面cascade roi head的实现。
No branches or pull requests
thirdparty/mmdetection-2.17.0/mmdet/models/roi_heads/test_mixins.py", line 89, in simple_test_bboxes
bbox_results = self._bbox_forward(x, rois)
TypeError: _bbox_forward() missing 1 required positional argument: 'rois'
怎么样快速修复这个问题呢?谢谢
The text was updated successfully, but these errors were encountered: