"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "c2a18cbb047e9ab81a1e1d6cd49b4e2f6906cde5"
Commit 5070ebff authored by liyinhao's avatar liyinhao
Browse files

fix some bugs

parent d94f22b6
...@@ -127,4 +127,3 @@ exps/ ...@@ -127,4 +127,3 @@ exps/
*.png *.png
/data/scannet/scans/ /data/scannet/scans/
/data/sunrgbd/OFFICIAL_SUNRGBD/ /data/sunrgbd/OFFICIAL_SUNRGBD/
/data/sunrgbd/sunrgbd_trainval/
# Copyright (c) Facebook, Inc. and its affiliates. # Modified from
# # https://github.com/facebookresearch/votenet/blob/master/scannet/scannet_utils.py
# This source code is licensed under the MIT license found in the # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
# LICENSE file in the root directory of this source tree.
"""Ref: https://github.com/ScanNet/ScanNet/blob/master/BenchmarkScripts """Ref: https://github.com/ScanNet/ScanNet/blob/master/BenchmarkScripts
""" """
import csv import csv
......
...@@ -26,7 +26,7 @@ sunrgbd ...@@ -26,7 +26,7 @@ sunrgbd
│ ├── SUNRGBD │ ├── SUNRGBD
│ ├── SUNRGBDMeta2DBB_v2.mat │ ├── SUNRGBDMeta2DBB_v2.mat
│ ├── SUNRGBDMeta3DBB_v2.mat │ ├── SUNRGBDMeta3DBB_v2.mat
│ ├── SUNRGBDtoolboNRGBD │ ├── SUNRGBDtoolbox
├── sunrgbd_trainval ├── sunrgbd_trainval
│ ├── calib │ ├── calib
│ ├── image │ ├── image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment