datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
mini-carla-192x320-wan-2p2-vae
mini-carla-192x320-wan-2p2-vae
Wan2.2-VAE-encoded latents of a small CARLA driving dataset (192x320, native resolution,
no resize). Produced for training miniworld, a
minimal flow-matching world-model framework, by caching pixel clips through the frozen
pretrained Wan2.2 video VAE instead of a locally-trained one.
Data size
Source pixel dataset
mini_192x320_low: 320 episodes, 600 frames each (192x320, 20 fps) — ~33 GB
Clips in this cache
1,920 (6… See the full description on the dataset page: https://huggingface.co/datasets/kamwoh/mini-carla-192x320-wan-2p2-vae.minicar-leaderboard
🏆 MiniCar Competition Leaderboard
自動運転ミニカーコンペティションのリーダーボードデータ
データ構造
カラム
説明
submission_id
提出ID
team_name
チーム名
model_name
モデル名
lap_time
ラップタイム(秒)
success_rate
成功率(%)
track_name
トラック名
video_url
動画URL
model_repo
モデルリポジトリ
notes
備考
submitted_at
提出日時
verified
検証済みフラグ
使い方
import pandas as pd
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="Romihi50/minicar-leaderboard"… See the full description on the dataset page: https://huggingface.co/datasets/Romihi50/minicar-leaderboard.minicar-dataset
🏎️ MiniCar Autonomous Driving Dataset
自動運転ミニカー用のトレーニングデータセット
概要
このデータセットには以下が含まれます:
カメラ画像
センサーデータ(IMU等)
アノテーション(ステアリング角度、スロットル)
データ構造
minicar-dataset/
├── train/
│ ├── images/ # カメラ画像 (JPG/PNG)
│ ├── sensors/ # センサーデータ (CSV)
│ └── annotations.csv # ラベルデータ
├── test/
│ └── ...
└── README.md
使い方
from datasets import load_dataset
dataset = load_dataset("Romihi50/minicar-dataset")
# トレーニングデータ
for sample in… See the full description on the dataset page: https://huggingface.co/datasets/Romihi50/minicar-dataset.
