CMPUT412-2019 / competition3

0 stars 0 forks source link

Fix object detection red mask #2

Open mdepp opened 4 years ago

mdepp commented 4 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.

alex-epp commented 4 years ago

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