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
--show-bbox Show bounding box and stats on screen [debugging].
156
155
```
156
+
157
+
157
158
### Example
158
159
```shell
159
160
xvfb-run docker run --rm -ti \
@@ -181,7 +182,7 @@ bash -c "\
181
182
### Packaging the Application
182
183
We can use the [Deployment Manager](https://docs.openvinotoolkit.org/latest/_docs_install_guides_deployment_manager_tool.html) present in OpenVINO to create a runtime package from our application. These packages can be easily sent to other hardware devices to be deployed.
183
184
184
-
To deploy the application to various devices usinf the Deployment Manager run the steps below.
185
+
To deploy the application to various devices using the Deployment Manager run the steps below.
*TODO:* Include the benchmark results of running your model on multiple hardwares and multiple model precisions. Your benchmarks can include: model loading time, input/output processing time, model inference time etc.
204
-
205
-
## Results
206
-
*TODO:* Discuss the benchmark results and explain why you are getting the results you are getting. For instance, explain why there is difference in inference timefor FP32, FP16 and INT8 models.
207
-
208
-
## Stand Out Suggestions
209
-
This is where you can provide information about the stand out suggestions that you have attempted.
210
-
211
-
### Async Inference
212
-
If you have used Async Inference in your code, benchmark the results and explain its effects on power and performance of your project.
213
-
214
201
## Edge Cases
215
202
- 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,
216
203
- No Head Detection: it will skip the frame and inform the user
217
204
218
-
## Area of Improvement:
205
+
## Future Improvement
219
206
- [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.
220
-
- Gaze estimations: We could revisit the logic of detemining and calculating the coordinates as it is a bit flaky.
207
+
- Gaze estimations: We could revisit the logic of determining and calculating the coordinates as it is a bit flaky.
221
208
- lighting condition: We might use HSV based pre-processing steps to minimize error due to different lighting conditions.
222
209
223
-
224
210
## Reference
225
-
226
211
- [OpenCV Face Recognition](https://www.pyimagesearch.com/2018/09/24/opencv-face-recognition/)
227
212
- [Tracking your eyes with Python](https://medium.com/@stepanfilonov/tracking-your-eyes-with-python-3952e66194a6)
228
213
- [Real-time eye tracking using OpenCV and Dlib](https://towardsdatascience.com/real-time-eye-tracking-using-opencv-and-dlib-b504ca724ac6)
229
-
- [Deep Head Pose](https://github.com/natanielruiz/deep-head-pose/blob/master/code/utils.py#L86+L117)
214
+
- [Deep Head Pose](https://github.com/natanielruiz/deep-head-pose/blob/master/code/utils.py#L86+L117)
0 commit comments