Login using Social Account
     Continue with GoogleLogin using your credentials
We have obtained 100 detections along with their corresponding bounding boxes and mask polygons.
But here is a caveat - we need to filter these detections.
The network might sometimes tend to detect irrelevant objects from the image.
Even here, we could not see 100 objects in our input picture.
Thus, we would only consider the most confident detections (the detections whose confidence score > 0.9 (let us call these as valid detections)).
We would do this filtering using the below steps.
If the box confidence score exceeds the threshold, we also process the mask polygons to create the binary format of the mask as follows:
We execute the code for this process in the next slide.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...