@huggingface/transformers
Version:
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
9 lines (6 loc) • 342 B
JavaScript
import { PreTrainedModel } from '../modeling_utils.js';
export class DepthAnythingPreTrainedModel extends PreTrainedModel {}
/**
* Depth Anything Model with a depth estimation head on top (consisting of 3 convolutional layers) e.g. for KITTI, NYUv2.
*/
export class DepthAnythingForDepthEstimation extends DepthAnythingPreTrainedModel {}