bcmi / GracoNet-Object-Placement

Official code for ECCV2022 paper: Learning Object Placement via Dual-path Graph Completion
MIT License
73 stars 6 forks source link

Build faster-rcnn for accuracy evaluation failed #12

Closed YaziLee closed 11 months ago

YaziLee commented 11 months ago

Hello author! When I reproduced your code, I entered the command python setup.py build develop, but the program reported an error, showing that the pytorch11.4 version did not match the cuda version 10.1, but after checking, I found that the cuda on my system was version 11.4. Please tell me how should I fix this problem? Looking forward to your answer, thank you.