tensorflow-object-contour-detection icon indicating copy to clipboard operation
tensorflow-object-contour-detection copied to clipboard

Dataset to be used for training

Open guptasonam1602 opened this issue 5 years ago • 2 comments

Hi, Thanks for sharing the code. I am little unsure about the dataset that shoud be used for training. Also, how it should be pre-processed. The paper says that PASCAL VOC 2012 has been used with some CRF pre-processing on the polygon annotations provided for the segmentation.

I have downloaded PASCAL VOC 2012 from http://host.robots.ox.ac.uk/pascal/VOC/voc2012/#data . The images folder contains 17000 images. How should I generate the ground truth from this?

Hoping to get some response.

Thanks

guptasonam1602 avatar Nov 12 '19 08:11 guptasonam1602

The ground-truth is already within the PASCAL VOC dataset. Go to VOC2012> Segmentation Class folder. You can see all the ground-truth masks over there.

rubeea avatar Jan 22 '20 10:01 rubeea

The ground-truth is already within the PASCAL VOC dataset. Go to VOC2012> Segmentation Class folder. You can see all the ground-truth masks over there.

Can you please tell me how did you exactly train the model? Even I tried using the Segmentation Class folder as the ground truth values.

madhumilan avatar Sep 13 '21 13:09 madhumilan