From 34ee129191709afab8b548543f099c90442c1113 Mon Sep 17 00:00:00 2001 From: iwatake2222 Date: Sat, 14 Aug 2021 18:15:53 +0900 Subject: [PATCH] Update READMEs --- pj_tflite_det_centernet_tf_kpts/README.md | 2 -- pj_tflite_det_efficientdet_lite/README.md | 2 -- pj_tflite_det_nanodet/README.md | 2 -- pj_tflite_det_yolov5/README.md | 3 --- pj_tflite_det_yolox/README.md | 3 --- pj_tflite_pose_movenet/README.md | 2 -- pj_tflite_track_deepsort/README.md | 3 --- resource/model/.gitattributes | 2 ++ 8 files changed, 2 insertions(+), 17 deletions(-) create mode 100644 resource/model/.gitattributes diff --git a/pj_tflite_det_centernet_tf_kpts/README.md b/pj_tflite_det_centernet_tf_kpts/README.md index 7a73baa..e40c4a0 100644 --- a/pj_tflite_det_centernet_tf_kpts/README.md +++ b/pj_tflite_det_centernet_tf_kpts/README.md @@ -12,8 +12,6 @@ Click the image to open in YouTube. https://youtu.be/-xpBWLw-A-I - Download the model using the following script - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/042_centernet/20_tensorflow_models/download_centernet_mobilenetv2_fpn_kpts_480x640.sh - copy `saved_model/model_float32.tflite` to `resource/model/centernet_mobilenetv2_fpn_kpts_480x640.tflite` - - Place `resource/kite.jpg` - - https://user-images.githubusercontent.com/11009876/128452081-4ea8e635-5085-4d9f-b95f-cb4fb7475900.jpg - Build `pj_tflite_det_yolov5` project (this directory) ## Acknowledgements diff --git a/pj_tflite_det_efficientdet_lite/README.md b/pj_tflite_det_efficientdet_lite/README.md index 39280d9..4ed0d2f 100644 --- a/pj_tflite_det_efficientdet_lite/README.md +++ b/pj_tflite_det_efficientdet_lite/README.md @@ -9,8 +9,6 @@ Sample project to run EfficientDet-Lite - Download the model - https://tfhub.dev/tensorflow/lite-model/efficientdet/lite0/detection/metadata/1 - save the model into `resource/model/lite-model_efficientdet_lite0_detection_metadata_1.tflite` - - Place `resource/model/label_coco_90.txt` - - https://github.com/iwatake2222/play_with_tflite/files/6967247/label_coco_90.txt - Build `pj_tflite_det_efficientdet_lite` project (this directory) diff --git a/pj_tflite_det_nanodet/README.md b/pj_tflite_det_nanodet/README.md index ea2fa50..eb48d2d 100644 --- a/pj_tflite_det_nanodet/README.md +++ b/pj_tflite_det_nanodet/README.md @@ -10,8 +10,6 @@ Sample project to run NanoDet - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/072_NanoDet/download.sh - copy `saved_model_nanodet_320x320/model_float32.tflite` to `resource/model/nanodet_320x320.tflite` - copy `saved_model_nanodet_320x320/nanodet_320x320.onnx` to `resource/model/nanodet_320x320.onnx` - - Place `resource/model/label_coco_80.txt` - - https://github.com/iwatake2222/play_with_tflite/files/6938693/label_coco_80.txt - Build `pj_tflite_det_nanodet` project (this directory) ## Note diff --git a/pj_tflite_det_yolov5/README.md b/pj_tflite_det_yolov5/README.md index cfc97b6..c07e73c 100644 --- a/pj_tflite_det_yolov5/README.md +++ b/pj_tflite_det_yolov5/README.md @@ -12,9 +12,6 @@ Click the image to open in YouTube. https://youtu.be/YhxTmtAuAUA - Download the model using the following script - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/059_yolov5/22_yolov5s_new/download.sh - copy `saved_model_480x640/model_float32.tflite` to `resource/model/yolov5_480x640.tflite` - - Place `resource/kite.jpg` and `resource/model/label_coco_80.txt` - - https://user-images.githubusercontent.com/11009876/128452081-4ea8e635-5085-4d9f-b95f-cb4fb7475900.jpg - - https://github.com/iwatake2222/play_with_tflite/files/6938693/label_coco_80.txt - Build `pj_tflite_det_yolov5` project (this directory) ## Play more ? diff --git a/pj_tflite_det_yolox/README.md b/pj_tflite_det_yolox/README.md index d83c23c..7bcc8ed 100644 --- a/pj_tflite_det_yolox/README.md +++ b/pj_tflite_det_yolox/README.md @@ -15,9 +15,6 @@ Click the image to open in YouTube. https://youtu.be/bl19Ik4uz7c - Download the model using the following script (For onnx) - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/132_YOLOX/download_nano.sh - copy `saved_model_yolox_nano_480x640/yolox_nano_480x640.onnx` to `resource/model/yolox_nano_480x640.onnx` - - Place `resource/kite.jpg` and `resource/model/label_coco_80.txt` - - https://user-images.githubusercontent.com/11009876/128452081-4ea8e635-5085-4d9f-b95f-cb4fb7475900.jpg - - https://github.com/iwatake2222/play_with_tflite/files/6938693/label_coco_80.txt - Build `pj_tflite_det_yolox` project (this directory) ## Notice diff --git a/pj_tflite_pose_movenet/README.md b/pj_tflite_pose_movenet/README.md index 6631f3b..a0a0471 100644 --- a/pj_tflite_pose_movenet/README.md +++ b/pj_tflite_pose_movenet/README.md @@ -12,8 +12,6 @@ Click the image to open in YouTube. https://youtu.be/9XP13y0P57w - Download the model using the following script - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/115_MoveNet/download_lightning_v4.sh - copy `saved_model/model_float32.tflite` to `resource/model/movenet_lightning.tflite` - - Place `resource/body.jpg` - - https://user-images.githubusercontent.com/11009876/128474751-a8a51709-8c2d-483b-b6bf-db6cb2160496.jpg - Build `pj_tflite_pose_movenet` project (this directory) ## Play more ? diff --git a/pj_tflite_track_deepsort/README.md b/pj_tflite_track_deepsort/README.md index 59ab9b3..47350df 100644 --- a/pj_tflite_track_deepsort/README.md +++ b/pj_tflite_track_deepsort/README.md @@ -15,9 +15,6 @@ Click the image to open in YouTube. https://youtu.be/7BtEOCb3wMk - Download the Deep SORT model using the following script - https://github.com/PINTO0309/PINTO_model_zoo/blob/main/087_DeepSort/download.sh - copy `model_float32.tflite` to `resource/model/deepsort_128x64.tflite` - - Place `resource/kite.jpg` and `resource/model/label_coco_80.txt` - - https://user-images.githubusercontent.com/11009876/128452081-4ea8e635-5085-4d9f-b95f-cb4fb7475900.jpg - - https://github.com/iwatake2222/play_with_tflite/files/6938693/label_coco_80.txt - Build `pj_tflite_track_deepsort` project (this directory) ## Note diff --git a/resource/model/.gitattributes b/resource/model/.gitattributes new file mode 100644 index 0000000..b49bb09 --- /dev/null +++ b/resource/model/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.txt text eol=lf