-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to demo projects using the following models: - 030_BlazeFace - 032_FaceMesh - 041_DBFace - 042_centernet - 072_NanoDet - 087_DeepSort - 134_head-pose-estimation-adas-0001 Update description of demo projects using the following models: - 132_YOLOX
- Loading branch information
1 parent
c85498f
commit c14572d
Showing
8 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## BlazeFace with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_face_blazeface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## FaceMesh with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_face_facemesh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## DBFace with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_face_dbface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Demo projects | ||
|
||
## CenterNet Object Detection with TensorRT in C++ | ||
https://github.com/iwatake2222/play_with_tensorrt/tree/master/pj_tensorrt_det_centernet | ||
|
||
## CenterNet Object and Keypoints Detection with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_det_centernet_tf_kpts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## NanoDet with OpenCV(cv::dnn + ONNX) in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_det_nanodet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## YOLOX-Nano + Deep SORT with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_track_deepsort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Demo projects | ||
|
||
## Head Pose Estimation with TensorFlow Lite in C++ | ||
https://github.com/iwatake2222/play_with_tflite/tree/master/pj_tflite_face_head-pose-estimation-adas-0001 |