mw
commited on
Commit
•
07035cb
1
Parent(s):
a2c09be
Refactoring and renaming
Browse files- README.md +1 -2
- best.pt → zero-shot-1000-single-class.pt +0 -0
- zero-shot-1000-single-class/F1_curve.png +0 -0
- zero-shot-1000-single-class/PR_curve.png +0 -0
- zero-shot-1000-single-class/P_curve.png +0 -0
- zero-shot-1000-single-class/R_curve.png +0 -0
- zero-shot-1000-single-class/confusion_matrix.png +0 -0
- lego-training-1000.ipynb → zero-shot-1000-single-class/training-zero-shot-1000-single-class.ipynb +0 -0
README.md
CHANGED
@@ -4,7 +4,6 @@ pipeline_tag: object-detection
|
|
4 |
tags:
|
5 |
- lego
|
6 |
- brick
|
7 |
-
- bricks
|
8 |
---
|
9 |
|
10 |
# Overview
|
@@ -14,7 +13,7 @@ from Kaggle and the [Yolov7](https://github.com/WongKinYiu/yolov7) training scri
|
|
14 |
|
15 |
## Limitations
|
16 |
|
17 |
-
The `zero-shot-1000.pt` was trained in the `
|
18 |
This can be easily reconfigured and retrained in the notebook, but the current implementation leads to many false positives on non-Lego objects and therefore can be improved
|
19 |
upon. Also, it could be worth investigating if the metrics improve with a bigger training dataset, as currently only 1000 images are being used (approx. 0.6% of the full
|
20 |
dataset).
|
|
|
4 |
tags:
|
5 |
- lego
|
6 |
- brick
|
|
|
7 |
---
|
8 |
|
9 |
# Overview
|
|
|
13 |
|
14 |
## Limitations
|
15 |
|
16 |
+
The `zero-shot-1000-single-class.pt` was trained in the `training-zero-shot-1000-single-class.ipynb` notebook with 1000 images and does not differentiate lego classes but only tries to predict Lego objects.
|
17 |
This can be easily reconfigured and retrained in the notebook, but the current implementation leads to many false positives on non-Lego objects and therefore can be improved
|
18 |
upon. Also, it could be worth investigating if the metrics improve with a bigger training dataset, as currently only 1000 images are being used (approx. 0.6% of the full
|
19 |
dataset).
|
best.pt → zero-shot-1000-single-class.pt
RENAMED
File without changes
|
zero-shot-1000-single-class/F1_curve.png
ADDED
zero-shot-1000-single-class/PR_curve.png
ADDED
zero-shot-1000-single-class/P_curve.png
ADDED
zero-shot-1000-single-class/R_curve.png
ADDED
zero-shot-1000-single-class/confusion_matrix.png
ADDED
lego-training-1000.ipynb → zero-shot-1000-single-class/training-zero-shot-1000-single-class.ipynb
RENAMED
File without changes
|