first commit

This commit is contained in:
YYJ-aaaa 2024-11-13 10:03:44 +08:00
parent afc14c262f
commit 075bfe57c9
8 changed files with 2087 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
MobileViT.mlpackage/Data/com.apple.CoreML/model.mlmodel (Stored with Git LFS) Normal file

Binary file not shown.

BIN
MobileViT.mlpackage/Data/com.apple.CoreML/weights/weight.bin (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,18 @@
{
"fileFormatVersion": "1.0.0",
"itemInfoEntries": {
"1B49E9A7-9617-4C9F-B97C-72E9DD782FB1": {
"author": "com.apple.CoreML",
"description": "CoreML Model Weights",
"name": "weights",
"path": "com.apple.CoreML/weights"
},
"9BEE1C5F-07BD-476C-B733-18C3EFF9CEB7": {
"author": "com.apple.CoreML",
"description": "CoreML Model Specification",
"name": "model.mlmodel",
"path": "com.apple.CoreML/model.mlmodel"
}
},
"rootModelIdentifier": "9BEE1C5F-07BD-476C-B733-18C3EFF9CEB7"
}

2048
config.json Normal file

File diff suppressed because it is too large Load Diff

9
preprocessor_config.json Normal file
View File

@ -0,0 +1,9 @@
{
"crop_size": 256,
"do_center_crop": true,
"do_flip_channels": true,
"do_resize": true,
"feature_extractor_type": "MobileViTFeatureExtractor",
"resample": 2,
"size": 288
}

BIN
pytorch_model.bin (Stored with Git LFS) Normal file

Binary file not shown.

BIN
tf_model.h5 (Stored with Git LFS) Normal file

Binary file not shown.