ryouchinsa / Rectlabel-support

RectLabel is an offline image annotation tool for object detection and segmentation.
https://rectlabel.com
507 stars 73 forks source link

Pixel blending makes pixel-wise segmentation into a more difficult task. #170

Closed Jaro93 closed 4 years ago

Jaro93 commented 4 years ago

Hi,

We're using PNG (but have also tried BMP and TIFF image format) in RectLabel. The result at high zoom level is that it seems like there is a gradient added to the centre of each pixel going outwards. This makes pixel-wise segmentation more difficult to achive accurately.

For example, zoomed in image in RectLabel:

RectLabel

Compared to a zoomed in image in MacOS's Preview app:

PreviewApp

It's important for us to create accurate labels, and this is a bit of a hinderance. Could you please remedy the issue ASAP? Thanks.

ryouchinsa commented 4 years ago

Thanks for writing the issue.

We are using linear filter for the image and the mask. white/black box: image cyan: mask

スクリーンショット 2020-07-09 12 21 32

We can change to nearest filter.

スクリーンショット 2020-07-09 12 18 46

Does this work for you?

Jaro93 commented 4 years ago

That would be fantastic, thank you!

ryouchinsa commented 4 years ago

We submitted the new update to Apple. When the new update is released, we will let you know. Thank you.

ryouchinsa commented 4 years ago

The new update version 3.02.3 was released. To show the new update on Mac App Store, press command + R to reload.

Let us know your feedback.

Jaro93 commented 4 years ago

Thank you so much!