Set detection box for face detection using custom view
🎯 Summary
This MR adds the required changes to make face detection with custom view work properly after improving controls such as position within the frame and mouth occlusion.
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: MOBBSCAN-3454
Related MRs:
⚗ ️ Solution
Describe the why and the how of the change if needed.
-
🔗 JIRA: MOBBSCAN-3454
🔬 Tests
Test some facial detection with both custom and default views. Default view is expected to display new feedback messages.
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)