longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

python3 compatibility #29

Closed meijieru closed 6 years ago

meijieru commented 7 years ago

The faster R-CNN package does not support python3. Is there any timetable for fix it?

adityaarun1 commented 7 years ago

I converted this project to python3 using the tool 2to3 and fixing other minor issues.

qijiezhao commented 6 years ago

@meijieru Hi, I met a quite impossible problem of the python version, too.

The provided vggnet model is actually friendly only with python3, I run with error if using python2. However, when I change the overall python version, I met problem in compiling faster-rcnn repo..

Do you know how to fix this?