qaihm-bot commited on
Commit
8f130fa
·
verified ·
1 Parent(s): e80b4d9

See https://github.com/quic/ai-hub-models/releases/v0.30.5 for changelog.

Files changed (1) hide show
  1. README.md +4 -12
README.md CHANGED
@@ -11,13 +11,9 @@ pipeline_tag: object-detection
11
  ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/face_det_lite/web-assets/model_demo.png)
12
 
13
  # Lightweight-Face-Detection: Optimized for Mobile Deployment
14
- ## face_det_lite is a face detection model
15
-
16
-
17
- face_det_lite is a machine learning model that detect face in the images
18
-
19
- This model is an implementation of Lightweight-Face-Detection found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/face_det_lite/model.py).
20
 
 
21
 
22
  This repository provides scripts to run Lightweight-Face-Detection on Qualcomm® devices.
23
  More details on model performance across various devices, can be found
@@ -237,13 +233,13 @@ AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
237
  You can also run the demo on-device.
238
 
239
  ```bash
240
- python -m qai_hub_models.models.face_det_lite.demo --on-device
241
  ```
242
 
243
  **NOTE**: If you want running in a Jupyter Notebook or Google Colab like
244
  environment, please add the following to your cell (instead of the above).
245
  ```
246
- %run -m qai_hub_models.models.face_det_lite.demo -- --on-device
247
  ```
248
 
249
 
@@ -273,10 +269,6 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
273
 
274
 
275
 
276
- ## References
277
- * [Source Model Implementation](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/face_det_lite/model.py)
278
-
279
-
280
 
281
  ## Community
282
  * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
 
11
  ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/face_det_lite/web-assets/model_demo.png)
12
 
13
  # Lightweight-Face-Detection: Optimized for Mobile Deployment
14
+ ## Lightweight and efficient face detector
 
 
 
 
 
15
 
16
+ A small and accurate model for detecting bounding boxes for faces in images. This model's architecture was developed by Qualcomm. The model was trained by Qualcomm on a proprietary dataset of faces, but can be used on any image.
17
 
18
  This repository provides scripts to run Lightweight-Face-Detection on Qualcomm® devices.
19
  More details on model performance across various devices, can be found
 
233
  You can also run the demo on-device.
234
 
235
  ```bash
236
+ python -m qai_hub_models.models.face_det_lite.demo --eval-mode on-device
237
  ```
238
 
239
  **NOTE**: If you want running in a Jupyter Notebook or Google Colab like
240
  environment, please add the following to your cell (instead of the above).
241
  ```
242
+ %run -m qai_hub_models.models.face_det_lite.demo -- --eval-mode on-device
243
  ```
244
 
245
 
 
269
 
270
 
271
 
 
 
 
 
272
 
273
  ## Community
274
  * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.