Upload 5 files
Browse files- .gitattributes +4 -0
- BoxF1_curve.png +3 -0
- BoxPR_curve.png +3 -0
- BoxP_curve.png +3 -0
- BoxR_curve.png +3 -0
- data.yaml +18 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,7 @@ val_batch0_pred.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
failure_example.jpg.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
failure_example.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
failure_example.jpg.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
failure_example.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
BoxF1_curve.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
BoxP_curve.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
BoxPR_curve.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
BoxR_curve.png filter=lfs diff=lfs merge=lfs -text
|
BoxF1_curve.png
ADDED
|
Git LFS Details
|
BoxPR_curve.png
ADDED
|
Git LFS Details
|
BoxP_curve.png
ADDED
|
Git LFS Details
|
BoxR_curve.png
ADDED
|
Git LFS Details
|
data.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
names:
|
| 2 |
+
- BicycleLane
|
| 3 |
+
- Cyclist
|
| 4 |
+
- SharedDottedLane
|
| 5 |
+
- SolidLane
|
| 6 |
+
- Vehicle
|
| 7 |
+
- bicycle
|
| 8 |
+
- car
|
| 9 |
+
nc: 7
|
| 10 |
+
roboflow:
|
| 11 |
+
license: CC BY 4.0
|
| 12 |
+
project: bike-lane-vuqiw
|
| 13 |
+
url: https://universe.roboflow.com/computer-visions-class/bike-lane-vuqiw/dataset/1
|
| 14 |
+
version: 1
|
| 15 |
+
workspace: computer-visions-class
|
| 16 |
+
test: ../test/images
|
| 17 |
+
train: ../train/images
|
| 18 |
+
val: ../valid/images
|