Skip to content

Commit

Permalink
models updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 21, 2023
1 parent 3ab8c13 commit 684b440
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl "https://s3.ap-northeast-2.wasabisys.com/pinto-model-zoo/420_Gold-YOLO-Hand/resources.tar.gz" -o resources.tar.gz
curl "https://s3.ap-northeast-2.wasabisys.com/pinto-model-zoo/420_Gold-YOLO-Hand/resources_l.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

Expand Down
7 changes: 7 additions & 0 deletions 420_Gold-YOLO-Hand/download_m.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/420_Gold-YOLO-Hand/resources_m.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.
7 changes: 7 additions & 0 deletions 420_Gold-YOLO-Hand/download_n.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/420_Gold-YOLO-Hand/resources_n.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.
7 changes: 7 additions & 0 deletions 420_Gold-YOLO-Hand/download_s.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/420_Gold-YOLO-Hand/resources_s.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.

0 comments on commit 684b440

Please sign in to comment.