Open mdepp opened 5 years ago
The red mask is the biggest problem with object detection right now and the reason it is so shaky for some objects. It needs to be as robust as the green mask so object detection actually works.
This was probably caused by masking V <= 250 instead of V <= 255. This will be fixed as soon as we can test in the real world
The red mask is the biggest problem with object detection right now and the reason it is so shaky for some objects. It needs to be as robust as the green mask so object detection actually works.