MichaelRamamonjisoa / SharpNet

SharpNet: Fast and Accurate Recovery of Occluding Contours in Monocular Depth Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Annotation tool

tim885 opened this issue · comments

I noted that you manually annotated 100 NYUv2 images with occlusion contours. Can you kindly tell me which tool did you use for annotation? Thanks a lot!

Hi, I used the Guoxia Wang's Instance Labeling tool. It is nice to compute closed occlusion contours, but requires a bit of tricks to compute non-close contours.

Thanks for your response, I tried Instance Labeling tool and it works! For non-close contours, the way I found out is make instance polygons extremely thin and then convert it to boundary. Is that correct?

Yes I'm doing exactly that. It is a bit more time consuming but it all works out.