first commit

This commit is contained in:
YYJ-aaaa 2024-10-28 14:24:04 +08:00
parent 56504225d5
commit e572f38aee
4 changed files with 2157 additions and 2043 deletions

File diff suppressed because it is too large Load Diff

BIN
model.safetensors (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,17 +1,23 @@
{ {
"do_normalize": true, "do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true, "do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor", "format": "coco_detection",
"image_mean": [ "image_mean": [
0.485, 0.485,
0.456, 0.456,
0.406 0.406
], ],
"image_processor_type": "DetrImageProcessor",
"image_std": [ "image_std": [
0.229, 0.229,
0.224, 0.224,
0.225 0.225
], ],
"resample": 3, "resample": 2,
"size": 256 "rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 800
}
} }

BIN
pytorch_model.bin (Stored with Git LFS)

Binary file not shown.