Closed john2020-210 closed 3 years ago
Try pytorch 1.4, and build again.
To get started, maybe you can start with fsdet(https://github.com/ucbdrive/few-shot-object-detection) to see if you can get it to run first.
@bsun0802 Thanks for your reply.I have tried with pytorch1.4 and started the fsdet successfully ,but it still report the RuntimeError:Not compiled with GPU support(ROIAlign_forward at FSCE-main /fsdet/layers/csrc/ROIAlign/ROIAlign.h:73
Maybe you can delete it and try build again? I'm no expert in build, ours use the same build code from fsdet.
It seems other people were able to run our code. Maybe you can find information in other issues?
Thank you all the same,I find the error mainly relates to the ROIAlign_forward in fsdet/layers/csrc/ROIAlign/ROIAlign.73,could you help me ?
ROIAlign as you mentioned, are C source files and I believe coming from detectron2, and we do not modify and we believe fsdet's author will not modify ROI Align as well.
Sorry but I have no idea bro haha.
When I run the code ,I met the following problem" RuntinmeError:Not compiled with GPU support " dose anyone meet the same problem? my environment is pytorch1.71 cuda 10.1 GRX 2080Ti