edm
Datasets
All datasets matching “edm”rocketleague-analysis
Rocket League Analysis
Local Rocket League replay analysis using Ballchasing API exports and plain DuckDB.
The report is meant to answer one practical question: what should I work on next from my saved replay sample?
Quick Start
uv sync --locked
UV_CACHE_DIR=/tmp/rocketleague-uv-cache \
uv run --locked pytest -v
uv run --locked python scripts/analyze_scenarios.py \
--replay-dir /path/to/Rocket\ League/TAGame/Demos \
--limit 10
Start with CONTRIBUTING.md… See the full description on the dataset page: https://huggingface.co/datasets/edmundmiller/rocketleague-analysis.EDM-DOCK-training-minimizedimagenet_edm2SWE-V-SIFzinc250kzinc250k contains the 250k molecule subset used in the "Automatic Chemical Design Using a
Data-Driven Continuous Representation of Molecules" paper (doi:10.1021/acscentsci.7b00572).
The dataset contains the original columns from
https://github.com/aspuru-guzik-group/chemical_vae/blob/main/models/zinc_properties/250k_rndm_zinc_drugs_clean_3.csv,
namely smiles, logP, QED, and SAS and an additional selfies column.
This dataset can be used for benchmarking chemical Language Models or training… See the full description on the dataset page: https://huggingface.co/datasets/edmanft/zinc250k.waymo-ipace-detector-dataset
Waymo I-PACE Vehicle Detection Dataset
YOLO-format object detection dataset for detecting Waymo autonomous vehicles (Jaguar I-PACE) in Austin traffic camera images.
Dataset Structure
├── images/
│ ├── train/ # Training images (JPG)
│ └── val/ # Validation images (JPG)
├── labels/
│ ├── train/ # YOLO format annotations (TXT)
│ └── val/ # YOLO format annotations (TXT)
└── dataset.yaml # YOLO configuration
Label Format
YOLO… See the full description on the dataset page: https://huggingface.co/datasets/EDM25/waymo-ipace-detector-dataset.
