luuuulinnnn/Nurec_eval
Nurec_eval — NRE Closed-Loop Eval Set with HD Map 59 OOD-longtail scenes for AlpaSim closed-loop evaluation, exported from NVIDIA NRE 26.02 and augmented with HD-map artifacts (lane graph, road boundaries, crosswalks) so models can be evaluated with full map context — not just geometry. What's inside each pai_<uuid>.usdz File Purpose default.usda USDZ entry point checkpoint.ckpt Neural reconstruction (NRE-26.02 gsplat) weights parsed_config.yaml NRE… See the full description on the dataset page: https://huggingface.co/datasets/luuuulinnnn/Nurec_eval.
Nurec_eval — NRE Closed-Loop Eval Set with HD Map
59 OOD-longtail scenes for AlpaSim closed-loop evaluation, exported from NVIDIA NRE 26.02 and augmented with HD-map artifacts (lane graph, road boundaries, crosswalks) so models can be evaluated with full map context — not just geometry.
What's inside each pai_<uuid>.usdz
The 6 map_data/*.parquet files were injected via inject_map.py using NRE-internal HD-map data.
Scene composition — 59 scenes from 8 OOD-longtail buckets
Usage with AlpaSim
# Mount this dataset in the AlpaSim wizard
alpasim_wizard \
deploy=local topology=1gpu driver=<your_model> \
+physics=disabled +vehicle=custom \
scenes.path=/path/to/Nurec_eval \
scenes.scenes_csv=/path/to/Nurec_eval/sim_scenes.csv \
scenes.suites_csv=/path/to/Nurec_eval/sim_suites.csv \
...Note: physics=disabled is still required because these are recon-only USDZs (no vehicle-physics config). The HD map is consumed by driver models for lane-aware decision making and by metrics like wrong_lane / offroad-by-lane.
What was missing before
Without map_data/*.parquet, driver models had no map context during closed-loop sim, and lane-aware metrics (wrong_lane) couldn't be computed. This dataset adds them back.
Source
- Scenes exported from NRE 26.02 (
26.2.158-2b8da993) - Re-packed with HD map artifacts from
ood_closeloop_map(79 scenes available, 59 used here) - Compatible with NVlabs/alpasim
- Companion datasets: luuuulinnnn/OOD17_longtail_usdz, luuuulinnnn/OOD64-NuRec-USDZ-with-ground
