icedata icon indicating copy to clipboard operation
icedata copied to clipboard

How to filter predictions of specified classes

Open shauryagoel opened this issue 4 years ago • 1 comments

📓 New <Tutorial/Example>

Is this a request for a tutorial or for an example?
Tutorial.

What is the task? Filter predictions of object detection model according to specified classes.

Is this example for a specific model? FasterRCNN

Is this example for a specific dataset? Dataset is COCO.


Don't remove Main issue for examples: #39

shauryagoel avatar Jun 03 '21 03:06 shauryagoel

I think the easiest approach here would be simply to loop over each record with a simple if condition for the required class

lgvaz avatar Jun 17 '21 14:06 lgvaz