abned2000
commited on
Commit
·
f64d19a
1
Parent(s):
ccdce22
add: models and other dependencies
Browse files- best.pt +3 -0
- classes.txt +20 -0
- data.yaml +13 -0
- imgs/Objetos.dwg +0 -0
- imgs/Objetos.pdf +0 -0
best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e869953f76496401e812fcd5abed645414740766a3089ba21947b8aa2e29416c
|
3 |
+
size 51229842
|
classes.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
apple
|
2 |
+
backpack
|
3 |
+
ball
|
4 |
+
banana
|
5 |
+
book
|
6 |
+
bunny
|
7 |
+
computer_mouse
|
8 |
+
flashlight
|
9 |
+
headphones
|
10 |
+
keys
|
11 |
+
money
|
12 |
+
phone
|
13 |
+
rock
|
14 |
+
scissors
|
15 |
+
soda
|
16 |
+
spoon
|
17 |
+
strawberry
|
18 |
+
usb
|
19 |
+
watch
|
20 |
+
wrench
|
data.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
train: ../train/images
|
2 |
+
val: ../valid/images
|
3 |
+
test: ../test/images
|
4 |
+
|
5 |
+
nc: 20
|
6 |
+
names: ['apple', 'backpack', 'ball', 'banana', 'book', 'bunny', 'computer_mouse', 'flashlight', 'headphones', 'keys', 'money', 'phone', 'rock', 'scissors', 'soda', 'spoon', 'strawberry', 'usb', 'watch', 'wrench']
|
7 |
+
|
8 |
+
roboflow:
|
9 |
+
workspace: rose-nxigz
|
10 |
+
project: vlms_clasification
|
11 |
+
version: 2
|
12 |
+
license: Private
|
13 |
+
url: https://universe.roboflow.com/rose-nxigz/vlms_clasification/dataset/2
|
imgs/Objetos.dwg
ADDED
|
imgs/Objetos.pdf
ADDED
The diff for this file is too large to render.
See raw diff
|
|