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

About the parameters of CP-Cluster on COCO test-dev #8

Open
RangeKing opened this issue Jul 11, 2022 · 5 comments
Open

About the parameters of CP-Cluster on COCO test-dev #8

RangeKing opened this issue Jul 11, 2022 · 5 comments

Comments

@RangeKing
Copy link

I saw the examples about COCO val in README. Could you please provide the parameters(iou_threshold and min_score) of CP-Cluster on COCO test-dev? Thx!

@shenyi0220
Copy link
Owner

For all the repos with CP, my experience is just to keep the 2 params same between COCO-val and COCO-test-dev. Sure welcome to further discuss with me it they're not working for you.

@RangeKing
Copy link
Author

RangeKing commented Jul 14, 2022

Thanks for your reply. I followed your instruction and successfully compiled mmcv-full without any error or warning. But when I import mmcv.ops.
image
Do you know how to solve this problem? The environment information: PyTorch 1.10, python 3.9.12, CUDA 11.3.
I saw the same problem in #6 (comment) and #4 (comment).

@shenyi0220
Copy link
Owner

shenyi0220 commented Jul 15, 2022

Ahh, not quite professional on this.
Let me share my env version with you: Python 3.8.12+Pytorch1.10.2+Cuda10.2

Also, let's try to compile standard MMCV without CP firstly. I'm not sure whether mmcv could support cuda 11+ well.

And from your log, looks your C++ part of mmcv is not compiled correctly, or something wrong with Cython library

@RangeKing
Copy link
Author

Standard MMCV without CP can be successfully compiled and works well. I'll try to compile CP on CUDA 10.2.

@mastergao57
Copy link

Standard MMCV without CP can be successfully compiled and works well. I'll try to compile CP on CUDA 10.2.

Have you solved the problem undefined symbol: _Z3nmsN2at6TensorES0_fi?

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