iwatake2222 / play_with_tflite

Sample projects for TensorFlow Lite in C++ with delegates such as GPU, EdgeTPU, XNNPACK, NNAPI
Apache License 2.0
357 stars 79 forks source link

How to download the model of yolox and yolov5 ? #19

Closed zhongwenkun886 closed 3 years ago

zhongwenkun886 commented 3 years ago

HI , How to download the file yolov5_416x416.tflite and yolox_nano_480x640.onnx ? Thansk.

iwatake2222 commented 3 years ago

https://github.com/PINTO0309/PINTO_model_zoo/tree/main/059_yolov5 https://github.com/PINTO0309/PINTO_model_zoo/tree/main/132_YOLOX

zhongwenkun886 commented 3 years ago

thanks