Instructions to use ayan4m1/Watermark-Detection-YOLO26-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use ayan4m1/Watermark-Detection-YOLO26-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('object-detection', 'ayan4m1/Watermark-Detection-YOLO26-ONNX');
File size: 260 Bytes
884582b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"do_normalize": false,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "ImageFeatureExtractor",
"pad_size": 640,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 640
}
}
|