dbolya / tide

A General Toolbox for Identifying Object Detection Errors
https://dbolya.github.io/tide
MIT License
702 stars 115 forks source link

chore(tidecv): reformat tidecv #1

Closed FateScript closed 4 years ago

FateScript commented 4 years ago

Code in your repo is not well-formatted. I use black and isort to refortmat your code, and now it looks well-writen.

By the way, quantifier in this line is not defined, I believe that this is a bug, please fix it later.

dbolya commented 4 years ago

Except for reordering the imports, this looks worse to me. I mean, using double quotes instead of single quotes, putting every parameter in a function call on its own line, and using spaces instead of tabs hardly seem like pressing issues to me.

Since this seems like personal preference, I don't think I'll merge this PR.

(and yeah the qualifier stuff isn't finished yet)

FateScript commented 4 years ago

Well, seems PEP8 coding style is not prefered in this repo :)