Skip to content

Commit

Permalink
Update 99-yolov8.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Jan 19, 2024
1 parent 0b48703 commit 7e361de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stages/99-yolov8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
echo "Download yolov8 model..."

mkdir -p "$OUT"/{models,licenses}
curl -o "${OUT}/models/yolov8s.onnx" "https://github.com/noor-to/native-deps/releases/download/yolo-2023-12-05/yolov8s.onnx"
# this is intentionally spacedriveapp
curl -o "${OUT}/models/yolov8s.onnx" "https://github.com/spacedriveapp/native-deps/releases/download/yolo-2023-12-05/yolov8s.onnx"
curl -o "${OUT}/licenses/yolov8s.LICENSE" 'https://raw.githubusercontent.com/ultralytics/assets/main/LICENSE'

0 comments on commit 7e361de

Please sign in to comment.