CP-Cluster icon indicating copy to clipboard operation
CP-Cluster copied to clipboard

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

Open RangeKing opened this issue 2 years ago • 5 comments

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!

RangeKing avatar Jul 11 '22 05:07 RangeKing

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.

shenyi0220 avatar Jul 12 '22 01:07 shenyi0220

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 https://github.com/shenyi0220/CP-Cluster/issues/6#issuecomment-1140413121 and https://github.com/shenyi0220/CP-Cluster/issues/4#issue-1222174546.

RangeKing avatar Jul 14 '22 06:07 RangeKing

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

shenyi0220 avatar Jul 15 '22 03:07 shenyi0220

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

RangeKing avatar Jul 16 '22 15:07 RangeKing

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?

mastergao57 avatar Dec 06 '22 08:12 mastergao57