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
chore(process): process dufo&label for training data to do SSL.
close#2, #4.
docs(readme): update readme
docs(env): setup a new data process env to avoid pakcage conflict.
data(av2): if no gt, then only data itself will be write.
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving
8
8
9
9

10
10
11
-
2024/07/16 17:18: Most of codes already uploaded and tested. You can to try training directly by [downloading](https://zenodo.org/records/13744999) demo data or pretrained weight for evaluation.
12
-
The process script will be public when the paper is published officially.
11
+
2024/09/26 16:24: All codes already uploaded and tested. You can to try training directly by [downloading](https://zenodo.org/records/13744999) demo data or pretrained weight for evaluation.
13
12
14
13
Pre-trained weights for models are available in [Zenodo](https://zenodo.org/records/13744999) link. Check usage in [2. Evaluation](#2-evaluation) or [3. Visualization](#3-visualization).
Checking more information (step for downloading raw data, storage size, #frame etc) in [dataprocess/README.md](dataprocess/README.md). Extract all data to unified h5 format.
92
-
[Runtime: Normally need 10 mins finished run following commands totally in my desktop, 45 mins for the cluster I used]
90
+
Checking more information (step for downloading raw data, storage size, #frame etc) in [dataprocess/README.md](dataprocess/README.md). Extract all data to unified `.h5` format.
91
+
[Runtime: Normally need 45 mins finished run following commands totally in setup mentioned in our paper]
Copy file name to clipboardExpand all lines: dataprocess/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ We've updated the process dataset for:
12
12
-[x] Waymo: check [here](#waymo-dataset). The process script was involved from [SeFlow](https://github.com/KTH-RPL/SeFlow).
13
13
-[ ] nuScenes: done coding, public after review. Will be involved later by another paper.
14
14
15
+
If you want to use all datasets above, there is a specific process environment in [envprocess.yml](../envprocess.yml) to install all the necessary packages. As Waymo package have different configuration and conflict with the main environment. Setup through the following command:
0 commit comments