umautobots / vod-converter

Convert between visual object detection datasets
MIT License
307 stars 93 forks source link

converter to older python versions #15

Open supernlogn opened 6 years ago

supernlogn commented 6 years ago

I made a tool to convert all f-strings inside the vod-converter to older python strings https://github.com/supernlogn/f-string-deconverter

So the project can be compatible to older python3 versions.

krosaen commented 6 years ago

Thanks! I will consider applying this and just making this project python3.5+ compatible. The fstrings are nice, but perhaps not worth the hassle given 3.5 is a pretty common default python3 install.

krosaen commented 6 years ago

In fact, if you want to open a pull request, I'd be happy to merge and go with 3.5 compatible code