Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ninini1
/
AI-image-detector
like
0
Image Classification
PyTorch
ONNX
swin
Trained with AutoTrain
vision
Carbon Emissions
License:
cc-by-4.0
Model card
Files
Files and versions
xet
Community
1
b584ad9
AI-image-detector
/
preprocessor_config.json
ninini1
add config
b584ad9
about 1 year ago
raw
Copy download link
history
blame
Safe
240 Bytes
{
"do_normalize"
:
true
,
"do_resize"
:
true
,
"feature_extractor_type"
:
"ViTFeatureExtractor"
,
"image_mean"
:
[
0.485
,
0.456
,
0.406
]
,
"image_std"
:
[
0.229
,
0.224
,
0.225
]
,
"resample"
:
3
,
"size"
:
224
}