waldo-seg / waldo

image-segmentation and text-localization
Apache License 2.0
13 stars 13 forks source link

Bug #49

Closed danpovey closed 6 years ago

danpovey commented 6 years ago

https://github.com/waldo-seg/waldo/blob/540c3cbe1488e487c2c00a72240d95aaf9e65c4d/scripts/waldo/data_manipulation.py#L162

Yiwen, on this line and the previous one, shouldn't the num_classes be 2 * num_classes?

I think this explains our problems

danpovey commented 6 years ago

oh wait, I might have misinterpreted the code..

YiwenShaoStephen commented 6 years ago

I followed the definition here: https://github.com/waldo-seg/waldo/blob/master/scripts/waldo/data_types.py#L194