s1l3n7 commited on
Commit
bfafff8
·
1 Parent(s): 324caa1

Added models

Browse files
Files changed (3) hide show
  1. best_YOLOv11.pt +3 -0
  2. best_YOLOv5.pt +3 -0
  3. requirements.txt +3 -0
best_YOLOv11.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0348d47e73b218056239741ec2128830bb9f1e1fa4a5102ba385de1cdd67eb4
3
+ size 5470739
best_YOLOv5.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b915791fb0dbaa68fa51205a13397cbaf60df7967b7af0038fb8685abb564909
3
+ size 5269307
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio>=5.0
2
+ ultralytics
3
+ opencv-python