UNPKG

@huggingface/tasks

Version:
58 lines (57 loc) 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const taskData = { datasets: [ { description: "A dataset of hand keypoints of over 500k examples.", id: "Vincent-luo/hagrid-mediapipe-hands", }, ], demo: { inputs: [ { filename: "keypoint-detection-input.png", type: "img", }, ], outputs: [ { filename: "keypoint-detection-output.png", type: "img", }, ], }, metrics: [], models: [ { description: "A robust keypoint detection model.", id: "magic-leap-community/superpoint", }, { description: "A robust keypoint matching model.", id: "magic-leap-community/superglue_outdoor", }, { description: "Strong keypoint detection model used to detect human pose.", id: "qualcomm/RTMPose-Body2d", }, { description: "Powerful keypoint matching model.", id: "ETH-CVG/lightglue_disk", }, ], spaces: [ { description: "An application that detects hand keypoints in real-time.", id: "datasciencedojo/Hand-Keypoint-Detection-Realtime", }, { description: "An application for keypoint detection and matching.", id: "ETH-CVG/LightGlue", }, ], summary: "Keypoint detection is the task of identifying meaningful distinctive points or features in an image.", widgetModels: [], youtubeId: "", }; exports.default = taskData;