NES-plankton-classifier-2022 / preprocessor_config.json
sbatchelder's picture
Upload folder using huggingface_hub
383451e verified
Raw
History Blame Contribute Delete
366 Bytes
{
"do_resize": true,
"size": {"height": 299, "width": 299},
"do_normalize": false,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"image_mean": null,
"image_std": null,
"feature_extractor_type": "custom",
"notes": "Grayscale IFCB ROI -> resize 299x299 -> duplicate to 3 channels -> divide by 255. No ImageNet mean/std normalization."
}