Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatake2222 committed Aug 14, 2021
1 parent bd7ec3c commit 34ee129
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 17 deletions.
2 changes: 0 additions & 2 deletions pj_tflite_det_centernet_tf_kpts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pj_tflite_det_efficientdet_lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 0 additions & 2 deletions pj_tflite_det_nanodet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions pj_tflite_det_yolov5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down
3 changes: 0 additions & 3 deletions pj_tflite_det_yolox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pj_tflite_pose_movenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down
3 changes: 0 additions & 3 deletions pj_tflite_track_deepsort/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions resource/model/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.sh text eol=lf
*.txt text eol=lf

0 comments on commit 34ee129

Please sign in to comment.