Jaime García Villena
commited on
Commit
·
f660997
1
Parent(s):
1ec6299
Add configs and rename tflite
Browse files
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Yolov8ForObjectDetection"
|
| 4 |
+
],
|
| 5 |
+
"id2label": {
|
| 6 |
+
"0": "microfilaria"
|
| 7 |
+
},
|
| 8 |
+
"layer_norm_eps": 0.001,
|
| 9 |
+
"min_depth": 8,
|
| 10 |
+
"num_channels": 3,
|
| 11 |
+
"num_detection_tokens": 20,
|
| 12 |
+
"output_stride": 32,
|
| 13 |
+
"semantic_loss_ignore_index": 255,
|
| 14 |
+
"tf_padding": true,
|
| 15 |
+
"model_type": "yolov8",
|
| 16 |
+
"torch_dtype": "float32",
|
| 17 |
+
"transformers_version": "4.33.3"
|
| 18 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 640,
|
| 4 |
+
"width": 640
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": true,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"do_rescale": true,
|
| 9 |
+
"do_resize": true,
|
| 10 |
+
"image_mean": [
|
| 11 |
+
0.0,
|
| 12 |
+
0.0,
|
| 13 |
+
0.0
|
| 14 |
+
],
|
| 15 |
+
"image_processor_type": "MobileNetV2ImageProcessor",
|
| 16 |
+
"image_std": [
|
| 17 |
+
1.0,
|
| 18 |
+
1.0,
|
| 19 |
+
1.0
|
| 20 |
+
],
|
| 21 |
+
"resample": 2,
|
| 22 |
+
"rescale_factor": 0.00392156862745098,
|
| 23 |
+
"size": {
|
| 24 |
+
"shortest_edge": 256
|
| 25 |
+
}
|
| 26 |
+
}
|
mobilenet_patches_10x_mosaic_25wbu28v_FLOAT32.tflite → tflite_model.tflite
RENAMED
|
File without changes
|