Panagiota Moraiti commited on
Commit ·
cd6076d
1
Parent(s): bbf4c59
Upload images, model and other files
Browse files- .gitattributes +1 -0
- checkpoint_best_total.pth +3 -0
- config.yaml +14 -0
- images/Deer_0147.jpg +3 -0
- images/Duck_0049.jpg +3 -0
- images/Fox_0280.jpg +3 -0
- images/Parrot_0062.jpg +3 -0
- images/Rabbit_0099.jpg +3 -0
- images/Raccoon_0241.jpg +3 -0
- images/Squirrel_0056.jpg +3 -0
- images/Tiger_0229.jpg +3 -0
- labels.txt +10 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/*.jpg filter=lfs diff=lfs merge=lfs -text
|
checkpoint_best_total.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:246de0fcbf98e4585f6c11a356e74958e9dcd64ca3797914e4c00d131c4fdbf7
|
| 3 |
+
size 127481511
|
config.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
inference:
|
| 2 |
+
confidence: 0.5
|
| 3 |
+
use_nms: False
|
| 4 |
+
nms_thresh: 0.7
|
| 5 |
+
plot_dets: True # Save image or video with drawn detections
|
| 6 |
+
save_preds: True # Save detections in .txt filses (yolo format), for images only
|
| 7 |
+
show: True # Show the images or video with drawn detections
|
| 8 |
+
|
| 9 |
+
tracking:
|
| 10 |
+
track_activation_threshold: 0.2
|
| 11 |
+
lost_track_buffer: 120
|
| 12 |
+
frame_rate: 30.0
|
| 13 |
+
minimum_consecutive_frames: 2
|
| 14 |
+
minimum_iou_threshold: 0.2
|
images/Deer_0147.jpg
ADDED
|
Git LFS Details
|
images/Duck_0049.jpg
ADDED
|
Git LFS Details
|
images/Fox_0280.jpg
ADDED
|
Git LFS Details
|
images/Parrot_0062.jpg
ADDED
|
Git LFS Details
|
images/Rabbit_0099.jpg
ADDED
|
Git LFS Details
|
images/Raccoon_0241.jpg
ADDED
|
Git LFS Details
|
images/Squirrel_0056.jpg
ADDED
|
Git LFS Details
|
images/Tiger_0229.jpg
ADDED
|
Git LFS Details
|
labels.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Bear
|
| 2 |
+
Deer
|
| 3 |
+
Duck
|
| 4 |
+
Fox
|
| 5 |
+
Parrot
|
| 6 |
+
Rabbit
|
| 7 |
+
Raccoon
|
| 8 |
+
Red Panda
|
| 9 |
+
Squirrel
|
| 10 |
+
Tiger
|