Closed HeilantG closed 2 years ago
@HeilantG The error is caused by incorrect installation of detectron2. I would suggest you install detectron2 according to their official guidance.
Thanks for your reply, I solved the problem by doing a full reinstall.
I installed detectron2 from source, because my cuda is 11.6 and my torch is 1.12.1, not on the table. when I try to run the demo, I got _C import error:
I also tried copying _C.cpython-37m-x86_64-linux-gnu.so from frankmocap/detectron2/detectron2 to frankmocap/detectors/hand_object_detectors/lib/model (the new file is smaller than the old one), but the error message did not change.