Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
b5209f39
Commit
b5209f39
authored
Jun 16, 2020
by
liyinhao
Browse files
add script
parent
0b758185
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
data/scannet/README.md
data/scannet/README.md
+7
-0
data/sunrgbd/README.md
data/sunrgbd/README.md
+11
-0
No files found.
data/scannet/README.md
View file @
b5209f39
...
...
@@ -10,6 +10,13 @@ We follow the procedure in [votenet](https://github.com/facebookresearch/votenet
python tools/create_data.py scannet
--root-path
./data/scannet
--out-dir
./data/scannet
--extra-tag
scannet
```
The overall process could be achieved through the following script
```
bash
python batch_load_scannet_data.py
cd
../..
python tools/create_data.py scannet
--root-path
./data/scannet
--out-dir
./data/scannet
--extra-tag
scannet
```
The directory structure after pre-processing should be as below
```
scannet
...
...
data/sunrgbd/README.md
View file @
b5209f39
...
...
@@ -12,6 +12,17 @@ We follow the procedure in [votenet](https://github.com/facebookresearch/votenet
python tools/create_data.py sunrgbd
--root-path
./data/sunrgbd
--out-dir
./data/sunrgbd
--extra-tag
sunrgbd
```
The overall process could be achieved through the following script
```
bash
cd
matlab
matlab
-nosplash
-nodesktop
-r
'extract_split;quit;'
matlab
-nosplash
-nodesktop
-r
'extract_rgbd_data_v2;quit;'
matlab
-nosplash
-nodesktop
-r
'extract_rgbd_data_v1;quit;'
cd
..
python sunrgbd_data.py
--gen_v1_data
cd
..
python tools/create_data.py sunrgbd
--root-path
./data/sunrgbd
--out-dir
./data/sunrgbd
--extra-tag
sunrgbd
```
NOTE: SUNRGBDtoolbox.zip should have MD5 hash
`18d22e1761d36352f37232cba102f91f`
(you can check the hash with
`md5 SUNRGBDtoolbox.zip`
on Mac OS or
`md5sum SUNRGBDtoolbox.zip`
on Linux)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment