fiftyone-dataset-import
Import any dataset format into FiftyOne automatically
Dataset import often requires manual format detection and configuration. This skill auto-detects media types, label formats, and sensor groupings to create properly structured FiftyOne datasets.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "fiftyone-dataset-import". Import the dataset at /user/data/driving_scenes into FiftyOne
Résultat attendu:
- Scanned 1,000 scene folders with front, left, right cameras and LiDAR
- Detected PandaSet format with cuboid and segmentation labels
- Installing pandaset-devkit package
- Creating grouped dataset with 4 slices per scene
- Imported 4,000 samples in 1,000 groups
Utilisation de "fiftyone-dataset-import". Import YOLO dataset from /data/yolo_project
Résultat attendu:
- Found data.yaml with 10 classes defined
- Located 5,000 images in images/train directory
- Matching labels found in labels/train directory
- Created dataset yolo_project with detections field
Audit de sécurité
SûrThis skill contains only a SKILL.md documentation file with instructions for AI assistants. All 295 static findings are false positives: markdown code blocks triggered 'backtick execution' patterns, documentation URLs triggered 'hardcoded URL' patterns, and example shell commands triggered 'system reconnaissance' patterns. No executable code exists. The skill guides dataset import workflows with proper user confirmation requirements.
Facteurs de risque
🌐 Accès réseau (14)
⚙️ Commandes externes (260)
📁 Accès au système de fichiers (2)
Score de qualité
Ce que vous pouvez construire
Import labeled training datasets
Load COCO, YOLO, or VOC annotated datasets for model training and evaluation with automatic format detection.
Load multi-sensor scene data
Import nuScenes, PandaSet, or KITTI datasets with synchronized cameras, LiDAR, and radar as grouped scenes.
Process 3D point cloud data
Convert LiDAR data from binary or pickle formats to PCD for 3D visualization and cuboid label analysis.
Essayez ces prompts
Scan and import the dataset at /path/to/data into FiftyOne. Detect the format automatically.
Import images from /data/images with COCO labels from /data/annotations.json as my-coco-dataset.
Import the nuScenes dataset at /data/nuscenes with all cameras and LiDAR as a grouped dataset.
Convert LiDAR files from .pkl.gz to .pcd format and import with 3D cuboid labels into FiftyOne.
Bonnes pratiques
- Always scan the directory structure before importing to detect formats and grouping patterns
- Confirm the detected configuration with the user before creating datasets
- Validate that imported sample counts match source file counts after import
Éviter
- Skipping folder scan and assuming format without verification
- Overwriting existing datasets without checking and asking permission
- Importing grouped multi-sensor data as flat dataset losing relationships
Foire aux questions
What dataset formats are supported?
How large can datasets be?
What autonomous driving formats work?
Is my data sent anywhere?
How do I import point clouds?
What are grouped datasets?
Détails du développeur
Structure de fichiers
📄 SKILL.md