embl-cba / cats

Other
1 stars 2 forks source link

Stroke Width #6

Closed davodogster closed 5 years ago

davodogster commented 5 years ago

Increasing the stroke width above 1 does not appear actually change the stroke width once the annotation is added to a class. The annotated line is only one pixel wide regardless of the stroke width setting.

tischi commented 5 years ago

Yes, this is on purpose. I thought about this a lot and I think adding more adjacent pixel does not add much more information, but it only makes everything slow and it will also saturate the Random Forest classifier capacity. I fact, I think the best labeling strategy would be to place just individual points (1 pixel) with quite some distance from each other.