msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.02k stars 953 forks source link

compile DCN v2 fatal error: ../linalg.h: No such file or directory #272

Open jiashu-zhu opened 4 years ago

jiashu-zhu commented 4 years ago

When I try to use DCN_v2op I follow the guide in the homepage to checkout to 998378a, and add DCN_v2op to src/operator/contrib,then compile MXNet But it doesn't work image image Is there something false when I compile MXNet?

wintersurvival commented 4 years ago

I encountered the same problem. Did you solve it?

jiashu-zhu commented 4 years ago

problem has been solved, you can use MXNet v1.1.0 or v1.3.0 @wintersurvival

wintersurvival commented 4 years ago

Thanks. Could the op using multi-gpu in training?

jiashu-zhu commented 4 years ago

I haven't confirm it, but early version of MXNet(like v1.1.0) maybe @wintersurvival