Segmentation accuracy metric
Hi all, Is there any metric available for measuring the accuracy of video segmentation?
Hi all, Is there any metric available for measuring the accuracy of video segmentation?
Asked: 2016-02-02 22:57:35 -0600
Seen: 418 times
Last updated: Feb 02 '16
Tricky image segmentation in Python
RGB2Gray::operator() causing segmentation fault when using Python
Face-detection/recognition + segmenting + tracking Difficulty
word segmentation using OpenCV
pyramid_segmentation.py crashes with any different input image
How to segment a part of any object for counting purpose as per given binary image?
Grabcut and foreground image extraction
What do you mean by segmentation accuracy? Do you have the ground-truth? you shall do the difference or intersection of the segmentation and ground-truth; or something like that
How to create the ground-truth? I am planning to create manually. Is it a good decision?
If you have many images, then it is a lot of work, but it will be the more correct approach. You can do it in some specialised software, like photoshop, or other similar, or you can code an application for marking the object's contour points. What else you can do is to search for images databases that have segmentation groundtruth too
Thanks :) :)