Closed jyu-theartofml closed 6 years ago
Sorry for the slow reply. If you are using python 3 that might be the cause, on this line below the code assumes it will truncate the division:
https://github.com/mitroadmaps/roadtracer/blob/master/roadtracer/train.py#L113
Using python 2 would be easiest solution if that is possible, otherwise I think there are several changes you'd need to make.
Thank you for the reply. I will try fixing that to see if it will run.
I am training roadtracer on some new dataset (East African cities), and I got this error in the train.py file:
I followed the instruction on the github page, still get this error