Commit 69a13e8
authored
[API Refactor] Initial port of interactive_drive & omnidreams (#529)
* Initial interactive_drive + omnidreams port
* initial manifest removal and clean up
* clean up pipeline loading things and config
* final clean up?
* better val
* merge fixes to physx and no-ui option
* 1 clean demo for all
* add clean up
* clean up host 0.0.0.0
* more docs + defaults
* readme
* doc update
* fix broken demo due to #528
* brake fix + space fix + demo to ensure imgui works with text input + some fixes to help reduce sync points via high prio queue -- still missing some high prio queue
* fix liscence + config to not auto-tune for testing reasons
* formatting
* add to ci to unbrick ci?
* fix linter issues
* update CI scripts
* fix broken ci
* fix test
* fix gpu test
* fix tests again
* swap default drop oldest due to quality risks
* FIX TEST
* reverse via `R`; reset with +/start
* address review
* -40ms with fast-perf option
* clean up + formatting + try to reduce latency
* fix formatting
* delete bad test1 parent 0a24875 commit 69a13e8
537 files changed
Lines changed: 23651 additions & 46915 deletions
File tree
- .github/workflows
- apps
- cam2v
- tests
- interactive_drive
- interactive_drive
- assets
- wheel_and_pedals
- backends
- input_config
- input
- runtime
- simulation
- tests
- output
- video_model
- configs
- launch_manifest
- docs/source
- api
- developer_guides
- models
- quickstart
- flashdreams
- flashdreams
- api_v2
- runtime_v2
- serving
- web
- runtime
- test_v2
- tests
- integrations_v2
- color_fade/color_fade/tests
- imgui_ui_demo
- imgui_ui_demo
- tests
- omnidreams
- apps
- interactive_drive
- benchmarks
- impl
- conditioning
- world_scenario
- encoder
- eval_baselines
- eval
- grpc
- protos
- ludus-renderer
- docs
- examples
- ludus_renderer
- _cpp
- bindings
- common
- cudaraster
- cuda
- framework
- 3rdparty/lodepng
- base
- gpu
- io
- loader
- nvjpeg
- physx
- render
- _ops
- torch
- scripts
- tests
- cuda
- native
- omnidreams_singleview
- patches/cutlass
- include/cute/atom/detail
- python
- src
- dit_streaming
- common
- kernels
- pyext
- native_common
- vae_streaming
- tools
- scripts
- tools
- transformer
- tests
- red_screen/red_screen/tests
- slangpy_ui_demo
- integrations
- hy_worldplay/tests/parity_check
- omnidreams
- omnidreams
- demo
- traces
- web
- interactive_drive
- backends
- configs
- runtime
- world_model
- tests
- interactive_drive
- artifacts
- scripts/benchmark/omnidreams
- skills/maintaining-oss-state
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
0 commit comments