Skip to content

Conversation

@tdorauintc
Copy link
Contributor

📝 Description

The PR introduces capability for the user to filter detected objects by specific detection categories in visual analytics pipeline.
It allows to use multi-class detector models like e.g. pedestrian-vehicle or universal ones (YOLO) with SceneScape to detect only a specific categories of objects e.g. person and not all categories supported in the model.

The set of labels to be filtered is configured as an optional parameter to Python adapter in DLStreamer-Pipeline-Server (DLSPS) in DLSPS JSON configuration file.

✨ Type of Change

Select the type of change your PR introduces:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • 🚀 New feature – Non-breaking change which adds functionality
  • 🔨 Refactor – Non-breaking change which refactors the code base
  • 💥 Breaking change – Changes that break existing functionality
  • 📚 Documentation update
  • 🔒 Security update
  • 🧪 Tests
  • 🚂 CI

🧪 Testing Scenarios

Describe how the changes were tested and how reviewers can test them too:

  • ✅ Tested manually
  • 🤖 Ran automated end-to-end tests

✅ Checklist

Before submitting the PR, ensure the following:

  • 🔍 PR title is clear and descriptive
  • 📝 For internal contributors: If applicable, include the JIRA ticket number (e.g., ITEP-123456) in the PR title. Do not include full URLs
  • 💬 I have commented my code, especially in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ✅ I have added tests that prove my fix is effective or my feature works

@tdorauintc tdorauintc changed the title Filter camera detection categories in visual analytics pipeline ITEP-83296 Filter camera detection categories in visual analytics pipeline Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants