Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to filter predictions of specified classes #112

Open
shauryagoel opened this issue Jun 3, 2021 · 1 comment
Open

How to filter predictions of specified classes #112

shauryagoel opened this issue Jun 3, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@shauryagoel
Copy link

📓 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 shauryagoel added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels Jun 3, 2021
@lgvaz
Copy link
Contributor

lgvaz commented Jun 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants