panzhiyi/URSS

The thickness of the lines.

Closed this issue · 2 comments

Hi, thanks for your work.
I am reproducing your results with shrink set to 1. However, I found the shrink annotations that you provide are thicker than its original ones. Is that processed with cv2.polylines(img, thickness=2) or other thickness ratio?
The following ones are my reproductions of annotation "2007_000032.xml":

Directly converted from xml of ScribbleSup:
image (1)

Converted form xml of ScribbleSup with thickness=2 set in cv2.polylines():
image (2)

Shrink=0.2 provided by this repo:
image (3)

We use convertscribbles.m to generate the scribble data.

OK, thank you very much.