krumo / Domain-Adaptive-Faster-RCNN-PyTorch

Domain Adaptive Faster R-CNN in PyTorch
MIT License
305 stars 68 forks source link

ImportError: /maskrcnn-benchmark/maskrcnn_benchmark/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE #48

Open jzpcn opened 1 year ago

jzpcn commented 1 year ago

image hello,I meet this problem, who knows how to solve it?

krumo commented 1 year ago

This error happens because you don't compile the customized nms operator correctly. Please follow https://github.com/facebookresearch/maskrcnn-benchmark/issues/421 for a solution.