Skip to content

Commit

Permalink
add GPU Compatibility for CUDAExecutionProvider (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed Aug 2, 2021
1 parent 43022a8 commit ab42962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

## Important Notes !!!

* ⚠️ (20210802) Added GPU Compatibility for CUDAExecutionProvider. [issue#10](https://github.com/DefTruth/lite.ai/issues/10).
* ⚠️ (20210801) fixed [issue#9](https://github.com/DefTruth/lite.ai/issues/9) YOLOX inference error for non-square shape. See [yolox.cpp](https://github.com/DefTruth/lite.ai/blob/main/ort/cv/yolox.cpp).
* ✅ (20210731) Added [RetinaFace-CVPR2020](https://github.com/biubug6/Pytorch_Retinaface) for face detection, 1.6Mb only! See [demo](https://github.com/DefTruth/lite.ai/blob/main/examples/lite/cv/test_lite_retinaface.cpp).
* 🔥 (20210728) Added [FaceLandmarks1000](https://github.com/Single430/FaceLandmark1000) for 1000 facial landmarks detection, 2Mb only! See [demo](https://github.com/DefTruth/lite.ai/blob/main/examples/lite/cv/test_lite_face_landmarks_1000.cpp).
Expand Down

0 comments on commit ab42962

Please sign in to comment.