You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update av2_mode to data_mode.
* revert back for zod process file
* runner metric is good in last version as it's range_bucket have different meaning.
Note (2025/09/18): We got accepted by NeurIPS 2025 and it's **spotlighted**! 🎉🎉🎉 Working on release the code here.
@@ -20,16 +22,18 @@ Note (2025/09/18): We got accepted by NeurIPS 2025 and it's **spotlighted**!
20
22
21
23
## Quick Run
22
24
25
+
To train the full dataset, please refer to the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow?tab=readme-ov-file#1-data-preparation) for raw data download and h5py files preparation.
26
+
23
27
### Training
24
28
25
-
1. Prepare the demo train and val data:
29
+
1. Prepare the **demo** train and val data for a quick run:
unzip demo-data-v2.zip -d /home/kin/data/av2/h5py # to your data path
30
34
```
31
35
32
-
2. Follow the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow/tree/main?tab=readme-ov-file#0-installation) to setup the environment.
36
+
2. Follow the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow/tree/main?tab=readme-ov-file#0-installation) to setup the environment or [use docker](https://github.com/KTH-RPL/OpenSceneFlow?tab=readme-ov-file#docker-recommended-for-isolation).
33
37
34
38
3. Run the training with the following command (modify the data path accordingly):
35
39
```bash
@@ -49,7 +53,6 @@ Please refer to the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow/tre
49
53
While I will update a unified visualization script for OpenSceneFlow to quickly save all window views as images at the same view and same time etc. (Free us from qualitative figure making work!)
0 commit comments