Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Aug 18, 2024
1 parent 7cc0a1e commit 9275015
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 457_YOLOv9-Wholebody17/download_c.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/457_YOLOv9-Wholebody17/resources_c.tar.gz" -o resources.tar.gz
tar -zxvf resources.tar.gz
rm resources.tar.gz

echo Download finished.

0 comments on commit 9275015

Please sign in to comment.