Upload folder using huggingface_hub
Browse files- README.md +9 -0
- model/best.pt +3 -0
- model/config.json +13 -0
- model/events.out.tfevents.1688668643.Sputnik.2059774.0 +3 -0
- model/last.pt +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# **Vision Models Playground**
|
3 |
+
This is a trained model from the Vision Models Playground repository
|
4 |
+
Link to the repository: https://github.com/Akrielz/vision_models_playground
|
5 |
+
|
6 |
+
## **Model**
|
7 |
+
This model is a custom implementation of ResNetYoloV1 from the vision_models_playground.models.segmentation.yolo_v1 module.
|
8 |
+
Please look in the config file for more information.
|
9 |
+
|
model/best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c39bf8c6270daca913c067b2f23175744470e442ccef6c3bd5e30f34c0bd370
|
3 |
+
size 494650441
|
model/config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"args": [],
|
3 |
+
"kwargs": {
|
4 |
+
"in_channels": 3,
|
5 |
+
"num_classes": 20,
|
6 |
+
"num_bounding_boxes": 2,
|
7 |
+
"grid_size": 7,
|
8 |
+
"mlp_size": 1024,
|
9 |
+
"internal_size": 1024
|
10 |
+
},
|
11 |
+
"class_name": "ResNetYoloV1",
|
12 |
+
"module_name": "vision_models_playground.models.segmentation.yolo_v1"
|
13 |
+
}
|
model/events.out.tfevents.1688668643.Sputnik.2059774.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e025ccf2893a0e3b6e39157ee0c5dc595bc8702c1426479054cd39c592828d1
|
3 |
+
size 36290332
|
model/last.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:747418c5886eb2ca327f27f6fc38fd532b4d172c319926b905eade5ab830375f
|
3 |
+
size 494650441
|