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
Task: Scene Flow Estimation in Autonomous Driving.
10
+
11
+
🔥 2024/07/02: Check the self-supervised version in our new ECCV'24 [SeFlow](https://github.com/KTH-RPL/SeFlow). The 1st ranking in new leaderboard among self-supervise methods.
12
+
10
13
Pre-trained weights for models are available in [Zenodo](https://zenodo.org/records/12173874) or [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx).
11
14
Check usage in [2. Evaluation](#2-evaluation) or [3. Visualization](#3-visualization).
12
15
@@ -72,10 +75,6 @@ Benchmarking and baseline methods:
# for nsfp no need train but optimize iteration running
77
-
python 2_eval.py model=nsfp
78
-
python 2_eval.py model=fast_nsfp
79
78
```
80
79
81
80
To help community benchmarking, we provide our weights including fastflow3d, deflow [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx). These checkpoints also include parameters and status of that epoch inside it. If you are interested in weights of ablation studies, please contact us.
@@ -92,23 +91,28 @@ Since in training, we save all hyper-parameters and model checkpoints, the only
Check all detailed result files (presented in our paper Table 1) in [this discussion](https://github.com/KTH-RPL/DeFlow/discussions/2).
99
100
100
-
To submit to the Online Leaderboard, the last step will tell you the resulting path, copy it here:
101
+
To submit to the Online Leaderboard, if you select `av2_mode=test`, it should be a zip file for you to submit to the leaderboard.
102
+
Note: The leaderboard result in DeFlow main paper is [version 1](https://eval.ai/web/challenges/challenge-page/2010/evaluation), as [version 2](https://eval.ai/web/challenges/challenge-page/2210/overview) is updated after DeFlow paper.
103
+
101
104
```bash
102
-
#you will find there is a av2_submit.zip in the folder now. since the env is different and conflict we set new one:
105
+
#since the env may conflict we set new on deflow, we directly create new one:
print(f"We are in {cfg.av2_mode}, results will be saved in: {self.save_res_path}")
73
+
print(f"We are in {cfg.av2_mode}, results will be saved in: {self.save_res_path} with version: {self.leaderboard_version} format for online leaderboard.")
print(f"Test results saved in: {self.save_res_path}, Please run submit to zip the results and upload to online leaderboard.")
140
-
output_file=zip_res(self.save_res_path)
152
+
print(f"Test results saved in: {self.save_res_path}, Please run submit to zip the results and upload to online leaderboard. You processed to {self.leaderboard_version} version.")
print(f"We already write the estimate flow: {self.vis_name} into the dataset, please run following commend to visualize the flow. Copy and paste it to your terminal:")
271
+
print(f"We already write the flow_est into the dataset, please run following commend to visualize the flow. Copy and paste it to your terminal:")
0 commit comments