CoolFace
Apppublic

inchorHaotian/openoasis-demo-v2

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

OpenOasis — TeraSim + OmniDream scenario generator

End-to-end pipeline that takes a Mapbox polyline (user picks A→B on a map) and produces an AV simulation:

polyline → MapSearcher (OSM download) → MapConverter (osm → net.xml) → TrafficFlowGenerator (randomTrips + avroute) → NADEWithAV (AV warmup → drive avroute → arrive) → fcd_all.xml + map.net.xml

OmniDream video rendering not yet wired — the frontend shows a "正在等待接入 OmniDream" placeholder for now.

Known limits on HF Spaces (free tier)

  • —sumo-gui won't open (no X display in container). The Replay button will fail; use the local dev setup if you need GUI playback.
  • —16 GB RAM, 2 vCPU. Long polylines (>5 km) may be tight on memory.
  • —runs/ is ephemeral — disappears when the container restarts.

Source

https://github.com/Laplace-Intelligence/OpenOasis (branch feat/terasim-pipeline-v2)