UNPKG

@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) • 258 B
import { PreTrainedModel } from '../modeling_utils.js'; export class VitPosePreTrainedModel extends PreTrainedModel {} /** * The VitPose model with a pose estimation head on top. */ export class VitPoseForPoseEstimation extends VitPosePreTrainedModel {}