Skip to content

Commit

Permalink
added weights and testing updated to avoid installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 22, 2024
1 parent 67c28c8 commit f33b94d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.8

- name: Remove solaris
run: sudo rm -rf ./docker
run: sudo rm -rf ./docker ./weights

- name: Clone Ramp
run: git clone https://github.com/kshitijrajsharma/ramp-code-fAIr.git ramp-code
Expand Down
2 changes: 1 addition & 1 deletion test_yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __exit__(self, type, value, traceback):

output_path = train_yolo(
data=f"{base_path}",
weights=f"{os.getcwd()}/weights/yolov8alb/best.pt",
weights=f"{os.getcwd()}/ylov8_seg_alb_best.pt",
gpu="cpu",
epochs=2,
batch_size=16,
Expand Down
File renamed without changes.

0 comments on commit f33b94d

Please sign in to comment.