You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Multiple People Scenario: If we encounter multiple people in the video frame, it will always use and give results one face even though multiple people detected,
236
-
- No Head Detection: it will skip the frame and inform the user
236
+
- No Face Detection: it will skip the frame and inform the user
237
237
238
238
## Future Improvement
239
+
- [Intel® DevCloud](https://devcloud.intel.com/edge/get_started/guide/): Benchmark the application on various devices to ensure optimum perfomance.
239
240
- [Intel® VTune™ Profiler](https://software.intel.com/content/www/us/en/develop/tools/vtune-profiler/choose-download.html): Profile my application and locate any bottlenecks.
240
241
- Gaze estimations: We could revisit the logic of determining and calculating the coordinates as it is a bit flaky.
241
-
- lighting condition: We might use HSV based pre-processing steps to minimize error due to different lighting conditions.
242
+
- Lighting condition: We might use HSV based pre-processing steps to minimize error due to different lighting conditions.
242
243
243
244
## Reference
244
245
- [OpenCV Face Recognition](https://www.pyimagesearch.com/2018/09/24/opencv-face-recognition/)
0 commit comments