CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

Could anyone share a docker image or dockerfile that has can run this repo? After compile DCNv2 successful, still can not import DCN #53

Open sisrfeng opened this issue 5 years ago • 3 comments

After compile DCNv2 successful, still can not import DCN #53 My environment: Ubuntu 18.04, with Anaconda Python 3.6, CUDA 10.0.130, and PyTorch v1.0.0 Many thx!

sisrfeng avatar May 16 '20 04:05 sisrfeng

https://github.com/xingyizhou/CenterTrack/pull/129#issue-475740634

ravikt avatar Aug 29 '20 08:08 ravikt

I have encountered the same problem as you. Would you please tell me the solution? Thank you very much!

lDarryll avatar Oct 31 '20 13:10 lDarryll

You should have successfully compiled DCNv2 on the CPU, but failed to compile it on the GPU. If you build Docker container according to this pull request https://github.com/xingyizhou/CenterTrack/pull/176, you can compile DCNv2 on your GPU.

Keiku avatar Dec 23 '20 08:12 Keiku