Skip to content

Commit

Permalink
tensorflow, tensorflow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 25, 2024
1 parent 94a8820 commit 0272c50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 456_YOLOv9-Wholebody15/download_tensorflow.sh
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/456_YOLOv9-WholeBody15/resources_tf.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.
7 changes: 7 additions & 0 deletions 456_YOLOv9-Wholebody15/download_tensorflowjs.sh
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/456_YOLOv9-WholeBody15/resources_tfjs.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.

0 comments on commit 0272c50

Please sign in to comment.