zhang-pengyu / ADRNet

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

RuntimeError: Error building extension '_prroi_pooling' #8

Closed DZSYUNNAN closed 2 years ago

DZSYUNNAN commented 2 years ago

when I run python Run_test.py, I have encountered this problem, could you give me some ideas to solve it

zhang-pengyu commented 2 years ago

The preciseROIPooling should be compiled following the instruction in the original repository (https://github.com/vacancy/PreciseRoIPooling).

easycodesniper-afk commented 2 years ago

The preciseROIPooling should be compiled following the instruction in the original repository (https://github.com/vacancy/PreciseRoIPooling).

I'm sorry but have you noticed that there is nothing about PreciseRoIPooling compile on Pytorch in the repo you provided?

easycodesniper-afk commented 2 years ago

Hi, have you solved your problem? I've met the same one.

zhang-pengyu commented 2 years ago

@easycodesniper-afk Hi~,the step-by-step setup is here. https://github.com/vacancy/PreciseRoIPooling#step-by-step-instructions

easycodesniper-afk commented 2 years ago

@easycodesniper-afk Hi~,the step-by-step setup is here. https://github.com/vacancy/PreciseRoIPooling#step-by-step-instructions

thx but I don't use tensorflow.

easycodesniper-afk commented 2 years ago

@easycodesniper-afk Hi~,the step-by-step setup is here. https://github.com/vacancy/PreciseRoIPooling#step-by-step-instructions

Hi, past days I tried kinds of ways, including updating my gcc/g++ vesion, and installing other version cuda & pytorch, but it doesn't work for this problem.My working environment is Ubuntu 16.04, gcc/g++6, cuda9.2, gtx 1080ti. Could you share your experience about compling preciseROIPooling?

easycodesniper-afk commented 2 years ago

Hi, I've solved this problem.I hope this blog would help you.https://blog.csdn.net/dongwanli666/article/details/104656679