-
-
Notifications
You must be signed in to change notification settings - Fork 10
Introduces Occlusion masks table and related endpoints #533
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #533 +/- ##
==========================================
+ Coverage 83.99% 84.81% +0.82%
==========================================
Files 42 45 +3
Lines 1318 1409 +91
==========================================
+ Hits 1107 1195 +88
- Misses 211 214 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| { | ||
| "id": 3, | ||
| "pose_id": 2, | ||
| "mask": "(1,0.1,0.9,0.9,0.5)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be a good idea to test with more than one mask
TO REVIEW AFTER #531 (introducing poses)
This PR to address #524 which is part of the planned changes to the data model
It introduces the following modifications
note
What is missing (to be discussed of to handle in another PR)
Happy to discuss it