waldo-seg / waldo

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

not output background object #70

Closed YiwenShaoStephen closed 6 years ago

YiwenShaoStephen commented 6 years ago

Now only object class > 0 (not background) will be output. It solves problems that not all background pixels are merged into one object. This gives me a improvement from 0.37 to 0.40.

Also rewrite the visualization code so that only objects (not background) will have a mask and be totally transparent on other places.

danpovey commented 6 years ago

OK, merging.