Instructions to use onnx-community/yolov10b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/yolov10b with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('object-detection', 'onnx-community/yolov10b');
File size: 259 Bytes
42947b0 329ef1b 42947b0 329ef1b 42947b0 329ef1b 42947b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"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
}
} |