MrMercado commited on
Commit
5bab521
·
verified ·
1 Parent(s): 2be935d

Upload 7 files

Browse files
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "IDs"
4
+ },
5
+ "label2id": {
6
+ "IDs": 0
7
+ },
8
+ "model_type": "yolov10"
9
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc1656308bf6388774b51b2782c4aa92a7e537c313d93d983ea908ce716b373
3
+ size 28946362
onnx/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7c6f7388fbc81433b17994cef2c196301a621330e1fb94c8a54d80d507347b
3
+ size 16466924
onnx/model_int16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f500b63c9cfc37f488396366318c25940ad8fd2c7539e9fe151308687a52cd
3
+ size 14710147
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8028311e25d39541b1d0bdb8c069b1c0685161852854013d5cdda22c6fe76cc6
3
+ size 7509528
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8028311e25d39541b1d0bdb8c069b1c0685161852854013d5cdda22c6fe76cc6
3
+ size 7509528
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ImageFeatureExtractor",
7
+ "pad_size": 64,
8
+ "resample": 2,
9
+ "rescale_factor": 0.00392156862745098,
10
+ "size": {
11
+ "longest_edge": 64
12
+ }
13
+ }