alexgkendall / caffe-segnet

Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
http://mi.eng.cam.ac.uk/projects/segnet/
Other
1.08k stars 452 forks source link

How to create annotated image for Segnet? #86

Closed monjoybme closed 5 years ago

monjoybme commented 7 years ago

I checked Camvid image dataset. I am trying to create annotated image just like Camvid annotated image but failed. Please suggest any tool or algorithm for the same. Please suggest can I use binary image as ground truth?

TimoSaemann commented 7 years ago

You could use the JS Segment Annotator to label images.
https://github.com/kyamagu/js-segment-annotator

monjoybme commented 7 years ago

thank you I tried this tool but in my data set this tool creating lots of problem. Is there any other tool ?

TimoSaemann commented 7 years ago

LabelMe is a common tool for that as well.

ArunJ1 commented 5 years ago

I tried with LabelMe....But I am not able to download the images after annotation...I am able to download only XML file.....Can you pls help me??

ArunJ1 commented 5 years ago

LabelMe is a common tool for that as well.

I tried with LabelMe....But I am not able to download the images after annotation...I am able to download only XML file.....Can you pls help me??

monjoybme commented 5 years ago

Write a code to get labeled data from the XML files.

Thanks and Regards, Monjoy Saha

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

On Thu, Oct 25, 2018 at 1:25 AM ArunJ1 notifications@github.com wrote:

LabelMe is a common tool for that as well.

I tried with LabelMe....But I am not able to download the images after annotation...I am able to download only XML file.....Can you pls help me??

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexgkendall/caffe-segnet/issues/86#issuecomment-432918986, or mute the thread https://github.com/notifications/unsubscribe-auth/ARDDJaOmx4JzIJf5go-Hk1Gi8rgxzVWZks5uoUtXgaJpZM4LMj5t .

monjoybme commented 5 years ago

closed

monjoybme commented 5 years ago

The issue has been solved.