Skip to content

Commit

Permalink
removed weights
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma67 committed May 9, 2023
1 parent 3e94255 commit 6d4c9a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/algo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
run: |
cd server
pip install -r requirements.txt
# wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weights
# wget https://pjreddie.com/media/files/yolov3-tiny.weights -O weights/yolov3-tiny.weights
wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weights
python load_weights.py
# python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny
- name: Run the app
run: |
cd server
python app.py &
sleep 90
sleep 60
pkill -f "python app.py"
Binary file modified server/.DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions server/weights/yolov3.weights

This file was deleted.

0 comments on commit 6d4c9a3

Please sign in to comment.