Instructions to use Xenova/glpn-kitti with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/glpn-kitti with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('depth-estimation', 'Xenova/glpn-kitti');
File size: 187 Bytes
de7e0b4 | 1 2 3 4 5 6 7 8 9 | {
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "GLPNFeatureExtractor",
"image_processor_type": "GLPNFeatureExtractor",
"resample": 2,
"size_divisor": 32
}
|