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
d94f22b6
Commit
d94f22b6
authored
Jun 13, 2020
by
liyinhao
Browse files
change readme in sunrgbd and scannet
parent
726f9757
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
data/scannet/README.md
data/scannet/README.md
+8
-0
data/sunrgbd/README.md
data/sunrgbd/README.md
+15
-1
No files found.
data/scannet/README.md
View file @
d94f22b6
...
@@ -10,8 +10,16 @@ We follow the procedure in [votenet](https://github.com/facebookresearch/votenet
...
@@ -10,8 +10,16 @@ We follow the procedure in [votenet](https://github.com/facebookresearch/votenet
```
```
scannet
scannet
├── scannet_utils.py
├── scannet_utils.py
├── batch_load_scannet_data.py
├── load_scannet_data.py
├── load_scannet_data.py
├── scannet_utils.py
├── README.md
├── README.md
├── scans
├── scans
├── scannet_train_instance_data
├── points
├── instance_mask
├── semantic_mask
├── scannet_infos_train.pkl
├── scannet_infos_val.pkl
```
```
data/sunrgbd/README.md
View file @
d94f22b6
...
@@ -26,6 +26,20 @@ sunrgbd
...
@@ -26,6 +26,20 @@ sunrgbd
│ ├── SUNRGBD
│ ├── SUNRGBD
│ ├── SUNRGBDMeta2DBB_v2.mat
│ ├── SUNRGBDMeta2DBB_v2.mat
│ ├── SUNRGBDMeta3DBB_v2.mat
│ ├── SUNRGBDMeta3DBB_v2.mat
│ ├── SUNRGBDtoolbox
│ ├── SUNRGBDtoolboNRGBD
├── sunrgbd_trainval
│ ├── calib
│ ├── image
│ ├── label_v1
│ ├── train_data_idx.txt
│ ├── depth
│ ├── label
│ ├── seg_label
│ ├── val_data_idx.txt
├── sunrgbd_pc_bbox_votes_50k_v1_train
├── sunrgbd_pc_bbox_votes_50k_v1_val
├── points
├── sunrgbd_infos_train.pkl
├── sunrgbd_infos_val.pkl
```
```
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