princewang1994 / R-FCN.pytorch

A Pytorch Implementation of R-FCN/CoupleNet
MIT License
64 stars 18 forks source link

regarding compiling the modules #4

Closed isalirezag closed 6 years ago

isalirezag commented 6 years ago

When I am compiling the modules, can you please tell me what should i change if im using Python 3.5.

princewang1994 commented 6 years ago

Sorry for replying late, have you solved the compiling problems? I tried compiling with python3.6 and successfully passed make process, it seems that there is no need to change source code. I just want to know what error your met, thanks

isalirezag commented 6 years ago

yes, it is working fine actually, it was due to the gpu selection i assume :)

princewang1994 commented 6 years ago

Alright ;) thanks for reporting.