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
-
Pre-trained weights for models are available in [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx).
10
+
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
11
Check usage in [2. Evaluation](#2-evaluation) or [3. Visualization](#3-visualization).
12
12
13
13
**Scripts** quick view in our scripts:
@@ -84,10 +84,15 @@ To help community benchmarking, we provide our weights including fastflow3d, def
84
84
85
85
You can view Wandb dashboard for the training and evaluation results or [run/submit to av2 leaderboard to get official results](assets/README.md#leaderboard-submission).
86
86
87
+
88
+
87
89
Since in training, we save all hyper-parameters and model checkpoints, the only thing you need to do is to specify the checkpoint path. Remember to set the data path correctly also.
88
90
```bash
89
-
python 2_eval.py checkpoint=/home/kin/model.ckpt av2_mode=val # it will directly prints all metric
90
-
python 2_eval.py checkpoint=/home/kin/model.ckpt av2_mode=test # it will output the av2_submit.zip for you to submit to leaderboard
91
+
# downloaded pre-trained weight, or train by yourself
We provide a script to visualize the results of the model. You can specify the checkpoint path and the data path to visualize the results. The step is quickly similar to evaluation.
We already write the estimate flow: deflow_best into the dataset, please run following commend to visualize the flow. Copy and paste it to your terminal:
0 commit comments