Add LICENSE (CC BY 4.0 + BEHAVIOR-1K carve-out) + License section
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution 4.0 International (CC BY 4.0)
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 IDEAS Lab, Northwestern University
|
| 4 |
+
|
| 5 |
+
You are free to:
|
| 6 |
+
|
| 7 |
+
Share — copy and redistribute the material in any medium or format
|
| 8 |
+
Adapt — remix, transform, and build upon the material
|
| 9 |
+
for any purpose, even commercially.
|
| 10 |
+
|
| 11 |
+
Under the following terms:
|
| 12 |
+
|
| 13 |
+
Attribution — You must give appropriate credit, provide a link to
|
| 14 |
+
the license, and indicate if changes were made. You may do so in any
|
| 15 |
+
reasonable manner, but not in any way that suggests the licensor
|
| 16 |
+
endorses you or your use.
|
| 17 |
+
|
| 18 |
+
No additional restrictions — You may not apply legal terms or
|
| 19 |
+
technological measures that legally restrict others from doing
|
| 20 |
+
anything the license permits.
|
| 21 |
+
|
| 22 |
+
Full license text: https://creativecommons.org/licenses/by/4.0/legalcode
|
| 23 |
+
|
| 24 |
+
----------------------------------------------------------------------
|
| 25 |
+
|
| 26 |
+
This license covers the generated artifacts in this dataset: the joint
|
| 27 |
+
state/action trajectories, the rendered demonstration videos, and the
|
| 28 |
+
language prompts / metadata.
|
| 29 |
+
|
| 30 |
+
It does NOT extend to the underlying BEHAVIOR-1K scene and object assets,
|
| 31 |
+
which appear in the rendered videos but are not redistributed as assets
|
| 32 |
+
here; they remain subject to the BEHAVIOR-1K license
|
| 33 |
+
(https://github.com/StanfordVL/BEHAVIOR-1K). To reproduce or extend this
|
| 34 |
+
dataset you must obtain BEHAVIOR-1K / OmniGibson separately.
|
README.md
CHANGED
|
@@ -40,3 +40,13 @@ extra). Absolute joint (delta at train time). Cameras (all 5 kept, pick subset a
|
|
| 40 |
## Notes
|
| 41 |
- Camera subset + arm-joint delta are TRAIN-time choices; all 5 streams + absolute joints ship here.
|
| 42 |
- MimicGen sim-state replay dump is NOT included (kept in the raw archive; not needed for SFT).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Notes
|
| 41 |
- Camera subset + arm-joint delta are TRAIN-time choices; all 5 streams + absolute joints ship here.
|
| 42 |
- MimicGen sim-state replay dump is NOT included (kept in the raw archive; not needed for SFT).
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) (see [`LICENSE`](LICENSE)).
|
| 47 |
+
The generated artifacts — joint state/action trajectories, rendered demonstration videos, and
|
| 48 |
+
language prompts — are © 2026 IDEAS Lab, Northwestern University.
|
| 49 |
+
|
| 50 |
+
The underlying scene and object assets shown in the rendered videos come from
|
| 51 |
+
[BEHAVIOR-1K](https://github.com/StanfordVL/BEHAVIOR-1K) and remain subject to its license; this
|
| 52 |
+
dataset does not redistribute them as assets.
|