cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.04k stars 3.75k forks source link

MakeFile does not run in python3 #129

Open vairamsvsjdo opened 6 years ago

vairamsvsjdo commented 6 years ago

MakeFile does not run in python3. It expects to use python 2 always. It errors when compiling for python3 as indicated in https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

Also it requires -w to ignore style warnings ex: make -w

lotfiGipsyKing commented 6 years ago

just edit the make file, and change every python by python3

vairamsvsjdo commented 6 years ago

I created a pull request with a much better solution