mapillary / mapillary_vistas

MVD Evaluation Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Python 3

ternaus opened this issue · comments

python mapillary_vistas/tools/evaluation.py --help
Traceback (most recent call last):
  File "mapillary_vistas/tools/evaluation.py", line 127, in <module>
    import cProfile, pstats, StringIO
ModuleNotFoundError: No module named 'StringIO'

Hi @ternaus,

We are planning to support Python 3 in the future, but mapillary_vistas requires Python 2 for time being.

Do you mind if I will create a pull request with a fix?

@ternaus I don't mind at all. Please go ahead :)
I'll leave this issue closed though, we can discuss further on the PR