Skip to content

Commit

Permalink
weights
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma67 committed May 9, 2023
1 parent a503b7e commit 3e94255
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/algo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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
# wget https://pjreddie.com/media/files/yolov3-tiny.weights -O weights/yolov3-tiny.weights
python load_weights.py
python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny
# python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny
- name: Run the app
run: |
cd server
Expand Down
Binary file modified server/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions server/weights/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yolov3.weights filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions server/weights/yolov3.weights
Git LFS file not shown

0 comments on commit 3e94255

Please sign in to comment.