Skip to content

Commit 6416c34

Browse files
committed
docs: update README with all links and badges.
1 parent abe7db1 commit 6416c34

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@ HiMo: High-Speed Objects Motion Compensation in Point Clouds
22
---
33

44
[![arXiv](https://img.shields.io/badge/arXiv-2503.00803-b31b1b?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2503.00803)
5-
[![page](https://img.shields.io/badge/Project-Page-green)](https://kin-zhang.github.io/HiMo)
5+
[![page](https://img.shields.io/badge/Project-Page-green?logo=homepage)](https://kin-zhang.github.io/HiMo)
66
[![video](https://img.shields.io/badge/video-YouTube-FF0000?logo=youtube&logoColor=white)](https://youtu.be/rofaKfezIx0?si=59mMPLYUMgvrkRGj)
7+
[![data](https://img.shields.io/badge/Data-HuggingFace-74b9ff?logo=huggingface)](https://huggingface.co/datasets/KTH/HiMo)
8+
[![leaderboard](https://img.shields.io/badge/Leaderboard-Codabench-blue)](https://www.codabench.org/competitions/12524)
79

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-
I will try my best to cleanup TBD list here:
1010

11-
Update 2025-12-30: I'm back and updating the script now.... Hope I can finish all it before 2026-01-13.
11+
<!-- 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). -->
12+
<!-- I will try my best to cleanup TBD list here: -->
1213

14+
<!-- Update 2025-12-30: I'm back and updating the script now.... Hope I can finish all it before 2026-01-13. -->
15+
Setup Tasks:
1316
- [x] Update the repo README.
14-
- [x] Update OpenSceneFlow repo for dataprocess and SeFlow++.
17+
- [x] Update [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow) repo for dataprocess and SeFlow++.
1518
- [x] Test successfully evaluation codes on Scania and Argoverse2.
1619
- [ ] Test successfully visualization codes.
17-
- [x] Upload Scania validation set (w/o gt).
18-
- [x] Setup leaderboard for users get their Scania val score.
20+
- [x] Upload [Scania validation set (w/o gt)](https://huggingface.co/datasets/KTH/HiMo).
21+
- [x] Setup [leaderboard](https://www.codabench.org/competitions/12524) for users get their Scania val score.
1922
- [x] Downstream task two repos README update.
2023
- [x] Public the [author-response file](https://github.com/KTH-RPL/HiMo/discussions/1) for readers to check some discussion and future directions etc.
2124

@@ -72,7 +75,7 @@ First download the Scania validation set from [huggingface](https://huggingface.
7275
```bash
7376
# setup hf cli if you don't have it
7477
# curl -LsSf https://hf.co/cli/install.sh | bash
75-
hf download KTH/HiMo --repo-type dataset
78+
hf download KTH/HiMo --repo-type dataset --local-dir /home/kin/data/scania/val
7679
```
7780

7881
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:
@@ -121,6 +124,8 @@ For paper results, I manually select some instance for a clearer qualitative com
121124
python tools/view_instance.py
122125
```
123126

127+
### Animation
128+
124129
For project website animation, check [tools/animation_video.py](tools/animation_video.py).
125130
```python
126131
# first step:
@@ -130,7 +135,7 @@ fire.Fire(save_animation_traj)
130135
fire.Fire(animation_video)
131136
```
132137

133-
For Video animation example, we use [manim](https://www.manim.community/). I may upload this part also for tutorial purpose etc.
138+
For Video animation example in Youtube and Presentation, we use [manim](https://www.manim.community/). I uploaded the manim project file under [tools/manim_himo](tools/manim_himo) for readers to check.
134139

135140
## Cite & Acknowledgements
136141

0 commit comments

Comments
 (0)