zhang-pengyu / ADRNet

code and results for 'Learning Adaptive Attribute-Driven Representation for Real-Time RGB-T Tracking'
45 stars 4 forks source link

ImportError: Can not compile Precise RoI Pooling library? #5

Closed 1900lxl closed 2 years ago

1900lxl commented 3 years ago

when we run "python Run_test.py“,there is a problem: ImportError: Can not compile Precise RoI Pooling library? thanks

zhang-pengyu commented 3 years ago

The Precise ROI Pooling is borrowed from https://github.com/vacancy/PreciseRoIPooling. Please refer to this repository. If necessary, you can delete the library and reinstall it.