什么是 fiftyone-dataset-export?
将 FiftyOne 数据集导出为标准格式(COCO、YOLO、VOC、CVAT、CSV 等)和 Hugging Face Hub。在转换数据集、导出训练、创建存档、以特定格式共享数据或将数据集发布到 Hugging Face 时使用。 来源:voxel51/fiftyone-skills。
将 FiftyOne 数据集导出为标准格式(COCO、YOLO、VOC、CVAT、CSV 等)和 Hugging Face Hub。在转换数据集、导出训练、创建存档、以特定格式共享数据或将数据集发布到 Hugging Face 时使用。
通过命令行快速安装 fiftyone-dataset-export AI 技能到你的开发环境
来源:voxel51/fiftyone-skills。
Match format to label types Different formats support different label types:
| COCO | detections, segmentations, keypoints | | YOLO (v4, v5) | detections | | VOC | detections | | CVAT | classifications, detections, polylines, keypoints | | CSV | all (custom fields) | | Image Classification Directory Tree | classification |
Use absolute paths Always use absolute paths for export directories:
将 FiftyOne 数据集导出为标准格式(COCO、YOLO、VOC、CVAT、CSV 等)和 Hugging Face Hub。在转换数据集、导出训练、创建存档、以特定格式共享数据或将数据集发布到 Hugging Face 时使用。 来源:voxel51/fiftyone-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-dataset-export将 FiftyOne 数据集导出为标准格式(COCO、YOLO、VOC、CVAT、CSV 等)和 Hugging Face Hub。在转换数据集、导出训练、创建存档、以特定格式共享数据或将数据集发布到 Hugging Face 时使用。 来源:voxel51/fiftyone-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-dataset-export 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/voxel51/fiftyone-skills