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
Note: I knew sometime we might want to see codes asap, so I upload all my experiment codes without cleaning up (some lib might missing etc).
8
+
Note 2025-08-28: I knew sometime we might want to see codes asap, so I upload all my experiment codes without cleaning up (some lib might missing etc).
9
9
I will try my best to cleanup TBD list here:
10
10
11
-
Update 2025-12-30 I'm back and updating the script now.... Hope I can finish all it before 2026-01-13.
11
+
Update 2025-12-30: I'm back and updating the script now.... Hope I can finish all it before 2026-01-13.
12
12
13
13
-[x] Update the repo README.
14
14
-[x] Update OpenSceneFlow repo for dataprocess and SeFlow++.
15
15
-[x] Test successfully evaluation codes on Scania and Argoverse2.
16
16
-[ ] Test successfully visualization codes.
17
-
-[] Upload Scania validation set (w/o gt).
17
+
-[x] Upload Scania validation set (w/o gt).
18
18
-[x] Setup leaderboard for users get their Scania val score.
19
19
-[x] Downstream task two repos README update.
20
20
-[x] Public the [author-response file](https://github.com/KTH-RPL/HiMo/discussions/1) for readers to check some discussion and future directions etc.
@@ -68,7 +68,14 @@ For further method, you can refer this script for the same format saving.
68
68
69
69
### Scania
70
70
71
-
You need upload your result files to the public leaderboard page, we present the best model we have in the paper:
71
+
First download the Scania validation set from [huggingface](https://huggingface.co/datasets/KTH/HiMo) (~ 2GB) with 10 scenes.
72
+
```bash
73
+
# setup hf cli if you don't have it
74
+
# curl -LsSf https://hf.co/cli/install.sh | bash
75
+
hf download KTH/HiMo --repo-type dataset
76
+
```
77
+
78
+
Get the result files with HiMo by following the best model we have in the paper, and save the .zip files for afterward online evaluation:
72
79
```bash
73
80
cd OpenSceneFlow
74
81
# (feed-forward): load ckpt
@@ -139,9 +146,7 @@ For Video animation example, we use [manim](https://www.manim.community/). I may
139
146
}
140
147
```
141
148
142
-
💞 Thanks to Bogdan Timus and Magnus Granström from Scania and Ci Li from KTH RPL, who helped with this work.
143
-
We also thank Yixi Cai, Yuxuan Liu, Peizheng Li and Shenghai Yuan for helpful discussions during revision.
144
-
We also thank the anonymous reviewers for their useful comments.
149
+
💞 We sincerely thank Bogdan Timus and Magnus Granström (Scania) and Ci Li (KTH RPL) for their contributions to this work. We also appreciate Yixi Cai, Yuxuan Liu, Peizheng Li, and Shenghai Yuan for their insightful discussions, as well as the anonymous reviewers for their valuable feedback.
145
150
146
151
This work was partially supported by the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation and Prosense (2020-02963) funded by Vinnova.
147
152
The computations were enabled by the supercomputing resource Berzelius provided by National Supercomputer Centre at Linköping University and the Knut and Alice Wallenberg Foundation, Sweden.
0 commit comments