tensorflow-object-contour-detection
tensorflow-object-contour-detection copied to clipboard
How to generate labels from PASCAL VOC dataset
Hello Raj, You code is awesome and really helpful. But I am unable to generate labels. I have downloaded Pascal VOC dataset from this link: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/. I am not able to understand what should be in the "path to labels" in the code create_labels.py. Also what is the value 220 in this file. How the contour pixel value is decided.?
Hope to hear from you soon. Thanks in advance.
Hi , can you visualize one of the labels with %matplotlib notebook and hover your cursor to the boundaries ? What value does it say ?
Ok I will Surely try . Thanks for the response