eor345 commited on
Commit
bc17e96
1 Parent(s): 9f1953e

Update README.md

Browse files

updated name on baseline weights

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,5 +37,5 @@ pipeline_tag: object-detection
37
  In an environment running YOLOv8:
38
 
39
  ```
40
- python classify/predict.py --weights best.pt --data data/images/
41
  ```
 
37
  In an environment running YOLOv8:
38
 
39
  ```
40
+ python classify/predict.py --weights fathomnet23-comp-baseline.pt --data data/images/
41
  ```