monocongo / cvdata

Tools for creating and manipulating computer vision datasets
MIT License
17 stars 9 forks source link

fix split bug for replace_labels #156

Closed edumotya closed 4 years ago

edumotya commented 4 years ago

The replace_labels option for the clean script was bugged, it was using a non necessary string split method, since the parameter is already parsed as a list by the argparser.