Skip to content

Commit 498d1ba

Browse files
committedJun 27, 2023
add splits and docs for nyu normals
1 parent e8b776a commit 498d1ba

File tree

4 files changed

+31573
-14
lines changed

4 files changed

+31573
-14
lines changed
 

‎docs/DATA.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Prepare datasets
22

3-
Disclaimer: Argoverse and DDAD are still under revision.
4-
Disclaimer: the code works for tarballs with both data and splits in it. For instance, NYU comes as a zip file, we suggest to re-comprress it, with split files, as tarball.
3+
Warninig: the code works for tarballs with both data and splits in it. For instance, NYU comes as a zip file, we suggest to re-comprress it, with split files, as tarball.
54

65
Before training, the data need to be unzipped in the ``<BASE-PATH>/datasets``
76
If your folder structure is different, you may need to change the corresponding paths in the config files.
@@ -20,6 +19,12 @@ You can download the dataset from [Google Drive Link](https://drive.google.com/f
2019
Splits are provided [here](../splits/nyu). For compatibility, we suggest to re-compress with splits files as a tarball.
2120

2221

22+
### **NYU**
23+
24+
You can download the dataset from [link](https://hkuhk-my.sharepoint.com/:f:/g/personal/xjqi_hku_hk/Ek0Vm--5oi1GssioLE5LjO0ByLTKpWAG00zYYUCeiydR7g?e=8kAdLZ) from [GeoNet repo](https://github.com/xjqi/GeoNet).
25+
Splits are provided [here](../splits/nyu_normal).
26+
27+
2328
### **SUNRGBD**
2429

2530
The dataset could be downloaded from [here](https://rgbd.cs.princeton.edu/).

‎splits/nyu_normal/nyu_test.txt

+654
Large diffs are not rendered by default.

‎splits/nyu_normal/nyu_train.txt

+30,912
Large diffs are not rendered by default.

‎splits/requirements.txt

-12
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.