Skip to content

Commit

Permalink
feat: add lfs for .pt files (weights)
Browse files Browse the repository at this point in the history
This also adds three trained models.
  • Loading branch information
beuss-git committed Apr 14, 2023
1 parent 64a947d commit a8c9f46
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pt filter=lfs diff=lfs merge=lfs -text
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ pip-selfcheck.json
.ionide

.idea/
*.pt

# Dataset generation artifacts
imagelist.txt
Expand All @@ -229,5 +228,12 @@ node_modules/
# Fish distribution artifacts
predictions/

# Pretrained models
yolov8n.pt
yolov8s.pt
yolov8m.pt
yolov8l.pt
yolov8x.pt

# Training artifacts
runs/
3 changes: 3 additions & 0 deletions data/models/v8s-640-binary.pt
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/models/v8s-640-classes-augmented.pt
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/models/v8s-640-classes.pt
Git LFS file not shown

0 comments on commit a8c9f46

Please sign in to comment.