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
Train Feed-forward SSL methods (e.g. SeFlow/SeFlow++/VoteFlow etc), we needed to:
201
-
1) process auto-label process.
201
+
1) process auto-label process for training. Check [dataprocess/README.md#self-supervised-process](dataprocess/README.md#self-supervised-process) for more details. We provide these inside the demo dataset already.
202
202
2) specify the loss function, we set the config here for our best model in the leaderboard.
203
203
204
204
#### SeFlow
@@ -257,7 +257,8 @@ python save.py model=fastnsf
257
257
258
258
## 3. Evaluation
259
259
260
-
You can view Wandb dashboard for the training and evaluation results or upload result to online leaderboard.
260
+
You can view Wandb dashboard for the training and evaluation results or upload result to online leaderboard.
261
+
<!-- Three-way EPE and Dynamic Bucket-normalized are evaluated within a 70x70m range (followed Argoverse 2 online leaderboard). No ground points are considered in the evaluation. -->
261
262
262
263
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.
0 commit comments