Skip to content

Commit

Permalink
YOLOX-TI, TFLite INT8
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Dec 16, 2023
1 parent 4a9fdc3 commit db2f314
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

curl "https://s3.ap-northeast-2.wasabisys.com/pinto-model-zoo/426_YOLOX-Body-Head-Hand/reources_custom_yolox_for_quant.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.

0 comments on commit db2f314

Please sign in to comment.