Spaces:
Runtime error
Runtime error
Jingkang Yang
commited on
Commit
·
bd27f44
0
Parent(s):
first commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +35 -0
- .gitignore +2 -0
- CODE_OF_CONDUCT.md +80 -0
- CONTRIBUTING.md +32 -0
- GETTING_STARTED.md +99 -0
- INSTALL.md +50 -0
- LICENSE +399 -0
- README.md +13 -0
- UI/sailvos3d/ex1/inputs/depth_000160.npy +3 -0
- UI/sailvos3d/ex1/inputs/rage_matrices_000160.npz +3 -0
- UI/sailvos3d/ex1/inputs/rgb_000160.bmp +3 -0
- UI/sailvos3d/ex2/inputs/depth_000540.npy +3 -0
- UI/sailvos3d/ex2/inputs/rage_matrices_000540.npz +3 -0
- UI/sailvos3d/ex2/inputs/rgb_000540.bmp +3 -0
- UI/scannetv2/examples/scene0000_00/color/1660.jpg +0 -0
- UI/scannetv2/examples/scene0000_00/color/5560.jpg +0 -0
- UI/scannetv2/examples/scene0000_00/depth/1660.png +0 -0
- UI/scannetv2/examples/scene0000_00/depth/5560.png +0 -0
- UI/scannetv2/examples/scene0000_00/intrinsics/extrinsic_color.txt +4 -0
- UI/scannetv2/examples/scene0000_00/intrinsics/extrinsic_depth.txt +4 -0
- UI/scannetv2/examples/scene0000_00/intrinsics/intrinsic_color.txt +4 -0
- UI/scannetv2/examples/scene0000_00/intrinsics/intrinsic_depth.txt +4 -0
- UI/scannetv2/examples/scene0000_00/pose/1660.txt +4 -0
- UI/scannetv2/examples/scene0000_00/pose/5560.txt +4 -0
- app.py +304 -0
- configs/ovseg_swinB_vitL_bs32_120k.yaml +100 -0
- configs/ovseg_swinB_vitL_demo.yaml +99 -0
- datasets/DATASETS.md +122 -0
- datasets/prepare_ade20k_full_sem_seg.py +1011 -0
- datasets/prepare_ade20k_sem_seg.py +35 -0
- datasets/prepare_coco_stuff_sem_seg.py +219 -0
- datasets/prepare_pascal_context.py +69 -0
- datasets/prepare_voc_sem_seg.py +71 -0
- datasets/scannet_preprocess/meta_data/classes_ObjClassification-ShapeNetCore55.txt +17 -0
- datasets/scannet_preprocess/meta_data/classes_SemVoxLabel-nyu40id.txt +20 -0
- datasets/scannet_preprocess/meta_data/scannet200_constants.py +295 -0
- datasets/scannet_preprocess/meta_data/scannet200_splits.py +18 -0
- datasets/scannet_preprocess/meta_data/scannet_means.npz +3 -0
- datasets/scannet_preprocess/meta_data/scannetv1_test.txt +312 -0
- datasets/scannet_preprocess/meta_data/scannetv1_train.txt +1045 -0
- datasets/scannet_preprocess/meta_data/scannetv1_val.txt +156 -0
- datasets/scannet_preprocess/meta_data/scannetv2-labels-old.combined.tsv +608 -0
- datasets/scannet_preprocess/meta_data/scannetv2-labels.combined.tsv +608 -0
- datasets/scannet_preprocess/meta_data/scannetv2_test.txt +100 -0
- datasets/scannet_preprocess/meta_data/scannetv2_train.txt +1201 -0
- datasets/scannet_preprocess/meta_data/scannetv2_val.txt +312 -0
- datasets/scannet_preprocess/prepare_2d_data/SensorData.py +121 -0
- datasets/scannet_preprocess/prepare_2d_data/prepare_2d_data.py +123 -0
- datasets/scannet_preprocess/prepare_2d_data/util.py +127 -0
- datasets/scannet_preprocess/preprocess_scannet.py +215 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
*.zip
|
2 |
+
*.pyc
|
CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Code of Conduct
|
2 |
+
|
3 |
+
## Our Pledge
|
4 |
+
|
5 |
+
In the interest of fostering an open and welcoming environment, we as
|
6 |
+
contributors and maintainers pledge to make participation in our project and
|
7 |
+
our community a harassment-free experience for everyone, regardless of age, body
|
8 |
+
size, disability, ethnicity, sex characteristics, gender identity and expression,
|
9 |
+
level of experience, education, socio-economic status, nationality, personal
|
10 |
+
appearance, race, religion, or sexual identity and orientation.
|
11 |
+
|
12 |
+
## Our Standards
|
13 |
+
|
14 |
+
Examples of behavior that contributes to creating a positive environment
|
15 |
+
include:
|
16 |
+
|
17 |
+
* Using welcoming and inclusive language
|
18 |
+
* Being respectful of differing viewpoints and experiences
|
19 |
+
* Gracefully accepting constructive criticism
|
20 |
+
* Focusing on what is best for the community
|
21 |
+
* Showing empathy towards other community members
|
22 |
+
|
23 |
+
Examples of unacceptable behavior by participants include:
|
24 |
+
|
25 |
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26 |
+
advances
|
27 |
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28 |
+
* Public or private harassment
|
29 |
+
* Publishing others' private information, such as a physical or electronic
|
30 |
+
address, without explicit permission
|
31 |
+
* Other conduct which could reasonably be considered inappropriate in a
|
32 |
+
professional setting
|
33 |
+
|
34 |
+
## Our Responsibilities
|
35 |
+
|
36 |
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37 |
+
behavior and are expected to take appropriate and fair corrective action in
|
38 |
+
response to any instances of unacceptable behavior.
|
39 |
+
|
40 |
+
Project maintainers have the right and responsibility to remove, edit, or
|
41 |
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42 |
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43 |
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44 |
+
threatening, offensive, or harmful.
|
45 |
+
|
46 |
+
## Scope
|
47 |
+
|
48 |
+
This Code of Conduct applies within all project spaces, and it also applies when
|
49 |
+
an individual is representing the project or its community in public spaces.
|
50 |
+
Examples of representing a project or community include using an official
|
51 |
+
project e-mail address, posting via an official social media account, or acting
|
52 |
+
as an appointed representative at an online or offline event. Representation of
|
53 |
+
a project may be further defined and clarified by project maintainers.
|
54 |
+
|
55 |
+
This Code of Conduct also applies outside the project spaces when there is a
|
56 |
+
reasonable belief that an individual's behavior may have a negative impact on
|
57 |
+
the project or its community.
|
58 |
+
|
59 |
+
## Enforcement
|
60 |
+
|
61 |
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62 |
+
reported by contacting the project team at <[email protected]>. All
|
63 |
+
complaints will be reviewed and investigated and will result in a response that
|
64 |
+
is deemed necessary and appropriate to the circumstances. The project team is
|
65 |
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
66 |
+
Further details of specific enforcement policies may be posted separately.
|
67 |
+
|
68 |
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
69 |
+
faith may face temporary or permanent repercussions as determined by other
|
70 |
+
members of the project's leadership.
|
71 |
+
|
72 |
+
## Attribution
|
73 |
+
|
74 |
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
75 |
+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
76 |
+
|
77 |
+
[homepage]: https://www.contributor-covenant.org
|
78 |
+
|
79 |
+
For answers to common questions about this code of conduct, see
|
80 |
+
https://www.contributor-covenant.org/faq
|
CONTRIBUTING.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Contributing to OVSeg
|
2 |
+
We want to make contributing to this project as easy and transparent as
|
3 |
+
possible.
|
4 |
+
|
5 |
+
## Pull Requests
|
6 |
+
We actively welcome your pull requests.
|
7 |
+
|
8 |
+
1. Fork the repo and create your branch from `main`.
|
9 |
+
2. If you've added code that should be tested, add tests.
|
10 |
+
3. If you've changed APIs, update the documentation.
|
11 |
+
4. Ensure the test suite passes.
|
12 |
+
5. Make sure your code lints.
|
13 |
+
6. If you haven't already, complete the Contributor License Agreement ("CLA").
|
14 |
+
|
15 |
+
## Contributor License Agreement ("CLA")
|
16 |
+
In order to accept your pull request, we need you to submit a CLA. You only need
|
17 |
+
to do this once to work on any of Meta's open source projects.
|
18 |
+
|
19 |
+
Complete your CLA here: <https://code.facebook.com/cla>
|
20 |
+
|
21 |
+
## Issues
|
22 |
+
We use GitHub issues to track public bugs. Please ensure your description is
|
23 |
+
clear and has sufficient instructions to be able to reproduce the issue.
|
24 |
+
|
25 |
+
Meta has a [bounty program](https://www.facebook.com/whitehat/) for the safe
|
26 |
+
disclosure of security bugs. In those cases, please go through the process
|
27 |
+
outlined on that page and do not file a public issue.
|
28 |
+
|
29 |
+
|
30 |
+
## License
|
31 |
+
By contributing to OVSeg, you agree that your contributions will be licensed
|
32 |
+
under the LICENSE file in the root directory of this source tree.
|
GETTING_STARTED.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Getting started with OVSeg
|
2 |
+
|
3 |
+
|
4 |
+
### Try demo
|
5 |
+
|
6 |
+
We release our largest model (Swin-Base + CLIP-ViT-L/14) [ovseg_swinbase_vitL14_ft_mpt.pth](https://drive.google.com/file/d/1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy/view?usp=sharing) (md5: <tt>526080</tt>).
|
7 |
+
|
8 |
+
- Test on sample image
|
9 |
+
```bash
|
10 |
+
python demo.py --config-file configs/ovseg_swinB_vitL_demo.yaml --class-names 'Oculus' 'Ukulele' --input ./resources/demo_samples/sample_03.jpeg --output ./pred --opts MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth
|
11 |
+
```
|
12 |
+
|
13 |
+
### Evaluation with pre-trained weights
|
14 |
+
|
15 |
+
We release our largest model (Swin-Base + CLIP-ViT-L/14) [ovseg_swinbase_vitL14_ft_mpt.pth](https://drive.google.com/file/d/1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy/view?usp=sharing) (md5: <tt>526080</tt>).
|
16 |
+
|
17 |
+
- Test on ADE20K-150 and ADE-847
|
18 |
+
```bash
|
19 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth DATASETS.TEST \(\"ade20k_sem_seg_val\",\"ade20k_full_sem_seg_val\"\)
|
20 |
+
```
|
21 |
+
|
22 |
+
- Test on PascalContext-59 and PascalContext-459
|
23 |
+
```bash
|
24 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth MODEL.CLIP_ADAPTER.CLIP_ENSEMBLE_WEIGHT 0.6 DATASETS.TEST \(\"pascal_context_59_sem_seg_val\",\"pascal_context_459_sem_seg_val\",\)
|
25 |
+
```
|
26 |
+
|
27 |
+
- Test on PascalVOC-20
|
28 |
+
```bash
|
29 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth MODEL.CLIP_ADAPTER.CLIP_ENSEMBLE_WEIGHT 0.45 DATASETS.TEST \(\"pascalvoc20_sem_seg_val\",\)
|
30 |
+
```
|
31 |
+
|
32 |
+
#### Performance benchmark
|
33 |
+
|
34 |
+
| method | backbone | training dataset | A-847 | PC-459 | A-150 | PC-59 | PAS-20 |
|
35 |
+
|------------------------------------|----------|------------------|:-----:|:------:|:-----:|:-----:|:------:|
|
36 |
+
| Open-vocabulary generalist models. | | | | | | | |
|
37 |
+
| SPNet | R-101 | PASCAL-15 | - | - | - | 24.3 | 18.3 |
|
38 |
+
| ZS3Net | R-101 | PASCAL-15 | - | - | - | 19.4 | 38.3 |
|
39 |
+
| LSeg | R-101 | PASCAL-15 | - | - | - | - | 47.4 |
|
40 |
+
| LSeg+ | R-101 | COCO Panoptic | 2.5 | 5.2 | 13.0 | 36.0 | 59.0 |
|
41 |
+
| SimBaseline | R-101c | COCO-Stuff-156 | - | - | 15.3 | - | 74.5 |
|
42 |
+
| ZegFormer | R-50 | COCO-Stuff-156 | - | - | 16.4 | - | 80.7 |
|
43 |
+
| OpenSeg | R-101 | COCO Panoptic | 4.0 | 6.5 | 15.3 | 36.9 | 60.0 |
|
44 |
+
| OVSeg (Ours) | R-101c | COCO-Stuff-171 | 7.1 | 11.0 | 24.8 | 53.3 | 92.6 |
|
45 |
+
| LSeg+ | Eff-B7 | COCO Panoptic | 3.8 | 7.8 | 18.0 | 46.5 | - |
|
46 |
+
| OpenSeg | Eff-B7 | COCO Panoptic | 6.3 | 9.0 | 21.1 | 42.1 | - |
|
47 |
+
| OVSeg (Ours) | Swin-B | COCO-Stuff-171 | 9.0 | 12.4 | 29.6 | 55.7 | 94.5 |
|
48 |
+
| Supervised specialist models. | | | | | | | |
|
49 |
+
| FCN | FCN-8s | Same as test | - | - | 29.4 | 37.8 | - |
|
50 |
+
| Deeplab | R-101 | Same as test | - | - | - | 45.7 | 77.7 |
|
51 |
+
| SelfTrain | Eff-L2 | Same as test | - | - | - | - | 90.0 |
|
52 |
+
|
53 |
+
#### Ablation study
|
54 |
+
|
55 |
+
- Mask prompt tuning can bring significant improvement without changing CLIP weights (Table 3 in [paper](https://arxiv.org/pdf/2210.04150.pdf))
|
56 |
+
|
57 |
+
Download the checkpoint with mpt only [ovseg_swinbase_vitL14_mpt_only.pt](https://drive.google.com/file/d/1LJGWFjHw76OGDNy9r9KQIaACfIm9KMhQ/view?usp=sharing) (md5: <tt>2dd495</tt>).
|
58 |
+
|
59 |
+
```bash
|
60 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_mpt_only.pt DATASETS.TEST \(\"ade20k_sem_seg_val\",\"ade20k_full_sem_seg_val\"\)
|
61 |
+
```
|
62 |
+
|
63 |
+
- Mask prompt tuning can improve over fully finetuned model (Table 3 in [paper](https://arxiv.org/pdf/2210.04150.pdf))
|
64 |
+
|
65 |
+
With the same [ovseg_swinbase_vitL14_ft_mpt.pth](https://drive.google.com/file/d/1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy/view?usp=sharing) checkpoint, set `MASK_PROMPT_FWD` as `False`
|
66 |
+
|
67 |
+
```bash
|
68 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.CLIP_ADAPTER.MASK_PROMPT_FWD False MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth DATASETS.TEST \(\"ade20k_sem_seg_val\",\"ade20k_full_sem_seg_val\"\)
|
69 |
+
```
|
70 |
+
|
71 |
+
- The effects of class prediction ensemble (Table 6 in [paper](https://arxiv.org/pdf/2210.04150.pdf))
|
72 |
+
|
73 |
+
With the same [ovseg_swinbase_vitL14_ft_mpt.pth](https://drive.google.com/file/d/1cn-ohxgXDrDfkzC1QdO-fi8IjbjXmgKy/view?usp=sharing) checkpoint, set `CLIP_ENSEMBLE` as `False`.
|
74 |
+
|
75 |
+
```bash
|
76 |
+
python train_net.py --num-gpu 8 --eval-only --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.CLIP_ADAPTER.CLIP_ENSEMBLE False MODEL.WEIGHTS #PATH_of_ovseg_swinbase_vitL14_ft_mpt.pth DATASETS.TEST \(\"ade20k_sem_seg_val\",\"ade20k_full_sem_seg_val\"\)
|
77 |
+
```
|
78 |
+
|
79 |
+
### Training Segmentation model
|
80 |
+
|
81 |
+
Our model is trained on COCO-Stuff
|
82 |
+
|
83 |
+
- Training baseline w/ original CLIP
|
84 |
+
```
|
85 |
+
python train_net.py --num-gpu 8 --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.CLIP_ADAPTER.MASK_PROMPT_FWD False
|
86 |
+
```
|
87 |
+
|
88 |
+
To reproduce our final results, you may want to use the our mask-adapted CLIP
|
89 |
+
|
90 |
+
- Training ovseg w/ mask-adapted CLIP
|
91 |
+
```
|
92 |
+
python train_net.py --num-gpu 8 --config-file configs/ovseg_swinB_vitL_bs32_120k.yaml MODEL.CLIP_ADAPTER.CLIP_MODEL_NAME #PATH_TO_MASKADAPTED_CLIP
|
93 |
+
```
|
94 |
+
|
95 |
+
CAUTION: The final results is sensitive to the ensemble (appendix A.5 in [paper](https://arxiv.org/pdf/2210.04150.pdf)). Thus, you may want to use the ```tools/search_thr_ensemble_w.sh``` to find the best ensemble hyper-parameters.
|
96 |
+
|
97 |
+
### Fine-tuning CLIP with collected mask-category pairs
|
98 |
+
|
99 |
+
We are still working on this part, stay tuned!
|
INSTALL.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Installation
|
2 |
+
|
3 |
+
### Requirements
|
4 |
+
- Linux with Python ≥ 3.8
|
5 |
+
- PyTorch ≥ 1.8 and [torchvision](https://github.com/pytorch/vision/) that matches the PyTorch installation.
|
6 |
+
Install them together at [pytorch.org](https://pytorch.org) to make sure of this. Note, please check
|
7 |
+
PyTorch version matches that is required by Detectron2.
|
8 |
+
- PyTorch3d: follow [Pytorch3d installation instructions](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md).
|
9 |
+
- Detectron2: follow [Detectron2 installation instructions](https://detectron2.readthedocs.io/tutorials/install.html).
|
10 |
+
- Segment Anything Model: follow [SAM](https://github.com/facebookresearch/segment-anything).
|
11 |
+
|
12 |
+
### Usage
|
13 |
+
|
14 |
+
Install required packages.
|
15 |
+
|
16 |
+
```bash
|
17 |
+
conda create --name ovseg python=3.8
|
18 |
+
conda activate ovseg
|
19 |
+
conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
|
20 |
+
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
|
21 |
+
conda install pytorch3d -c pytorch3d
|
22 |
+
pip install -r requirements.txt
|
23 |
+
```
|
24 |
+
|
25 |
+
You need to download `detectron2==0.6` following [instructions](https://detectron2.readthedocs.io/en/latest/tutorials/install.html)
|
26 |
+
|
27 |
+
```bash
|
28 |
+
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
29 |
+
```
|
30 |
+
|
31 |
+
If you cannot succefully install `pycocotools`, try this from [here](https://github.com/cocodataset/cocoapi/issues/351):
|
32 |
+
```bash
|
33 |
+
conda install -c conda-forge pycocotools
|
34 |
+
```
|
35 |
+
|
36 |
+
Install the SAM with:
|
37 |
+
```bash
|
38 |
+
pip install git+https://github.com/facebookresearch/segment-anything.git
|
39 |
+
```
|
40 |
+
To fully support the SAM, install these packages:
|
41 |
+
```bash
|
42 |
+
pip install opencv-python pycocotools matplotlib onnxruntime onnx
|
43 |
+
```
|
44 |
+
|
45 |
+
FurtherMore, install the modified clip package.
|
46 |
+
|
47 |
+
```bash
|
48 |
+
cd third_party/CLIP
|
49 |
+
python -m pip install -Ue .
|
50 |
+
```
|
LICENSE
ADDED
@@ -0,0 +1,399 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Attribution-NonCommercial 4.0 International
|
2 |
+
|
3 |
+
=======================================================================
|
4 |
+
|
5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
6 |
+
does not provide legal services or legal advice. Distribution of
|
7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
8 |
+
other relationship. Creative Commons makes its licenses and related
|
9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
10 |
+
warranties regarding its licenses, any material licensed under their
|
11 |
+
terms and conditions, or any related information. Creative Commons
|
12 |
+
disclaims all liability for damages resulting from their use to the
|
13 |
+
fullest extent possible.
|
14 |
+
|
15 |
+
Using Creative Commons Public Licenses
|
16 |
+
|
17 |
+
Creative Commons public licenses provide a standard set of terms and
|
18 |
+
conditions that creators and other rights holders may use to share
|
19 |
+
original works of authorship and other material subject to copyright
|
20 |
+
and certain other rights specified in the public license below. The
|
21 |
+
following considerations are for informational purposes only, are not
|
22 |
+
exhaustive, and do not form part of our licenses.
|
23 |
+
|
24 |
+
Considerations for licensors: Our public licenses are
|
25 |
+
intended for use by those authorized to give the public
|
26 |
+
permission to use material in ways otherwise restricted by
|
27 |
+
copyright and certain other rights. Our licenses are
|
28 |
+
irrevocable. Licensors should read and understand the terms
|
29 |
+
and conditions of the license they choose before applying it.
|
30 |
+
Licensors should also secure all rights necessary before
|
31 |
+
applying our licenses so that the public can reuse the
|
32 |
+
material as expected. Licensors should clearly mark any
|
33 |
+
material not subject to the license. This includes other CC-
|
34 |
+
licensed material, or material used under an exception or
|
35 |
+
limitation to copyright. More considerations for licensors:
|
36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
37 |
+
|
38 |
+
Considerations for the public: By using one of our public
|
39 |
+
licenses, a licensor grants the public permission to use the
|
40 |
+
licensed material under specified terms and conditions. If
|
41 |
+
the licensor's permission is not necessary for any reason--for
|
42 |
+
example, because of any applicable exception or limitation to
|
43 |
+
copyright--then that use is not regulated by the license. Our
|
44 |
+
licenses grant only permissions under copyright and certain
|
45 |
+
other rights that a licensor has authority to grant. Use of
|
46 |
+
the licensed material may still be restricted for other
|
47 |
+
reasons, including because others have copyright or other
|
48 |
+
rights in the material. A licensor may make special requests,
|
49 |
+
such as asking that all changes be marked or described.
|
50 |
+
Although not required by our licenses, you are encouraged to
|
51 |
+
respect those requests where reasonable. More_considerations
|
52 |
+
for the public:
|
53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
54 |
+
|
55 |
+
=======================================================================
|
56 |
+
|
57 |
+
Creative Commons Attribution-NonCommercial 4.0 International Public
|
58 |
+
License
|
59 |
+
|
60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
61 |
+
to be bound by the terms and conditions of this Creative Commons
|
62 |
+
Attribution-NonCommercial 4.0 International Public License ("Public
|
63 |
+
License"). To the extent this Public License may be interpreted as a
|
64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
66 |
+
such rights in consideration of benefits the Licensor receives from
|
67 |
+
making the Licensed Material available under these terms and
|
68 |
+
conditions.
|
69 |
+
|
70 |
+
Section 1 -- Definitions.
|
71 |
+
|
72 |
+
a. Adapted Material means material subject to Copyright and Similar
|
73 |
+
Rights that is derived from or based upon the Licensed Material
|
74 |
+
and in which the Licensed Material is translated, altered,
|
75 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
76 |
+
permission under the Copyright and Similar Rights held by the
|
77 |
+
Licensor. For purposes of this Public License, where the Licensed
|
78 |
+
Material is a musical work, performance, or sound recording,
|
79 |
+
Adapted Material is always produced where the Licensed Material is
|
80 |
+
synched in timed relation with a moving image.
|
81 |
+
|
82 |
+
b. Adapter's License means the license You apply to Your Copyright
|
83 |
+
and Similar Rights in Your contributions to Adapted Material in
|
84 |
+
accordance with the terms and conditions of this Public License.
|
85 |
+
|
86 |
+
c. Copyright and Similar Rights means copyright and/or similar rights
|
87 |
+
closely related to copyright including, without limitation,
|
88 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
89 |
+
Rights, without regard to how the rights are labeled or
|
90 |
+
categorized. For purposes of this Public License, the rights
|
91 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
92 |
+
Rights.
|
93 |
+
d. Effective Technological Measures means those measures that, in the
|
94 |
+
absence of proper authority, may not be circumvented under laws
|
95 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
96 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
97 |
+
agreements.
|
98 |
+
|
99 |
+
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
100 |
+
any other exception or limitation to Copyright and Similar Rights
|
101 |
+
that applies to Your use of the Licensed Material.
|
102 |
+
|
103 |
+
f. Licensed Material means the artistic or literary work, database,
|
104 |
+
or other material to which the Licensor applied this Public
|
105 |
+
License.
|
106 |
+
|
107 |
+
g. Licensed Rights means the rights granted to You subject to the
|
108 |
+
terms and conditions of this Public License, which are limited to
|
109 |
+
all Copyright and Similar Rights that apply to Your use of the
|
110 |
+
Licensed Material and that the Licensor has authority to license.
|
111 |
+
|
112 |
+
h. Licensor means the individual(s) or entity(ies) granting rights
|
113 |
+
under this Public License.
|
114 |
+
|
115 |
+
i. NonCommercial means not primarily intended for or directed towards
|
116 |
+
commercial advantage or monetary compensation. For purposes of
|
117 |
+
this Public License, the exchange of the Licensed Material for
|
118 |
+
other material subject to Copyright and Similar Rights by digital
|
119 |
+
file-sharing or similar means is NonCommercial provided there is
|
120 |
+
no payment of monetary compensation in connection with the
|
121 |
+
exchange.
|
122 |
+
|
123 |
+
j. Share means to provide material to the public by any means or
|
124 |
+
process that requires permission under the Licensed Rights, such
|
125 |
+
as reproduction, public display, public performance, distribution,
|
126 |
+
dissemination, communication, or importation, and to make material
|
127 |
+
available to the public including in ways that members of the
|
128 |
+
public may access the material from a place and at a time
|
129 |
+
individually chosen by them.
|
130 |
+
|
131 |
+
k. Sui Generis Database Rights means rights other than copyright
|
132 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
133 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
134 |
+
as amended and/or succeeded, as well as other essentially
|
135 |
+
equivalent rights anywhere in the world.
|
136 |
+
|
137 |
+
l. You means the individual or entity exercising the Licensed Rights
|
138 |
+
under this Public License. Your has a corresponding meaning.
|
139 |
+
|
140 |
+
Section 2 -- Scope.
|
141 |
+
|
142 |
+
a. License grant.
|
143 |
+
|
144 |
+
1. Subject to the terms and conditions of this Public License,
|
145 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
146 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
147 |
+
exercise the Licensed Rights in the Licensed Material to:
|
148 |
+
|
149 |
+
a. reproduce and Share the Licensed Material, in whole or
|
150 |
+
in part, for NonCommercial purposes only; and
|
151 |
+
|
152 |
+
b. produce, reproduce, and Share Adapted Material for
|
153 |
+
NonCommercial purposes only.
|
154 |
+
|
155 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
156 |
+
Exceptions and Limitations apply to Your use, this Public
|
157 |
+
License does not apply, and You do not need to comply with
|
158 |
+
its terms and conditions.
|
159 |
+
|
160 |
+
3. Term. The term of this Public License is specified in Section
|
161 |
+
6(a).
|
162 |
+
|
163 |
+
4. Media and formats; technical modifications allowed. The
|
164 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
165 |
+
all media and formats whether now known or hereafter created,
|
166 |
+
and to make technical modifications necessary to do so. The
|
167 |
+
Licensor waives and/or agrees not to assert any right or
|
168 |
+
authority to forbid You from making technical modifications
|
169 |
+
necessary to exercise the Licensed Rights, including
|
170 |
+
technical modifications necessary to circumvent Effective
|
171 |
+
Technological Measures. For purposes of this Public License,
|
172 |
+
simply making modifications authorized by this Section 2(a)
|
173 |
+
(4) never produces Adapted Material.
|
174 |
+
|
175 |
+
5. Downstream recipients.
|
176 |
+
|
177 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
178 |
+
recipient of the Licensed Material automatically
|
179 |
+
receives an offer from the Licensor to exercise the
|
180 |
+
Licensed Rights under the terms and conditions of this
|
181 |
+
Public License.
|
182 |
+
|
183 |
+
b. No downstream restrictions. You may not offer or impose
|
184 |
+
any additional or different terms or conditions on, or
|
185 |
+
apply any Effective Technological Measures to, the
|
186 |
+
Licensed Material if doing so restricts exercise of the
|
187 |
+
Licensed Rights by any recipient of the Licensed
|
188 |
+
Material.
|
189 |
+
|
190 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
191 |
+
may be construed as permission to assert or imply that You
|
192 |
+
are, or that Your use of the Licensed Material is, connected
|
193 |
+
with, or sponsored, endorsed, or granted official status by,
|
194 |
+
the Licensor or others designated to receive attribution as
|
195 |
+
provided in Section 3(a)(1)(A)(i).
|
196 |
+
|
197 |
+
b. Other rights.
|
198 |
+
|
199 |
+
1. Moral rights, such as the right of integrity, are not
|
200 |
+
licensed under this Public License, nor are publicity,
|
201 |
+
privacy, and/or other similar personality rights; however, to
|
202 |
+
the extent possible, the Licensor waives and/or agrees not to
|
203 |
+
assert any such rights held by the Licensor to the limited
|
204 |
+
extent necessary to allow You to exercise the Licensed
|
205 |
+
Rights, but not otherwise.
|
206 |
+
|
207 |
+
2. Patent and trademark rights are not licensed under this
|
208 |
+
Public License.
|
209 |
+
|
210 |
+
3. To the extent possible, the Licensor waives any right to
|
211 |
+
collect royalties from You for the exercise of the Licensed
|
212 |
+
Rights, whether directly or through a collecting society
|
213 |
+
under any voluntary or waivable statutory or compulsory
|
214 |
+
licensing scheme. In all other cases the Licensor expressly
|
215 |
+
reserves any right to collect such royalties, including when
|
216 |
+
the Licensed Material is used other than for NonCommercial
|
217 |
+
purposes.
|
218 |
+
|
219 |
+
Section 3 -- License Conditions.
|
220 |
+
|
221 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
222 |
+
following conditions.
|
223 |
+
|
224 |
+
a. Attribution.
|
225 |
+
|
226 |
+
1. If You Share the Licensed Material (including in modified
|
227 |
+
form), You must:
|
228 |
+
|
229 |
+
a. retain the following if it is supplied by the Licensor
|
230 |
+
with the Licensed Material:
|
231 |
+
|
232 |
+
i. identification of the creator(s) of the Licensed
|
233 |
+
Material and any others designated to receive
|
234 |
+
attribution, in any reasonable manner requested by
|
235 |
+
the Licensor (including by pseudonym if
|
236 |
+
designated);
|
237 |
+
|
238 |
+
ii. a copyright notice;
|
239 |
+
|
240 |
+
iii. a notice that refers to this Public License;
|
241 |
+
|
242 |
+
iv. a notice that refers to the disclaimer of
|
243 |
+
warranties;
|
244 |
+
|
245 |
+
v. a URI or hyperlink to the Licensed Material to the
|
246 |
+
extent reasonably practicable;
|
247 |
+
|
248 |
+
b. indicate if You modified the Licensed Material and
|
249 |
+
retain an indication of any previous modifications; and
|
250 |
+
|
251 |
+
c. indicate the Licensed Material is licensed under this
|
252 |
+
Public License, and include the text of, or the URI or
|
253 |
+
hyperlink to, this Public License.
|
254 |
+
|
255 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
256 |
+
reasonable manner based on the medium, means, and context in
|
257 |
+
which You Share the Licensed Material. For example, it may be
|
258 |
+
reasonable to satisfy the conditions by providing a URI or
|
259 |
+
hyperlink to a resource that includes the required
|
260 |
+
information.
|
261 |
+
|
262 |
+
3. If requested by the Licensor, You must remove any of the
|
263 |
+
information required by Section 3(a)(1)(A) to the extent
|
264 |
+
reasonably practicable.
|
265 |
+
|
266 |
+
4. If You Share Adapted Material You produce, the Adapter's
|
267 |
+
License You apply must not prevent recipients of the Adapted
|
268 |
+
Material from complying with this Public License.
|
269 |
+
|
270 |
+
Section 4 -- Sui Generis Database Rights.
|
271 |
+
|
272 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
273 |
+
apply to Your use of the Licensed Material:
|
274 |
+
|
275 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
276 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
277 |
+
portion of the contents of the database for NonCommercial purposes
|
278 |
+
only;
|
279 |
+
|
280 |
+
b. if You include all or a substantial portion of the database
|
281 |
+
contents in a database in which You have Sui Generis Database
|
282 |
+
Rights, then the database in which You have Sui Generis Database
|
283 |
+
Rights (but not its individual contents) is Adapted Material; and
|
284 |
+
|
285 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
286 |
+
all or a substantial portion of the contents of the database.
|
287 |
+
|
288 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
289 |
+
replace Your obligations under this Public License where the Licensed
|
290 |
+
Rights include other Copyright and Similar Rights.
|
291 |
+
|
292 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
293 |
+
|
294 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
295 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
296 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
297 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
298 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
299 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
300 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
301 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
302 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
303 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
304 |
+
|
305 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
306 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
307 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
308 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
309 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
310 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
311 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
312 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
313 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
314 |
+
|
315 |
+
c. The disclaimer of warranties and limitation of liability provided
|
316 |
+
above shall be interpreted in a manner that, to the extent
|
317 |
+
possible, most closely approximates an absolute disclaimer and
|
318 |
+
waiver of all liability.
|
319 |
+
|
320 |
+
Section 6 -- Term and Termination.
|
321 |
+
|
322 |
+
a. This Public License applies for the term of the Copyright and
|
323 |
+
Similar Rights licensed here. However, if You fail to comply with
|
324 |
+
this Public License, then Your rights under this Public License
|
325 |
+
terminate automatically.
|
326 |
+
|
327 |
+
b. Where Your right to use the Licensed Material has terminated under
|
328 |
+
Section 6(a), it reinstates:
|
329 |
+
|
330 |
+
1. automatically as of the date the violation is cured, provided
|
331 |
+
it is cured within 30 days of Your discovery of the
|
332 |
+
violation; or
|
333 |
+
|
334 |
+
2. upon express reinstatement by the Licensor.
|
335 |
+
|
336 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
337 |
+
right the Licensor may have to seek remedies for Your violations
|
338 |
+
of this Public License.
|
339 |
+
|
340 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
341 |
+
Licensed Material under separate terms or conditions or stop
|
342 |
+
distributing the Licensed Material at any time; however, doing so
|
343 |
+
will not terminate this Public License.
|
344 |
+
|
345 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
346 |
+
License.
|
347 |
+
|
348 |
+
Section 7 -- Other Terms and Conditions.
|
349 |
+
|
350 |
+
a. The Licensor shall not be bound by any additional or different
|
351 |
+
terms or conditions communicated by You unless expressly agreed.
|
352 |
+
|
353 |
+
b. Any arrangements, understandings, or agreements regarding the
|
354 |
+
Licensed Material not stated herein are separate from and
|
355 |
+
independent of the terms and conditions of this Public License.
|
356 |
+
|
357 |
+
Section 8 -- Interpretation.
|
358 |
+
|
359 |
+
a. For the avoidance of doubt, this Public License does not, and
|
360 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
361 |
+
conditions on any use of the Licensed Material that could lawfully
|
362 |
+
be made without permission under this Public License.
|
363 |
+
|
364 |
+
b. To the extent possible, if any provision of this Public License is
|
365 |
+
deemed unenforceable, it shall be automatically reformed to the
|
366 |
+
minimum extent necessary to make it enforceable. If the provision
|
367 |
+
cannot be reformed, it shall be severed from this Public License
|
368 |
+
without affecting the enforceability of the remaining terms and
|
369 |
+
conditions.
|
370 |
+
|
371 |
+
c. No term or condition of this Public License will be waived and no
|
372 |
+
failure to comply consented to unless expressly agreed to by the
|
373 |
+
Licensor.
|
374 |
+
|
375 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
376 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
377 |
+
that apply to the Licensor or You, including from the legal
|
378 |
+
processes of any jurisdiction or authority.
|
379 |
+
|
380 |
+
=======================================================================
|
381 |
+
|
382 |
+
Creative Commons is not a party to its public
|
383 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
384 |
+
its public licenses to material it publishes and in those instances
|
385 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
386 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
387 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
388 |
+
material is shared under a Creative Commons public license or as
|
389 |
+
otherwise permitted by the Creative Commons policies published at
|
390 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
391 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
392 |
+
of Creative Commons without its prior written consent including,
|
393 |
+
without limitation, in connection with any unauthorized modifications
|
394 |
+
to any of its public licenses or any other arrangements,
|
395 |
+
understandings, or agreements concerning use of licensed material. For
|
396 |
+
the avoidance of doubt, this paragraph does not form part of the
|
397 |
+
public licenses.
|
398 |
+
|
399 |
+
Creative Commons may be contacted at creativecommons.org.
|
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Semantic Segment AnyRGBD
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.27.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
UI/sailvos3d/ex1/inputs/depth_000160.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96d4969b8b33250785d1996b1536bb9026536f420391c68255e326990138598e
|
3 |
+
size 4096128
|
UI/sailvos3d/ex1/inputs/rage_matrices_000160.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5afc2fdf1faa9b7b5d7808bb703c82aa5ccbb3154e2f62b3cc4989a2dcc92fe5
|
3 |
+
size 1234
|
UI/sailvos3d/ex1/inputs/rgb_000160.bmp
ADDED
![]() |
Git LFS Details
|
UI/sailvos3d/ex2/inputs/depth_000540.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f24fcabda3f7fd17856c4105279f2842b631cc18579d273b87dd8f2cb39e7df6
|
3 |
+
size 4096128
|
UI/sailvos3d/ex2/inputs/rage_matrices_000540.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb66f05ce4cdb6d6410bd3e34b70eeb07724810e70786249c30de0f50404fd64
|
3 |
+
size 1234
|
UI/sailvos3d/ex2/inputs/rgb_000540.bmp
ADDED
![]() |
Git LFS Details
|
UI/scannetv2/examples/scene0000_00/color/1660.jpg
ADDED
![]() |
UI/scannetv2/examples/scene0000_00/color/5560.jpg
ADDED
![]() |
UI/scannetv2/examples/scene0000_00/depth/1660.png
ADDED
![]() |
UI/scannetv2/examples/scene0000_00/depth/5560.png
ADDED
![]() |
UI/scannetv2/examples/scene0000_00/intrinsics/extrinsic_color.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1.000000 0.000000 0.000000 0.000000
|
2 |
+
0.000000 1.000000 0.000000 0.000000
|
3 |
+
0.000000 0.000000 1.000000 0.000000
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
UI/scannetv2/examples/scene0000_00/intrinsics/extrinsic_depth.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1.000000 0.000000 0.000000 0.000000
|
2 |
+
0.000000 1.000000 0.000000 0.000000
|
3 |
+
0.000000 0.000000 1.000000 0.000000
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
UI/scannetv2/examples/scene0000_00/intrinsics/intrinsic_color.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1169.621094 0.000000 646.295044 0.000000
|
2 |
+
0.000000 1167.105103 489.927032 0.000000
|
3 |
+
0.000000 0.000000 1.000000 0.000000
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
UI/scannetv2/examples/scene0000_00/intrinsics/intrinsic_depth.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
577.590698 0.000000 318.905426 0.000000
|
2 |
+
0.000000 578.729797 242.683609 0.000000
|
3 |
+
0.000000 0.000000 1.000000 0.000000
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
UI/scannetv2/examples/scene0000_00/pose/1660.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0.470083 -0.286393 0.834866 4.877258
|
2 |
+
-0.882320 -0.127731 0.452986 4.841086
|
3 |
+
-0.023094 -0.949560 -0.312735 1.390592
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
UI/scannetv2/examples/scene0000_00/pose/5560.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-0.994579 -0.050921 0.090665 2.842624
|
2 |
+
-0.101826 0.300126 -0.948449 3.131151
|
3 |
+
0.021085 -0.952539 -0.303684 1.467106
|
4 |
+
0.000000 0.000000 0.000000 1.000000
|
app.py
ADDED
@@ -0,0 +1,304 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
|
4 |
+
import os
|
5 |
+
os.system('pip install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
|
6 |
+
|
7 |
+
try:
|
8 |
+
import detectron2
|
9 |
+
except:
|
10 |
+
import os
|
11 |
+
# os.system('cd /home/user/app/third_party/CLIP && pip install -Ue .')
|
12 |
+
os.system('pip install git+https://github.com/Jun-CEN/CLIP.git')
|
13 |
+
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
14 |
+
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
15 |
+
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|
16 |
+
|
17 |
+
import argparse
|
18 |
+
import glob
|
19 |
+
import multiprocessing as mp
|
20 |
+
import os
|
21 |
+
import time
|
22 |
+
import cv2
|
23 |
+
import tqdm
|
24 |
+
import numpy as np
|
25 |
+
import gradio as gr
|
26 |
+
from tools.util import *
|
27 |
+
|
28 |
+
from detectron2.config import get_cfg
|
29 |
+
|
30 |
+
from detectron2.projects.deeplab import add_deeplab_config
|
31 |
+
from detectron2.data.detection_utils import read_image
|
32 |
+
from detectron2.utils.logger import setup_logger
|
33 |
+
from open_vocab_seg import add_ovseg_config
|
34 |
+
|
35 |
+
from open_vocab_seg.utils import VisualizationDemo, VisualizationDemoIndoor
|
36 |
+
|
37 |
+
# constants
|
38 |
+
WINDOW_NAME = "Open vocabulary segmentation"
|
39 |
+
|
40 |
+
|
41 |
+
def setup_cfg(args):
|
42 |
+
# load config from file and command-line arguments
|
43 |
+
cfg = get_cfg()
|
44 |
+
# for poly lr schedule
|
45 |
+
add_deeplab_config(cfg)
|
46 |
+
add_ovseg_config(cfg)
|
47 |
+
cfg.merge_from_file(args.config_file)
|
48 |
+
cfg.merge_from_list(args.opts)
|
49 |
+
cfg.freeze()
|
50 |
+
return cfg
|
51 |
+
|
52 |
+
|
53 |
+
def get_parser():
|
54 |
+
parser = argparse.ArgumentParser(description="Detectron2 demo for open vocabulary segmentation")
|
55 |
+
parser.add_argument(
|
56 |
+
"--config-file",
|
57 |
+
default="configs/ovseg_swinB_vitL_demo.yaml",
|
58 |
+
metavar="FILE",
|
59 |
+
help="path to config file",
|
60 |
+
)
|
61 |
+
parser.add_argument(
|
62 |
+
"--input",
|
63 |
+
default=["/mnt/lustre/jkyang/PSG4D/sailvos3d/downloads/sailvos3d/trevor_1_int/images/000160.bmp"],
|
64 |
+
nargs="+",
|
65 |
+
help="A list of space separated input images; "
|
66 |
+
"or a single glob pattern such as 'directory/*.jpg'",
|
67 |
+
)
|
68 |
+
parser.add_argument(
|
69 |
+
"--class-names",
|
70 |
+
default=["person", "car", "motorcycle", "truck", "bird", "dog", "handbag", "suitcase", "bottle", "cup", "bowl", "chair", "potted plant", "bed", "dining table", "tv", "laptop", "cell phone", "bag", "bin", "box", "door", "road barrier", "stick", "lamp", "floor", "wall"],
|
71 |
+
nargs="+",
|
72 |
+
help="A list of user-defined class_names"
|
73 |
+
)
|
74 |
+
parser.add_argument(
|
75 |
+
"--output",
|
76 |
+
default = "./pred",
|
77 |
+
help="A file or directory to save output visualizations. "
|
78 |
+
"If not given, will show output in an OpenCV window.",
|
79 |
+
)
|
80 |
+
parser.add_argument(
|
81 |
+
"--opts",
|
82 |
+
help="Modify config options using the command-line 'KEY VALUE' pairs",
|
83 |
+
default=["MODEL.WEIGHTS", "ovseg_swinbase_vitL14_ft_mpt.pth"],
|
84 |
+
nargs=argparse.REMAINDER,
|
85 |
+
)
|
86 |
+
return parser
|
87 |
+
|
88 |
+
args = get_parser().parse_args()
|
89 |
+
|
90 |
+
def greet_sailvos3d(rgb_input, depth_map_input, rage_matrices_input, class_candidates):
|
91 |
+
print(args.class_names)
|
92 |
+
print(class_candidates[0], class_candidates[1], class_candidates[2], class_candidates[3],)
|
93 |
+
print(class_candidates.split(', '))
|
94 |
+
args.input = [rgb_input]
|
95 |
+
args.class_names = class_candidates.split(', ')
|
96 |
+
depth_map_path = depth_map_input.name
|
97 |
+
rage_matrices_path = rage_matrices_input.name
|
98 |
+
print(args.input, args.class_names, depth_map_path, rage_matrices_path)
|
99 |
+
mp.set_start_method("spawn", force=True)
|
100 |
+
setup_logger(name="fvcore")
|
101 |
+
logger = setup_logger()
|
102 |
+
logger.info("Arguments: " + str(args))
|
103 |
+
|
104 |
+
cfg = setup_cfg(args)
|
105 |
+
|
106 |
+
demo = VisualizationDemo(cfg)
|
107 |
+
class_names = args.class_names
|
108 |
+
print(args.input)
|
109 |
+
if args.input:
|
110 |
+
if len(args.input) == 1:
|
111 |
+
args.input = glob.glob(os.path.expanduser(args.input[0]))
|
112 |
+
assert args.input, "The input path(s) was not found"
|
113 |
+
for path in tqdm.tqdm(args.input, disable=not args.output):
|
114 |
+
# use PIL, to be consistent with evaluation
|
115 |
+
start_time = time.time()
|
116 |
+
predictions, visualized_output_rgb, visualized_output_depth, visualized_output_rgb_sam, visualized_output_depth_sam = demo.run_on_image_sam(path, class_names, depth_map_path, rage_matrices_path)
|
117 |
+
logger.info(
|
118 |
+
"{}: {} in {:.2f}s".format(
|
119 |
+
path,
|
120 |
+
"detected {} instances".format(len(predictions["instances"]))
|
121 |
+
if "instances" in predictions
|
122 |
+
else "finished",
|
123 |
+
time.time() - start_time,
|
124 |
+
)
|
125 |
+
)
|
126 |
+
|
127 |
+
if args.output:
|
128 |
+
if os.path.isdir(args.output):
|
129 |
+
assert os.path.isdir(args.output), args.output
|
130 |
+
out_filename = os.path.join(args.output, os.path.basename(path))
|
131 |
+
else:
|
132 |
+
assert len(args.input) == 1, "Please specify a directory with args.output"
|
133 |
+
out_filename = args.output
|
134 |
+
visualized_output_rgb.save('outputs/RGB_Semantic_SAM.png')
|
135 |
+
visualized_output_depth.save('outputs/Depth_Semantic_SAM.png')
|
136 |
+
visualized_output_rgb_sam.save('outputs/RGB_Semantic_SAM_Mask.png')
|
137 |
+
visualized_output_depth_sam.save('outputs/Depth_Semantic_SAM_Mask.png')
|
138 |
+
rgb_3d_sam = demo.get_xyzrgb('outputs/RGB_Semantic_SAM.png', depth_map_path, rage_matrices_path)
|
139 |
+
depth_3d_sam = demo.get_xyzrgb('outputs/Depth_Semantic_SAM.png', depth_map_path, rage_matrices_path)
|
140 |
+
rgb_3d_sam_mask = demo.get_xyzrgb('outputs/RGB_Semantic_SAM_Mask.png', depth_map_path, rage_matrices_path)
|
141 |
+
depth_3d_sam_mask = demo.get_xyzrgb('outputs/Depth_Semantic_SAM_Mask.png', depth_map_path, rage_matrices_path)
|
142 |
+
np.savez('outputs/xyzrgb.npz', rgb_3d_sam = rgb_3d_sam, depth_3d_sam = depth_3d_sam, rgb_3d_sam_mask = rgb_3d_sam_mask, depth_3d_sam_mask = depth_3d_sam_mask)
|
143 |
+
demo.render_3d_video('outputs/xyzrgb.npz', depth_map_path)
|
144 |
+
else:
|
145 |
+
cv2.namedWindow(WINDOW_NAME, cv2.WINDOW_NORMAL)
|
146 |
+
cv2.imshow(WINDOW_NAME, visualized_output_rgb.get_image()[:, :, ::-1])
|
147 |
+
if cv2.waitKey(0) == 27:
|
148 |
+
break # esc to quit
|
149 |
+
else:
|
150 |
+
raise NotImplementedError
|
151 |
+
|
152 |
+
Depth_Semantic_SAM_Mask = read_image('outputs/Depth_Semantic_SAM_Mask.png')
|
153 |
+
RGB_Semantic_SAM_Mask = read_image('outputs/RGB_Semantic_SAM_Mask.png')
|
154 |
+
Depth_Semantic_SAM = read_image('outputs/Depth_Semantic_SAM.png')
|
155 |
+
RGB_Semantic_SAM = read_image('outputs/RGB_Semantic_SAM.png')
|
156 |
+
two_image_to_gif(Depth_Semantic_SAM_Mask, Depth_Semantic_SAM, 'Depth_Semantic_SAM_2D')
|
157 |
+
two_image_to_gif(RGB_Semantic_SAM_Mask, RGB_Semantic_SAM, 'RGB_Semantic_SAM_2D')
|
158 |
+
Depth_Semantic_SAM_2D = 'outputs/Depth_Semantic_SAM_2D.mp4'
|
159 |
+
RGB_Semantic_SAM_2D = 'outputs/RGB_Semantic_SAM_2D.mp4'
|
160 |
+
Depth_map = read_image('outputs/Depth_rendered.png')
|
161 |
+
Depth_Semantic_SAM_Mask_gif = 'outputs/Depth_3D_All.mp4'
|
162 |
+
RGB_Semantic_SAM_Mask_gif = 'outputs/RGB_3D_All.mp4'
|
163 |
+
return RGB_Semantic_SAM_2D, RGB_Semantic_SAM_Mask_gif, Depth_map, Depth_Semantic_SAM_2D, Depth_Semantic_SAM_Mask_gif
|
164 |
+
|
165 |
+
def greet_scannet(rgb_input, depth_map_input, class_candidates):
|
166 |
+
rgb_input = rgb_input
|
167 |
+
depth_map_input = depth_map_input.name
|
168 |
+
class_candidates = class_candidates.split(', ')
|
169 |
+
print(rgb_input, depth_map_input, class_candidates)
|
170 |
+
mp.set_start_method("spawn", force=True)
|
171 |
+
args = get_parser().parse_args()
|
172 |
+
setup_logger(name="fvcore")
|
173 |
+
logger = setup_logger()
|
174 |
+
logger.info("Arguments: " + str(args))
|
175 |
+
|
176 |
+
cfg = setup_cfg(args)
|
177 |
+
|
178 |
+
demo = VisualizationDemoIndoor(cfg)
|
179 |
+
""" args.input = glob.glob(os.path.expanduser(args.input[0]))
|
180 |
+
assert args.input, "The input path(s) was not found" """
|
181 |
+
start_time = time.time()
|
182 |
+
predictions, output2D, output3D = demo.run_on_pcd_ui(rgb_input, depth_map_input, class_candidates)
|
183 |
+
|
184 |
+
output2D['sem_seg_on_rgb'].save('outputs/RGB_Semantic_SAM.png')
|
185 |
+
output2D['sem_seg_on_depth'].save('outputs/Depth_Semantic_SAM.png')
|
186 |
+
output2D['sam_seg_on_rgb'].save('outputs/RGB_Semantic_SAM_Mask.png')
|
187 |
+
output2D['sam_seg_on_depth'].save('outputs/Depth_Semantic_SAM_Mask.png')
|
188 |
+
""" rgb_3d_sam = demo.get_xyzrgb('outputs/RGB_Semantic_SAM.png', path)
|
189 |
+
depth_3d_sam = demo.get_xyzrgb('outputs/Depth_Semantic_SAM.png', path)
|
190 |
+
rgb_3d_sam_mask = demo.get_xyzrgb('outputs/RGB_Semantic_SAM_Mask.png', path)
|
191 |
+
depth_3d_sam_mask = demo.get_xyzrgb(outputs/'Depth_Semantic_SAM_Mask.png', path) """
|
192 |
+
rgb_3d_sem = output3D['rgb_3d_sem']
|
193 |
+
depth_3d_sem = output3D['depth_3d_sem']
|
194 |
+
rgb_3d_sam = output3D['rgb_3d_sam']
|
195 |
+
depth_3d_sam = output3D['depth_3d_sam']
|
196 |
+
|
197 |
+
np.savez('outputs/xyzrgb.npz', rgb_3d_sam = rgb_3d_sem, depth_3d_sam = depth_3d_sem, rgb_3d_sam_mask = rgb_3d_sam, depth_3d_sam_mask = depth_3d_sam)
|
198 |
+
demo.render_3d_video('outputs/xyzrgb.npz')
|
199 |
+
|
200 |
+
Depth_Semantic_SAM_Mask = read_image('outputs/Depth_Semantic_SAM_Mask.png')
|
201 |
+
RGB_Semantic_SAM_Mask = read_image('outputs/RGB_Semantic_SAM_Mask.png')
|
202 |
+
Depth_Semantic_SAM = read_image('outputs/Depth_Semantic_SAM.png')
|
203 |
+
RGB_Semantic_SAM = read_image('outputs/RGB_Semantic_SAM.png')
|
204 |
+
two_image_to_gif(Depth_Semantic_SAM_Mask, Depth_Semantic_SAM, 'Depth_Semantic_SAM_2D')
|
205 |
+
two_image_to_gif(RGB_Semantic_SAM_Mask, RGB_Semantic_SAM, 'RGB_Semantic_SAM_2D')
|
206 |
+
Depth_Semantic_SAM_2D = 'outputs/Depth_Semantic_SAM_2D.mp4'
|
207 |
+
RGB_Semantic_SAM_2D = 'outputs/RGB_Semantic_SAM_2D.mp4'
|
208 |
+
Depth_map = read_image('outputs/Depth_rendered.png')
|
209 |
+
Depth_Semantic_SAM_Mask_gif = 'outputs/Depth_3D_All.mp4'
|
210 |
+
RGB_Semantic_SAM_Mask_gif = 'outputs/RGB_3D_All.mp4'
|
211 |
+
return RGB_Semantic_SAM_2D, RGB_Semantic_SAM_Mask_gif, Depth_map, Depth_Semantic_SAM_2D, Depth_Semantic_SAM_Mask_gif
|
212 |
+
|
213 |
+
|
214 |
+
with gr.Blocks(analytics_enabled=False) as segrgbd_iface:
|
215 |
+
gr.Markdown("<div align='center'> <h2> Segment Any RGBD </span> </h2> \
|
216 |
+
<a style='font-size:18px;color: #000000' href='https://github.com/Jun-CEN/SegmentAnyRGBD'> Github </div>")
|
217 |
+
|
218 |
+
gr.Markdown("<b> Note that you need a GPU for this project. You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue. <a style='display:inline-block' href='https://huggingface.co/spaces/jcenaa/Semantic_Segment_AnyRGBD?duplicate=true'> <img src='https://bit.ly/3gLdBN6' alt='Duplicate Space'></a> </b>")
|
219 |
+
#######t2v#######
|
220 |
+
with gr.Tab(label="Dataset: Sailvos3D"):
|
221 |
+
with gr.Column():
|
222 |
+
with gr.Row():
|
223 |
+
# with gr.Tab(label='input'):
|
224 |
+
with gr.Column():
|
225 |
+
with gr.Row():
|
226 |
+
Input_RGB_Component = gr.Image(label = 'RGB_Input', type = 'filepath').style(width=320, height=200)
|
227 |
+
Depth_Map_Output_Component = gr.Image(label = "Vis_Depth_Map").style(width=320, height=200)
|
228 |
+
with gr.Row():
|
229 |
+
Depth_Map_Input_Component = gr.File(label = 'input_Depth_map')
|
230 |
+
Component_2D_to_3D_Projection_Parameters = gr.File(label = '2D_to_3D_Projection_Parameters')
|
231 |
+
with gr.Row():
|
232 |
+
Class_Candidates_Component = gr.Text(label = 'Class_Candidates')
|
233 |
+
vc_end_btn = gr.Button("Send")
|
234 |
+
with gr.Tab(label='Result'):
|
235 |
+
with gr.Row():
|
236 |
+
RGB_Semantic_SAM_Mask_Component = gr.Video(label = "RGB_Semantic_SAM_Mask").style(width=320, height=200)
|
237 |
+
RGB_Semantic_SAM_Mask_3D_Component = gr.Video(label = "Video_3D_RGB_Semantic_SAM_Mask").style(width=320, height=200)
|
238 |
+
with gr.Row():
|
239 |
+
Depth_Semantic_SAM_Mask_Component = gr.Video(label = "Depth_Semantic_SAM_Mask").style(width=320, height=200)
|
240 |
+
Depth_Semantic_SAM_Mask_3D_Component = gr.Video(label = "Video_3D_Depth_Semantic_SAM_Mask").style(width=320, height=200)
|
241 |
+
with gr.Row():
|
242 |
+
gr.Markdown("<b> It takes around 2 to 5 minutes to get the final results. The framework initialization, SAM segmentation, zero-shot semantic segmentation and 3D results rendering take long time.</b>")
|
243 |
+
gr.Examples(examples=[
|
244 |
+
[
|
245 |
+
'UI/sailvos3d/ex1/inputs/rgb_000160.bmp',
|
246 |
+
'UI/sailvos3d/ex1/inputs/depth_000160.npy',
|
247 |
+
'UI/sailvos3d/ex1/inputs/rage_matrices_000160.npz',
|
248 |
+
'person, car, motorcycle, truck, bird, dog, handbag, suitcase, bottle, cup, bowl, chair, potted plant, bed, dining table, tv, laptop, cell phone, bag, bin, box, door, road barrier, stick, lamp, floor, wall',
|
249 |
+
],
|
250 |
+
[
|
251 |
+
'UI/sailvos3d/ex2/inputs/rgb_000540.bmp',
|
252 |
+
'UI/sailvos3d/ex2/inputs/depth_000540.npy',
|
253 |
+
'UI/sailvos3d/ex2/inputs/rage_matrices_000540.npz',
|
254 |
+
'person, car, motorcycle, truck, bird, dog, handbag, suitcase, bottle, cup, bowl, chair, potted plant, bed, dining table, tv, laptop, cell phone, bag, bin, box, door, road barrier, stick, lamp, floor, wall',
|
255 |
+
]],
|
256 |
+
inputs=[Input_RGB_Component, Depth_Map_Input_Component, Component_2D_to_3D_Projection_Parameters, Class_Candidates_Component],
|
257 |
+
outputs=[RGB_Semantic_SAM_Mask_Component, RGB_Semantic_SAM_Mask_3D_Component, Depth_Map_Output_Component, Depth_Semantic_SAM_Mask_Component, Depth_Semantic_SAM_Mask_3D_Component],
|
258 |
+
fn=greet_sailvos3d)
|
259 |
+
vc_end_btn.click(inputs=[Input_RGB_Component, Depth_Map_Input_Component, Component_2D_to_3D_Projection_Parameters, Class_Candidates_Component],
|
260 |
+
outputs=[RGB_Semantic_SAM_Mask_Component, RGB_Semantic_SAM_Mask_3D_Component, Depth_Map_Output_Component, Depth_Semantic_SAM_Mask_Component, Depth_Semantic_SAM_Mask_3D_Component],
|
261 |
+
fn=greet_sailvos3d)
|
262 |
+
|
263 |
+
with gr.Tab(label="Dataset: Scannet"):
|
264 |
+
with gr.Column():
|
265 |
+
with gr.Row():
|
266 |
+
# with gr.Tab(label='input'):
|
267 |
+
with gr.Column():
|
268 |
+
with gr.Row():
|
269 |
+
Input_RGB_Component = gr.Image(label = 'RGB_Input', type = 'filepath').style(width=320, height=200)
|
270 |
+
Depth_Map_Output_Component = gr.Image(label = "Vis_Depth_Map").style(width=320, height=200)
|
271 |
+
with gr.Row():
|
272 |
+
Depth_Map_Input_Component = gr.File(label = "Input_Depth_Map")
|
273 |
+
Class_Candidates_Component = gr.Text(label = 'Class_Candidates')
|
274 |
+
vc_end_btn = gr.Button("Send")
|
275 |
+
with gr.Tab(label='Result'):
|
276 |
+
with gr.Row():
|
277 |
+
RGB_Semantic_SAM_Mask_Component = gr.Video(label = "RGB_Semantic_SAM_Mask").style(width=320, height=200)
|
278 |
+
RGB_Semantic_SAM_Mask_3D_Component = gr.Video(label = "Video_3D_RGB_Semantic_SAM_Mask").style(width=320, height=200)
|
279 |
+
with gr.Row():
|
280 |
+
Depth_Semantic_SAM_Mask_Component = gr.Video(label = "Depth_Semantic_SAM_Mask").style(width=320, height=200)
|
281 |
+
Depth_Semantic_SAM_Mask_3D_Component = gr.Video(label = "Video_3D_Depth_Semantic_SAM_Mask").style(width=320, height=200)
|
282 |
+
with gr.Row():
|
283 |
+
gr.Markdown("<b> It takes around 2 to 5 minutes to get the final results. The framework initialization, SAM segmentation, zero-shot semantic segmentation and 3D results rendering take long time.</b>")
|
284 |
+
gr.Examples(examples=[
|
285 |
+
[
|
286 |
+
'UI/scannetv2/examples/scene0000_00/color/1660.jpg',
|
287 |
+
'UI/scannetv2/examples/scene0000_00/depth/1660.png',
|
288 |
+
'wall, floor, cabinet, bed, chair, sofa, table, door, window, bookshelf, picture, counter, desk, curtain, refrigerator, shower curtain, toilet, sink, bathtub, other furniture',
|
289 |
+
],
|
290 |
+
[
|
291 |
+
'UI/scannetv2/examples/scene0000_00/color/5560.jpg',
|
292 |
+
'UI/scannetv2/examples/scene0000_00/depth/5560.png',
|
293 |
+
'wall, floor, cabinet, bed, chair, sofa, table, door, window, bookshelf, picture, counter, desk, curtain, refrigerator, shower curtain, toilet, sink, bathtub, other furniture',
|
294 |
+
]],
|
295 |
+
inputs=[Input_RGB_Component, Depth_Map_Input_Component, Class_Candidates_Component],
|
296 |
+
outputs=[RGB_Semantic_SAM_Mask_Component, RGB_Semantic_SAM_Mask_3D_Component, Depth_Map_Output_Component, Depth_Semantic_SAM_Mask_Component, Depth_Semantic_SAM_Mask_3D_Component],
|
297 |
+
fn=greet_scannet)
|
298 |
+
vc_end_btn.click(inputs=[Input_RGB_Component, Depth_Map_Input_Component, Class_Candidates_Component],
|
299 |
+
outputs=[RGB_Semantic_SAM_Mask_Component, RGB_Semantic_SAM_Mask_3D_Component, Depth_Map_Output_Component, Depth_Semantic_SAM_Mask_Component, Depth_Semantic_SAM_Mask_3D_Component],
|
300 |
+
fn=greet_scannet)
|
301 |
+
|
302 |
+
demo = segrgbd_iface
|
303 |
+
demo.launch()
|
304 |
+
|
configs/ovseg_swinB_vitL_bs32_120k.yaml
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MODEL:
|
2 |
+
META_ARCHITECTURE: "OVSeg"
|
3 |
+
BACKBONE:
|
4 |
+
FREEZE_AT: 0
|
5 |
+
NAME: "D2SwinTransformer"
|
6 |
+
SWIN:
|
7 |
+
EMBED_DIM: 128
|
8 |
+
DEPTHS: [2, 2, 18, 2]
|
9 |
+
NUM_HEADS: [4, 8, 16, 32]
|
10 |
+
WINDOW_SIZE: 12
|
11 |
+
APE: False
|
12 |
+
DROP_PATH_RATE: 0.3
|
13 |
+
PATCH_NORM: True
|
14 |
+
PRETRAIN_IMG_SIZE: 384
|
15 |
+
WEIGHTS: "swin_base_patch4_window12_384_22k.pkl"
|
16 |
+
PIXEL_MEAN: [123.675, 116.280, 103.530]
|
17 |
+
PIXEL_STD: [58.395, 57.120, 57.375]
|
18 |
+
SEM_SEG_HEAD:
|
19 |
+
NAME: "OpenVocabMaskFormerHead"
|
20 |
+
IN_FEATURES: ["res2", "res3", "res4", "res5"]
|
21 |
+
IGNORE_VALUE: 255
|
22 |
+
NUM_CLASSES: 171 # number of categories in training set
|
23 |
+
EMBEDDING_DIM: 768
|
24 |
+
EMBED_LAYERS: 2
|
25 |
+
COMMON_STRIDE: 4 # not used, hard-coded
|
26 |
+
LOSS_WEIGHT: 1.0
|
27 |
+
CONVS_DIM: 256
|
28 |
+
MASK_DIM: 256
|
29 |
+
NORM: "GN"
|
30 |
+
MASK_FORMER:
|
31 |
+
TRANSFORMER_IN_FEATURE: "res5"
|
32 |
+
DEEP_SUPERVISION: True
|
33 |
+
NO_OBJECT_WEIGHT: 0.1
|
34 |
+
DICE_WEIGHT: 1.0
|
35 |
+
MASK_WEIGHT: 20.0
|
36 |
+
HIDDEN_DIM: 256
|
37 |
+
NUM_OBJECT_QUERIES: 100
|
38 |
+
NHEADS: 8
|
39 |
+
DROPOUT: 0.1
|
40 |
+
DIM_FEEDFORWARD: 2048
|
41 |
+
ENC_LAYERS: 0
|
42 |
+
DEC_LAYERS: 6
|
43 |
+
PRE_NORM: False
|
44 |
+
CLIP_ADAPTER:
|
45 |
+
TEXT_TEMPLATES: "vild"
|
46 |
+
CLIP_MODEL_NAME: "ViT-L/14"
|
47 |
+
MASK_FILL: "mean"
|
48 |
+
MASK_EXPAND_RATIO: 1.0
|
49 |
+
MASK_THR: 0.4 # choose the foreground objects
|
50 |
+
MASK_MATTING: False # use soft background, default not used
|
51 |
+
MASK_PROMPT_DEPTH: 3
|
52 |
+
MASK_PROMPT_FWD: True # use mask prompt during forward
|
53 |
+
REGION_RESIZED: True # resize to the input of clip, e.g., 224
|
54 |
+
CLIP_ENSEMBLE: True # use ensemble of two classification branches
|
55 |
+
CLIP_ENSEMBLE_WEIGHT: 0.7
|
56 |
+
DATASETS:
|
57 |
+
TRAIN: ("coco_2017_train_stuff_sem_seg",)
|
58 |
+
TEST: ("ade20k_sem_seg_val",)
|
59 |
+
SOLVER:
|
60 |
+
IMS_PER_BATCH: 32
|
61 |
+
BASE_LR: 0.00006
|
62 |
+
MAX_ITER: 120000
|
63 |
+
WARMUP_FACTOR: 1e-6
|
64 |
+
WARMUP_ITERS: 1500
|
65 |
+
LR_SCHEDULER_NAME: "WarmupPolyLR"
|
66 |
+
WEIGHT_DECAY: 0.01
|
67 |
+
WEIGHT_DECAY_NORM: 0.0
|
68 |
+
WEIGHT_DECAY_EMBED: 0.0
|
69 |
+
BACKBONE_MULTIPLIER: 1.0
|
70 |
+
TEST_IMS_PER_BATCH: 1
|
71 |
+
CLIP_GRADIENTS:
|
72 |
+
ENABLED: True
|
73 |
+
CLIP_TYPE: "full_model"
|
74 |
+
CLIP_VALUE: 0.01
|
75 |
+
NORM_TYPE: 2.0
|
76 |
+
INPUT:
|
77 |
+
MIN_SIZE_TRAIN: !!python/object/apply:eval ["[int(x * 0.1 * 640) for x in range(5, 21)]"]
|
78 |
+
MIN_SIZE_TRAIN_SAMPLING: "choice"
|
79 |
+
MIN_SIZE_TEST: 640
|
80 |
+
MAX_SIZE_TRAIN: 2560
|
81 |
+
MAX_SIZE_TEST: 2560
|
82 |
+
CROP:
|
83 |
+
ENABLED: True
|
84 |
+
TYPE: "absolute"
|
85 |
+
SIZE: (640, 640)
|
86 |
+
SINGLE_CATEGORY_MAX_AREA: 1.0
|
87 |
+
COLOR_AUG_SSD: True
|
88 |
+
SIZE_DIVISIBILITY: 640 # used in dataset mapper
|
89 |
+
FORMAT: "RGB"
|
90 |
+
TEST:
|
91 |
+
EVAL_PERIOD: 5000
|
92 |
+
AUG:
|
93 |
+
ENABLED: False
|
94 |
+
MIN_SIZES: [256, 384, 512, 640, 768, 896]
|
95 |
+
MAX_SIZE: 3584
|
96 |
+
FLIP: True
|
97 |
+
DATALOADER:
|
98 |
+
FILTER_EMPTY_ANNOTATIONS: True
|
99 |
+
NUM_WORKERS: 4
|
100 |
+
VERSION: 2
|
configs/ovseg_swinB_vitL_demo.yaml
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MODEL:
|
2 |
+
META_ARCHITECTURE: "OVSegDEMO"
|
3 |
+
BACKBONE:
|
4 |
+
FREEZE_AT: 0
|
5 |
+
NAME: "D2SwinTransformer"
|
6 |
+
SWIN:
|
7 |
+
EMBED_DIM: 128
|
8 |
+
DEPTHS: [2, 2, 18, 2]
|
9 |
+
NUM_HEADS: [4, 8, 16, 32]
|
10 |
+
WINDOW_SIZE: 12
|
11 |
+
APE: False
|
12 |
+
DROP_PATH_RATE: 0.3
|
13 |
+
PATCH_NORM: True
|
14 |
+
PRETRAIN_IMG_SIZE: 384
|
15 |
+
WEIGHTS: "swin_base_patch4_window12_384_22k.pkl"
|
16 |
+
PIXEL_MEAN: [123.675, 116.280, 103.530]
|
17 |
+
PIXEL_STD: [58.395, 57.120, 57.375]
|
18 |
+
SEM_SEG_HEAD:
|
19 |
+
NAME: "OpenVocabMaskFormerHead"
|
20 |
+
IN_FEATURES: ["res2", "res3", "res4", "res5"]
|
21 |
+
IGNORE_VALUE: 255
|
22 |
+
NUM_CLASSES: 171 # number of categories in training set
|
23 |
+
EMBEDDING_DIM: 768
|
24 |
+
EMBED_LAYERS: 2
|
25 |
+
COMMON_STRIDE: 4 # not used, hard-coded
|
26 |
+
LOSS_WEIGHT: 1.0
|
27 |
+
CONVS_DIM: 256
|
28 |
+
MASK_DIM: 256
|
29 |
+
NORM: "GN"
|
30 |
+
MASK_FORMER:
|
31 |
+
TRANSFORMER_IN_FEATURE: "res5"
|
32 |
+
DEEP_SUPERVISION: True
|
33 |
+
NO_OBJECT_WEIGHT: 0.1
|
34 |
+
DICE_WEIGHT: 1.0
|
35 |
+
MASK_WEIGHT: 20.0
|
36 |
+
HIDDEN_DIM: 256
|
37 |
+
NUM_OBJECT_QUERIES: 100
|
38 |
+
NHEADS: 8
|
39 |
+
DROPOUT: 0.1
|
40 |
+
DIM_FEEDFORWARD: 2048
|
41 |
+
ENC_LAYERS: 0
|
42 |
+
DEC_LAYERS: 6
|
43 |
+
PRE_NORM: False
|
44 |
+
CLIP_ADAPTER:
|
45 |
+
TEXT_TEMPLATES: "vild"
|
46 |
+
CLIP_MODEL_NAME: "ViT-L/14"
|
47 |
+
MASK_FILL: "mean"
|
48 |
+
MASK_EXPAND_RATIO: 1.0
|
49 |
+
MASK_THR: 0.1 # choose the foreground objects
|
50 |
+
MASK_MATTING: False # use soft background, default not used
|
51 |
+
MASK_PROMPT_DEPTH: 3
|
52 |
+
MASK_PROMPT_FWD: True # use mask prompt during forward
|
53 |
+
REGION_RESIZED: True # resize to the input of clip, e.g., 224
|
54 |
+
CLIP_ENSEMBLE: True # use ensemble of two classification branches
|
55 |
+
CLIP_ENSEMBLE_WEIGHT: 0.0
|
56 |
+
DATASETS:
|
57 |
+
TRAIN: ("coco_2017_train_stuff_sem_seg",)
|
58 |
+
TEST: ("ade20k_sem_seg_val",)
|
59 |
+
SOLVER:
|
60 |
+
IMS_PER_BATCH: 32
|
61 |
+
BASE_LR: 0.00006
|
62 |
+
MAX_ITER: 120000
|
63 |
+
WARMUP_FACTOR: 1e-6
|
64 |
+
WARMUP_ITERS: 1500
|
65 |
+
WEIGHT_DECAY: 0.01
|
66 |
+
WEIGHT_DECAY_NORM: 0.0
|
67 |
+
WEIGHT_DECAY_EMBED: 0.0
|
68 |
+
BACKBONE_MULTIPLIER: 1.0
|
69 |
+
TEST_IMS_PER_BATCH: 1
|
70 |
+
CLIP_GRADIENTS:
|
71 |
+
ENABLED: True
|
72 |
+
CLIP_TYPE: "full_model"
|
73 |
+
CLIP_VALUE: 0.01
|
74 |
+
NORM_TYPE: 2.0
|
75 |
+
INPUT:
|
76 |
+
MIN_SIZE_TRAIN: !!python/object/apply:eval ["[int(x * 0.1 * 640) for x in range(5, 21)]"]
|
77 |
+
MIN_SIZE_TRAIN_SAMPLING: "choice"
|
78 |
+
MIN_SIZE_TEST: 640
|
79 |
+
MAX_SIZE_TRAIN: 2560
|
80 |
+
MAX_SIZE_TEST: 2560
|
81 |
+
CROP:
|
82 |
+
ENABLED: True
|
83 |
+
TYPE: "absolute"
|
84 |
+
SIZE: (640, 640)
|
85 |
+
SINGLE_CATEGORY_MAX_AREA: 1.0
|
86 |
+
COLOR_AUG_SSD: True
|
87 |
+
SIZE_DIVISIBILITY: 640 # used in dataset mapper
|
88 |
+
FORMAT: "RGB"
|
89 |
+
TEST:
|
90 |
+
EVAL_PERIOD: 5000
|
91 |
+
AUG:
|
92 |
+
ENABLED: False
|
93 |
+
MIN_SIZES: [256, 384, 512, 640, 768, 896]
|
94 |
+
MAX_SIZE: 3584
|
95 |
+
FLIP: True
|
96 |
+
DATALOADER:
|
97 |
+
FILTER_EMPTY_ANNOTATIONS: True
|
98 |
+
NUM_WORKERS: 4
|
99 |
+
VERSION: 2
|
datasets/DATASETS.md
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Prepare Datasets for OVSeg
|
2 |
+
|
3 |
+
This doc is a modification/extension of [MaskFormer](https://github.com/facebookresearch/MaskFormer/blob/main/datasets/README.md) following [Detectron2 fromat](https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html).
|
4 |
+
|
5 |
+
A dataset can be used by accessing [DatasetCatalog](https://detectron2.readthedocs.io/modules/data.html#detectron2.data.DatasetCatalog)
|
6 |
+
for its data, or [MetadataCatalog](https://detectron2.readthedocs.io/modules/data.html#detectron2.data.MetadataCatalog) for its metadata (class names, etc).
|
7 |
+
This document explains how to setup the builtin datasets so they can be used by the above APIs.
|
8 |
+
[Use Custom Datasets](https://detectron2.readthedocs.io/tutorials/datasets.html) gives a deeper dive on how to use `DatasetCatalog` and `MetadataCatalog`,
|
9 |
+
and how to add new datasets to them.
|
10 |
+
|
11 |
+
OVSeg has builtin support for a few datasets.
|
12 |
+
The datasets are assumed to exist in a directory specified by the environment variable
|
13 |
+
`DETECTRON2_DATASETS`.
|
14 |
+
Under this directory, detectron2 will look for datasets in the structure described below, if needed.
|
15 |
+
```
|
16 |
+
$DETECTRON2_DATASETS/
|
17 |
+
coco/ # COCOStuff-171
|
18 |
+
ADEChallengeData2016/ # ADE20K-150
|
19 |
+
ADE20K_2021_17_01/ # ADE20K-847
|
20 |
+
VOCdevkit/
|
21 |
+
VOC2012/ # PASCALVOC-20
|
22 |
+
VOC2010/ # PASCALContext-59, PASCALContext-459
|
23 |
+
```
|
24 |
+
|
25 |
+
You can set the location for builtin datasets by `export DETECTRON2_DATASETS=/path/to/datasets`.
|
26 |
+
If left unset, the default is `./datasets` relative to your current working directory.
|
27 |
+
|
28 |
+
Without specific notifications, our model is trained on COCOStuff-171 and evlauted on ADE20K-150, ADE20K-847, PASCALVOC-20, PASCALContext-59 and PASCALContext-459.
|
29 |
+
|
30 |
+
| dataset | split | # images | # categories |
|
31 |
+
|:--------------:|:---------:|:--------:|:------------:|
|
32 |
+
| COCO Stuff | train2017 | 118K | 171 |
|
33 |
+
| ADE20K | val | 2K | 150/847 |
|
34 |
+
| Pascal VOC | val | 1.5K | 20 |
|
35 |
+
| Pascal Context | val | 5K | 59/459 |
|
36 |
+
|
37 |
+
|
38 |
+
### Expected dataset structure for [COCO Stuff](https://github.com/nightrome/cocostuff):
|
39 |
+
```
|
40 |
+
coco/
|
41 |
+
train2017/ # http://images.cocodataset.org/zips/train2017.zip
|
42 |
+
annotations/ # http://images.cocodataset.org/annotations/annotations_trainval2017.zip
|
43 |
+
stuffthingmaps/
|
44 |
+
stuffthingmaps_trainval2017.zip # http://calvin.inf.ed.ac.uk/wp-content/uploads/data/cocostuffdataset/stuffthingmaps_trainval2017.zip
|
45 |
+
train2017/
|
46 |
+
# below are generated
|
47 |
+
stuffthingmaps_detectron2/
|
48 |
+
train2017/
|
49 |
+
```
|
50 |
+
|
51 |
+
The directory `stuffthingmaps_detectron2` is generated by running `python datasets/prepare_coco_stuff_sem_seg.py`.
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
### Expected dataset structure for [ADE20k Scene Parsing (ADE20K-150)](http://sceneparsing.csail.mit.edu/):
|
56 |
+
```
|
57 |
+
ADEChallengeData2016/
|
58 |
+
annotations/
|
59 |
+
images/
|
60 |
+
objectInfo150.txt
|
61 |
+
# below are generated
|
62 |
+
annotations_detectron2/
|
63 |
+
```
|
64 |
+
The directory `annotations_detectron2` is generated by running `python datasets/prepare_ade20k_sem_seg.py`.
|
65 |
+
|
66 |
+
|
67 |
+
### Expected dataset structure for [ADE20k-Full (ADE20K-847)](https://github.com/CSAILVision/ADE20K#download):
|
68 |
+
```
|
69 |
+
ADE20K_2021_17_01/
|
70 |
+
images/
|
71 |
+
index_ade20k.pkl
|
72 |
+
objects.txt
|
73 |
+
# below are generated
|
74 |
+
images_detectron2/
|
75 |
+
annotations_detectron2/
|
76 |
+
```
|
77 |
+
The directories `images_detectron2` and `annotations_detectron2` are generated by running `python datasets/prepare_ade20k_full_sem_seg.py`.
|
78 |
+
|
79 |
+
### Expected dataset structure for [Pascal VOC 2012 (PASCALVOC-20)](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/#devkit):
|
80 |
+
```
|
81 |
+
VOCdevkit/VOC2012/
|
82 |
+
Annotations/
|
83 |
+
ImageSets/
|
84 |
+
JPEGImages/
|
85 |
+
SegmentationClass/
|
86 |
+
SegmentationObject/
|
87 |
+
SegmentationClassAug/ # https://github.com/kazuto1011/deeplab-pytorch/blob/master/data/datasets/voc12/README.md
|
88 |
+
# below are generated
|
89 |
+
images_detectron2/
|
90 |
+
annotations_detectron2/
|
91 |
+
```
|
92 |
+
|
93 |
+
It starts with a tar file `VOCtrainval_11-May-2012.tar`.
|
94 |
+
|
95 |
+
We use SBD augmentated training data as `SegmentationClassAug` following [Deeplab](https://github.com/kazuto1011/deeplab-pytorch/blob/master/data/datasets/voc12/README.md)
|
96 |
+
|
97 |
+
The directories `images_detectron2` and `annotations_detectron2` are generated by running `python datasets/prepare_voc_sem_seg.py`.
|
98 |
+
|
99 |
+
|
100 |
+
### Expected dataset structure for [Pascal Context](https://www.cs.stanford.edu/~roozbeh/pascal-context/):
|
101 |
+
|
102 |
+
```
|
103 |
+
VOCdevkit/VOC2010/
|
104 |
+
Annotations/
|
105 |
+
ImageSets/
|
106 |
+
JPEGImages/
|
107 |
+
SegmentationClass/
|
108 |
+
SegmentationObject/
|
109 |
+
# below are from https://www.cs.stanford.edu/~roozbeh/pascal-context/trainval.tar.gz
|
110 |
+
trainval/
|
111 |
+
labels.txt
|
112 |
+
59_labels.txt # https://www.cs.stanford.edu/~roozbeh/pascal-context/59_labels.txt
|
113 |
+
pascalcontext_val.txt # https://drive.google.com/file/d/1BCbiOKtLvozjVnlTJX51koIveUZHCcUh/view?usp=sharing
|
114 |
+
# below are generated
|
115 |
+
annotations_detectron2/
|
116 |
+
pc459_val
|
117 |
+
pc59_val
|
118 |
+
```
|
119 |
+
It starts with a tar file `VOCtrainval_03-May-2010.tar`. You may want to download the 5K validation set [here](https://drive.google.com/file/d/1BCbiOKtLvozjVnlTJX51koIveUZHCcUh/view?usp=sharing).
|
120 |
+
|
121 |
+
The directory `annotations_detectron2` is generated by running `python datasets/prepare_pascal_context.py`.
|
122 |
+
|
datasets/prepare_ade20k_full_sem_seg.py
ADDED
@@ -0,0 +1,1011 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
|
4 |
+
import os
|
5 |
+
import pickle as pkl
|
6 |
+
from pathlib import Path
|
7 |
+
|
8 |
+
import cv2
|
9 |
+
import numpy as np
|
10 |
+
import tqdm
|
11 |
+
from PIL import Image
|
12 |
+
|
13 |
+
ADE20K_SEM_SEG_FULL_CATEGORIES = [
|
14 |
+
{"name": "wall", "id": 2978, "trainId": 0},
|
15 |
+
{"name": "building, edifice", "id": 312, "trainId": 1},
|
16 |
+
{"name": "sky", "id": 2420, "trainId": 2},
|
17 |
+
{"name": "tree", "id": 2855, "trainId": 3},
|
18 |
+
{"name": "road, route", "id": 2131, "trainId": 4},
|
19 |
+
{"name": "floor, flooring", "id": 976, "trainId": 5},
|
20 |
+
{"name": "ceiling", "id": 447, "trainId": 6},
|
21 |
+
{"name": "bed", "id": 165, "trainId": 7},
|
22 |
+
{"name": "sidewalk, pavement", "id": 2377, "trainId": 8},
|
23 |
+
{"name": "earth, ground", "id": 838, "trainId": 9},
|
24 |
+
{"name": "cabinet", "id": 350, "trainId": 10},
|
25 |
+
{"name": "person, individual, someone, somebody, mortal, soul", "id": 1831, "trainId": 11},
|
26 |
+
{"name": "grass", "id": 1125, "trainId": 12},
|
27 |
+
{"name": "windowpane, window", "id": 3055, "trainId": 13},
|
28 |
+
{"name": "car, auto, automobile, machine, motorcar", "id": 401, "trainId": 14},
|
29 |
+
{"name": "mountain, mount", "id": 1610, "trainId": 15},
|
30 |
+
{"name": "plant, flora, plant life", "id": 1910, "trainId": 16},
|
31 |
+
{"name": "table", "id": 2684, "trainId": 17},
|
32 |
+
{"name": "chair", "id": 471, "trainId": 18},
|
33 |
+
{"name": "curtain, drape, drapery, mantle, pall", "id": 687, "trainId": 19},
|
34 |
+
{"name": "door", "id": 774, "trainId": 20},
|
35 |
+
{"name": "sofa, couch, lounge", "id": 2473, "trainId": 21},
|
36 |
+
{"name": "sea", "id": 2264, "trainId": 22},
|
37 |
+
{"name": "painting, picture", "id": 1735, "trainId": 23},
|
38 |
+
{"name": "water", "id": 2994, "trainId": 24},
|
39 |
+
{"name": "mirror", "id": 1564, "trainId": 25},
|
40 |
+
{"name": "house", "id": 1276, "trainId": 26},
|
41 |
+
{"name": "rug, carpet, carpeting", "id": 2178, "trainId": 27},
|
42 |
+
{"name": "shelf", "id": 2329, "trainId": 28},
|
43 |
+
{"name": "armchair", "id": 57, "trainId": 29},
|
44 |
+
{"name": "fence, fencing", "id": 907, "trainId": 30},
|
45 |
+
{"name": "field", "id": 913, "trainId": 31},
|
46 |
+
{"name": "lamp", "id": 1395, "trainId": 32},
|
47 |
+
{"name": "rock, stone", "id": 2138, "trainId": 33},
|
48 |
+
{"name": "seat", "id": 2272, "trainId": 34},
|
49 |
+
{"name": "river", "id": 2128, "trainId": 35},
|
50 |
+
{"name": "desk", "id": 724, "trainId": 36},
|
51 |
+
{"name": "bathtub, bathing tub, bath, tub", "id": 155, "trainId": 37},
|
52 |
+
{"name": "railing, rail", "id": 2053, "trainId": 38},
|
53 |
+
{"name": "signboard, sign", "id": 2380, "trainId": 39},
|
54 |
+
{"name": "cushion", "id": 689, "trainId": 40},
|
55 |
+
{"name": "path", "id": 1788, "trainId": 41},
|
56 |
+
{"name": "work surface", "id": 3087, "trainId": 42},
|
57 |
+
{"name": "stairs, steps", "id": 2530, "trainId": 43},
|
58 |
+
{"name": "column, pillar", "id": 581, "trainId": 44},
|
59 |
+
{"name": "sink", "id": 2388, "trainId": 45},
|
60 |
+
{"name": "wardrobe, closet, press", "id": 2985, "trainId": 46},
|
61 |
+
{"name": "snow", "id": 2454, "trainId": 47},
|
62 |
+
{"name": "refrigerator, icebox", "id": 2096, "trainId": 48},
|
63 |
+
{"name": "base, pedestal, stand", "id": 137, "trainId": 49},
|
64 |
+
{"name": "bridge, span", "id": 294, "trainId": 50},
|
65 |
+
{"name": "blind, screen", "id": 212, "trainId": 51},
|
66 |
+
{"name": "runway", "id": 2185, "trainId": 52},
|
67 |
+
{"name": "cliff, drop, drop-off", "id": 524, "trainId": 53},
|
68 |
+
{"name": "sand", "id": 2212, "trainId": 54},
|
69 |
+
{"name": "fireplace, hearth, open fireplace", "id": 943, "trainId": 55},
|
70 |
+
{"name": "pillow", "id": 1869, "trainId": 56},
|
71 |
+
{"name": "screen door, screen", "id": 2251, "trainId": 57},
|
72 |
+
{"name": "toilet, can, commode, crapper, pot, potty, stool, throne", "id": 2793, "trainId": 58},
|
73 |
+
{"name": "skyscraper", "id": 2423, "trainId": 59},
|
74 |
+
{"name": "grandstand, covered stand", "id": 1121, "trainId": 60},
|
75 |
+
{"name": "box", "id": 266, "trainId": 61},
|
76 |
+
{"name": "pool table, billiard table, snooker table", "id": 1948, "trainId": 62},
|
77 |
+
{"name": "palm, palm tree", "id": 1744, "trainId": 63},
|
78 |
+
{"name": "double door", "id": 783, "trainId": 64},
|
79 |
+
{"name": "coffee table, cocktail table", "id": 571, "trainId": 65},
|
80 |
+
{"name": "counter", "id": 627, "trainId": 66},
|
81 |
+
{"name": "countertop", "id": 629, "trainId": 67},
|
82 |
+
{"name": "chest of drawers, chest, bureau, dresser", "id": 491, "trainId": 68},
|
83 |
+
{"name": "kitchen island", "id": 1374, "trainId": 69},
|
84 |
+
{"name": "boat", "id": 223, "trainId": 70},
|
85 |
+
{"name": "waterfall, falls", "id": 3016, "trainId": 71},
|
86 |
+
{
|
87 |
+
"name": "stove, kitchen stove, range, kitchen range, cooking stove",
|
88 |
+
"id": 2598,
|
89 |
+
"trainId": 72,
|
90 |
+
},
|
91 |
+
{"name": "flower", "id": 978, "trainId": 73},
|
92 |
+
{"name": "bookcase", "id": 239, "trainId": 74},
|
93 |
+
{"name": "controls", "id": 608, "trainId": 75},
|
94 |
+
{"name": "book", "id": 236, "trainId": 76},
|
95 |
+
{"name": "stairway, staircase", "id": 2531, "trainId": 77},
|
96 |
+
{"name": "streetlight, street lamp", "id": 2616, "trainId": 78},
|
97 |
+
{
|
98 |
+
"name": "computer, computing machine, computing device, data processor, electronic computer, information processing system",
|
99 |
+
"id": 591,
|
100 |
+
"trainId": 79,
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"name": "bus, autobus, coach, charabanc, double-decker, jitney, motorbus, motorcoach, omnibus, passenger vehicle",
|
104 |
+
"id": 327,
|
105 |
+
"trainId": 80,
|
106 |
+
},
|
107 |
+
{"name": "swivel chair", "id": 2679, "trainId": 81},
|
108 |
+
{"name": "light, light source", "id": 1451, "trainId": 82},
|
109 |
+
{"name": "bench", "id": 181, "trainId": 83},
|
110 |
+
{"name": "case, display case, showcase, vitrine", "id": 420, "trainId": 84},
|
111 |
+
{"name": "towel", "id": 2821, "trainId": 85},
|
112 |
+
{"name": "fountain", "id": 1023, "trainId": 86},
|
113 |
+
{"name": "embankment", "id": 855, "trainId": 87},
|
114 |
+
{
|
115 |
+
"name": "television receiver, television, television set, tv, tv set, idiot box, boob tube, telly, goggle box",
|
116 |
+
"id": 2733,
|
117 |
+
"trainId": 88,
|
118 |
+
},
|
119 |
+
{"name": "van", "id": 2928, "trainId": 89},
|
120 |
+
{"name": "hill", "id": 1240, "trainId": 90},
|
121 |
+
{"name": "awning, sunshade, sunblind", "id": 77, "trainId": 91},
|
122 |
+
{"name": "poster, posting, placard, notice, bill, card", "id": 1969, "trainId": 92},
|
123 |
+
{"name": "truck, motortruck", "id": 2880, "trainId": 93},
|
124 |
+
{"name": "airplane, aeroplane, plane", "id": 14, "trainId": 94},
|
125 |
+
{"name": "pole", "id": 1936, "trainId": 95},
|
126 |
+
{"name": "tower", "id": 2828, "trainId": 96},
|
127 |
+
{"name": "court", "id": 631, "trainId": 97},
|
128 |
+
{"name": "ball", "id": 103, "trainId": 98},
|
129 |
+
{
|
130 |
+
"name": "aircraft carrier, carrier, flattop, attack aircraft carrier",
|
131 |
+
"id": 3144,
|
132 |
+
"trainId": 99,
|
133 |
+
},
|
134 |
+
{"name": "buffet, counter, sideboard", "id": 308, "trainId": 100},
|
135 |
+
{"name": "hovel, hut, hutch, shack, shanty", "id": 1282, "trainId": 101},
|
136 |
+
{"name": "apparel, wearing apparel, dress, clothes", "id": 38, "trainId": 102},
|
137 |
+
{"name": "minibike, motorbike", "id": 1563, "trainId": 103},
|
138 |
+
{"name": "animal, animate being, beast, brute, creature, fauna", "id": 29, "trainId": 104},
|
139 |
+
{"name": "chandelier, pendant, pendent", "id": 480, "trainId": 105},
|
140 |
+
{"name": "step, stair", "id": 2569, "trainId": 106},
|
141 |
+
{"name": "booth, cubicle, stall, kiosk", "id": 247, "trainId": 107},
|
142 |
+
{"name": "bicycle, bike, wheel, cycle", "id": 187, "trainId": 108},
|
143 |
+
{"name": "doorframe, doorcase", "id": 778, "trainId": 109},
|
144 |
+
{"name": "sconce", "id": 2243, "trainId": 110},
|
145 |
+
{"name": "pond", "id": 1941, "trainId": 111},
|
146 |
+
{"name": "trade name, brand name, brand, marque", "id": 2833, "trainId": 112},
|
147 |
+
{"name": "bannister, banister, balustrade, balusters, handrail", "id": 120, "trainId": 113},
|
148 |
+
{"name": "bag", "id": 95, "trainId": 114},
|
149 |
+
{"name": "traffic light, traffic signal, stoplight", "id": 2836, "trainId": 115},
|
150 |
+
{"name": "gazebo", "id": 1087, "trainId": 116},
|
151 |
+
{"name": "escalator, moving staircase, moving stairway", "id": 868, "trainId": 117},
|
152 |
+
{"name": "land, ground, soil", "id": 1401, "trainId": 118},
|
153 |
+
{"name": "board, plank", "id": 220, "trainId": 119},
|
154 |
+
{"name": "arcade machine", "id": 47, "trainId": 120},
|
155 |
+
{"name": "eiderdown, duvet, continental quilt", "id": 843, "trainId": 121},
|
156 |
+
{"name": "bar", "id": 123, "trainId": 122},
|
157 |
+
{"name": "stall, stand, sales booth", "id": 2537, "trainId": 123},
|
158 |
+
{"name": "playground", "id": 1927, "trainId": 124},
|
159 |
+
{"name": "ship", "id": 2337, "trainId": 125},
|
160 |
+
{"name": "ottoman, pouf, pouffe, puff, hassock", "id": 1702, "trainId": 126},
|
161 |
+
{
|
162 |
+
"name": "ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin",
|
163 |
+
"id": 64,
|
164 |
+
"trainId": 127,
|
165 |
+
},
|
166 |
+
{"name": "bottle", "id": 249, "trainId": 128},
|
167 |
+
{"name": "cradle", "id": 642, "trainId": 129},
|
168 |
+
{"name": "pot, flowerpot", "id": 1981, "trainId": 130},
|
169 |
+
{
|
170 |
+
"name": "conveyer belt, conveyor belt, conveyer, conveyor, transporter",
|
171 |
+
"id": 609,
|
172 |
+
"trainId": 131,
|
173 |
+
},
|
174 |
+
{"name": "train, railroad train", "id": 2840, "trainId": 132},
|
175 |
+
{"name": "stool", "id": 2586, "trainId": 133},
|
176 |
+
{"name": "lake", "id": 1393, "trainId": 134},
|
177 |
+
{"name": "tank, storage tank", "id": 2704, "trainId": 135},
|
178 |
+
{"name": "ice, water ice", "id": 1304, "trainId": 136},
|
179 |
+
{"name": "basket, handbasket", "id": 146, "trainId": 137},
|
180 |
+
{"name": "manhole", "id": 1494, "trainId": 138},
|
181 |
+
{"name": "tent, collapsible shelter", "id": 2739, "trainId": 139},
|
182 |
+
{"name": "canopy", "id": 389, "trainId": 140},
|
183 |
+
{"name": "microwave, microwave oven", "id": 1551, "trainId": 141},
|
184 |
+
{"name": "barrel, cask", "id": 131, "trainId": 142},
|
185 |
+
{"name": "dirt track", "id": 738, "trainId": 143},
|
186 |
+
{"name": "beam", "id": 161, "trainId": 144},
|
187 |
+
{"name": "dishwasher, dish washer, dishwashing machine", "id": 747, "trainId": 145},
|
188 |
+
{"name": "plate", "id": 1919, "trainId": 146},
|
189 |
+
{"name": "screen, crt screen", "id": 3109, "trainId": 147},
|
190 |
+
{"name": "ruins", "id": 2179, "trainId": 148},
|
191 |
+
{"name": "washer, automatic washer, washing machine", "id": 2989, "trainId": 149},
|
192 |
+
{"name": "blanket, cover", "id": 206, "trainId": 150},
|
193 |
+
{"name": "plaything, toy", "id": 1930, "trainId": 151},
|
194 |
+
{"name": "food, solid food", "id": 1002, "trainId": 152},
|
195 |
+
{"name": "screen, silver screen, projection screen", "id": 2254, "trainId": 153},
|
196 |
+
{"name": "oven", "id": 1708, "trainId": 154},
|
197 |
+
{"name": "stage", "id": 2526, "trainId": 155},
|
198 |
+
{"name": "beacon, lighthouse, beacon light, pharos", "id": 160, "trainId": 156},
|
199 |
+
{"name": "umbrella", "id": 2901, "trainId": 157},
|
200 |
+
{"name": "sculpture", "id": 2262, "trainId": 158},
|
201 |
+
{"name": "aqueduct", "id": 44, "trainId": 159},
|
202 |
+
{"name": "container", "id": 597, "trainId": 160},
|
203 |
+
{"name": "scaffolding, staging", "id": 2235, "trainId": 161},
|
204 |
+
{"name": "hood, exhaust hood", "id": 1260, "trainId": 162},
|
205 |
+
{"name": "curb, curbing, kerb", "id": 682, "trainId": 163},
|
206 |
+
{"name": "roller coaster", "id": 2151, "trainId": 164},
|
207 |
+
{"name": "horse, equus caballus", "id": 3107, "trainId": 165},
|
208 |
+
{"name": "catwalk", "id": 432, "trainId": 166},
|
209 |
+
{"name": "glass, drinking glass", "id": 1098, "trainId": 167},
|
210 |
+
{"name": "vase", "id": 2932, "trainId": 168},
|
211 |
+
{"name": "central reservation", "id": 461, "trainId": 169},
|
212 |
+
{"name": "carousel", "id": 410, "trainId": 170},
|
213 |
+
{"name": "radiator", "id": 2046, "trainId": 171},
|
214 |
+
{"name": "closet", "id": 533, "trainId": 172},
|
215 |
+
{"name": "machine", "id": 1481, "trainId": 173},
|
216 |
+
{"name": "pier, wharf, wharfage, dock", "id": 1858, "trainId": 174},
|
217 |
+
{"name": "fan", "id": 894, "trainId": 175},
|
218 |
+
{"name": "inflatable bounce game", "id": 1322, "trainId": 176},
|
219 |
+
{"name": "pitch", "id": 1891, "trainId": 177},
|
220 |
+
{"name": "paper", "id": 1756, "trainId": 178},
|
221 |
+
{"name": "arcade, colonnade", "id": 49, "trainId": 179},
|
222 |
+
{"name": "hot tub", "id": 1272, "trainId": 180},
|
223 |
+
{"name": "helicopter", "id": 1229, "trainId": 181},
|
224 |
+
{"name": "tray", "id": 2850, "trainId": 182},
|
225 |
+
{"name": "partition, divider", "id": 1784, "trainId": 183},
|
226 |
+
{"name": "vineyard", "id": 2962, "trainId": 184},
|
227 |
+
{"name": "bowl", "id": 259, "trainId": 185},
|
228 |
+
{"name": "bullring", "id": 319, "trainId": 186},
|
229 |
+
{"name": "flag", "id": 954, "trainId": 187},
|
230 |
+
{"name": "pot", "id": 1974, "trainId": 188},
|
231 |
+
{"name": "footbridge, overcrossing, pedestrian bridge", "id": 1013, "trainId": 189},
|
232 |
+
{"name": "shower", "id": 2356, "trainId": 190},
|
233 |
+
{"name": "bag, traveling bag, travelling bag, grip, suitcase", "id": 97, "trainId": 191},
|
234 |
+
{"name": "bulletin board, notice board", "id": 318, "trainId": 192},
|
235 |
+
{"name": "confessional booth", "id": 592, "trainId": 193},
|
236 |
+
{"name": "trunk, tree trunk, bole", "id": 2885, "trainId": 194},
|
237 |
+
{"name": "forest", "id": 1017, "trainId": 195},
|
238 |
+
{"name": "elevator door", "id": 851, "trainId": 196},
|
239 |
+
{"name": "laptop, laptop computer", "id": 1407, "trainId": 197},
|
240 |
+
{"name": "instrument panel", "id": 1332, "trainId": 198},
|
241 |
+
{"name": "bucket, pail", "id": 303, "trainId": 199},
|
242 |
+
{"name": "tapestry, tapis", "id": 2714, "trainId": 200},
|
243 |
+
{"name": "platform", "id": 1924, "trainId": 201},
|
244 |
+
{"name": "jacket", "id": 1346, "trainId": 202},
|
245 |
+
{"name": "gate", "id": 1081, "trainId": 203},
|
246 |
+
{"name": "monitor, monitoring device", "id": 1583, "trainId": 204},
|
247 |
+
{
|
248 |
+
"name": "telephone booth, phone booth, call box, telephone box, telephone kiosk",
|
249 |
+
"id": 2727,
|
250 |
+
"trainId": 205,
|
251 |
+
},
|
252 |
+
{"name": "spotlight, spot", "id": 2509, "trainId": 206},
|
253 |
+
{"name": "ring", "id": 2123, "trainId": 207},
|
254 |
+
{"name": "control panel", "id": 602, "trainId": 208},
|
255 |
+
{"name": "blackboard, chalkboard", "id": 202, "trainId": 209},
|
256 |
+
{"name": "air conditioner, air conditioning", "id": 10, "trainId": 210},
|
257 |
+
{"name": "chest", "id": 490, "trainId": 211},
|
258 |
+
{"name": "clock", "id": 530, "trainId": 212},
|
259 |
+
{"name": "sand dune", "id": 2213, "trainId": 213},
|
260 |
+
{"name": "pipe, pipage, piping", "id": 1884, "trainId": 214},
|
261 |
+
{"name": "vault", "id": 2934, "trainId": 215},
|
262 |
+
{"name": "table football", "id": 2687, "trainId": 216},
|
263 |
+
{"name": "cannon", "id": 387, "trainId": 217},
|
264 |
+
{"name": "swimming pool, swimming bath, natatorium", "id": 2668, "trainId": 218},
|
265 |
+
{"name": "fluorescent, fluorescent fixture", "id": 982, "trainId": 219},
|
266 |
+
{"name": "statue", "id": 2547, "trainId": 220},
|
267 |
+
{
|
268 |
+
"name": "loudspeaker, speaker, speaker unit, loudspeaker system, speaker system",
|
269 |
+
"id": 1474,
|
270 |
+
"trainId": 221,
|
271 |
+
},
|
272 |
+
{"name": "exhibitor", "id": 877, "trainId": 222},
|
273 |
+
{"name": "ladder", "id": 1391, "trainId": 223},
|
274 |
+
{"name": "carport", "id": 414, "trainId": 224},
|
275 |
+
{"name": "dam", "id": 698, "trainId": 225},
|
276 |
+
{"name": "pulpit", "id": 2019, "trainId": 226},
|
277 |
+
{"name": "skylight, fanlight", "id": 2422, "trainId": 227},
|
278 |
+
{"name": "water tower", "id": 3010, "trainId": 228},
|
279 |
+
{"name": "grill, grille, grillwork", "id": 1139, "trainId": 229},
|
280 |
+
{"name": "display board", "id": 753, "trainId": 230},
|
281 |
+
{"name": "pane, pane of glass, window glass", "id": 1747, "trainId": 231},
|
282 |
+
{"name": "rubbish, trash, scrap", "id": 2175, "trainId": 232},
|
283 |
+
{"name": "ice rink", "id": 1301, "trainId": 233},
|
284 |
+
{"name": "fruit", "id": 1033, "trainId": 234},
|
285 |
+
{"name": "patio", "id": 1789, "trainId": 235},
|
286 |
+
{"name": "vending machine", "id": 2939, "trainId": 236},
|
287 |
+
{"name": "telephone, phone, telephone set", "id": 2730, "trainId": 237},
|
288 |
+
{"name": "net", "id": 1652, "trainId": 238},
|
289 |
+
{
|
290 |
+
"name": "backpack, back pack, knapsack, packsack, rucksack, haversack",
|
291 |
+
"id": 90,
|
292 |
+
"trainId": 239,
|
293 |
+
},
|
294 |
+
{"name": "jar", "id": 1349, "trainId": 240},
|
295 |
+
{"name": "track", "id": 2830, "trainId": 241},
|
296 |
+
{"name": "magazine", "id": 1485, "trainId": 242},
|
297 |
+
{"name": "shutter", "id": 2370, "trainId": 243},
|
298 |
+
{"name": "roof", "id": 2155, "trainId": 244},
|
299 |
+
{"name": "banner, streamer", "id": 118, "trainId": 245},
|
300 |
+
{"name": "landfill", "id": 1402, "trainId": 246},
|
301 |
+
{"name": "post", "id": 1957, "trainId": 247},
|
302 |
+
{"name": "altarpiece, reredos", "id": 3130, "trainId": 248},
|
303 |
+
{"name": "hat, chapeau, lid", "id": 1197, "trainId": 249},
|
304 |
+
{"name": "arch, archway", "id": 52, "trainId": 250},
|
305 |
+
{"name": "table game", "id": 2688, "trainId": 251},
|
306 |
+
{"name": "bag, handbag, pocketbook, purse", "id": 96, "trainId": 252},
|
307 |
+
{"name": "document, written document, papers", "id": 762, "trainId": 253},
|
308 |
+
{"name": "dome", "id": 772, "trainId": 254},
|
309 |
+
{"name": "pier", "id": 1857, "trainId": 255},
|
310 |
+
{"name": "shanties", "id": 2315, "trainId": 256},
|
311 |
+
{"name": "forecourt", "id": 1016, "trainId": 257},
|
312 |
+
{"name": "crane", "id": 643, "trainId": 258},
|
313 |
+
{"name": "dog, domestic dog, canis familiaris", "id": 3105, "trainId": 259},
|
314 |
+
{"name": "piano, pianoforte, forte-piano", "id": 1849, "trainId": 260},
|
315 |
+
{"name": "drawing", "id": 791, "trainId": 261},
|
316 |
+
{"name": "cabin", "id": 349, "trainId": 262},
|
317 |
+
{
|
318 |
+
"name": "ad, advertisement, advertizement, advertising, advertizing, advert",
|
319 |
+
"id": 6,
|
320 |
+
"trainId": 263,
|
321 |
+
},
|
322 |
+
{"name": "amphitheater, amphitheatre, coliseum", "id": 3114, "trainId": 264},
|
323 |
+
{"name": "monument", "id": 1587, "trainId": 265},
|
324 |
+
{"name": "henhouse", "id": 1233, "trainId": 266},
|
325 |
+
{"name": "cockpit", "id": 559, "trainId": 267},
|
326 |
+
{"name": "heater, warmer", "id": 1223, "trainId": 268},
|
327 |
+
{"name": "windmill, aerogenerator, wind generator", "id": 3049, "trainId": 269},
|
328 |
+
{"name": "pool", "id": 1943, "trainId": 270},
|
329 |
+
{"name": "elevator, lift", "id": 853, "trainId": 271},
|
330 |
+
{"name": "decoration, ornament, ornamentation", "id": 709, "trainId": 272},
|
331 |
+
{"name": "labyrinth", "id": 1390, "trainId": 273},
|
332 |
+
{"name": "text, textual matter", "id": 2748, "trainId": 274},
|
333 |
+
{"name": "printer", "id": 2007, "trainId": 275},
|
334 |
+
{"name": "mezzanine, first balcony", "id": 1546, "trainId": 276},
|
335 |
+
{"name": "mattress", "id": 1513, "trainId": 277},
|
336 |
+
{"name": "straw", "id": 2600, "trainId": 278},
|
337 |
+
{"name": "stalls", "id": 2538, "trainId": 279},
|
338 |
+
{"name": "patio, terrace", "id": 1790, "trainId": 280},
|
339 |
+
{"name": "billboard, hoarding", "id": 194, "trainId": 281},
|
340 |
+
{"name": "bus stop", "id": 326, "trainId": 282},
|
341 |
+
{"name": "trouser, pant", "id": 2877, "trainId": 283},
|
342 |
+
{"name": "console table, console", "id": 594, "trainId": 284},
|
343 |
+
{"name": "rack", "id": 2036, "trainId": 285},
|
344 |
+
{"name": "notebook", "id": 1662, "trainId": 286},
|
345 |
+
{"name": "shrine", "id": 2366, "trainId": 287},
|
346 |
+
{"name": "pantry", "id": 1754, "trainId": 288},
|
347 |
+
{"name": "cart", "id": 418, "trainId": 289},
|
348 |
+
{"name": "steam shovel", "id": 2553, "trainId": 290},
|
349 |
+
{"name": "porch", "id": 1951, "trainId": 291},
|
350 |
+
{"name": "postbox, mailbox, letter box", "id": 1963, "trainId": 292},
|
351 |
+
{"name": "figurine, statuette", "id": 918, "trainId": 293},
|
352 |
+
{"name": "recycling bin", "id": 2086, "trainId": 294},
|
353 |
+
{"name": "folding screen", "id": 997, "trainId": 295},
|
354 |
+
{"name": "telescope", "id": 2731, "trainId": 296},
|
355 |
+
{"name": "deck chair, beach chair", "id": 704, "trainId": 297},
|
356 |
+
{"name": "kennel", "id": 1365, "trainId": 298},
|
357 |
+
{"name": "coffee maker", "id": 569, "trainId": 299},
|
358 |
+
{"name": "altar, communion table, lord's table", "id": 3108, "trainId": 300},
|
359 |
+
{"name": "fish", "id": 948, "trainId": 301},
|
360 |
+
{"name": "easel", "id": 839, "trainId": 302},
|
361 |
+
{"name": "artificial golf green", "id": 63, "trainId": 303},
|
362 |
+
{"name": "iceberg", "id": 1305, "trainId": 304},
|
363 |
+
{"name": "candlestick, candle holder", "id": 378, "trainId": 305},
|
364 |
+
{"name": "shower stall, shower bath", "id": 2362, "trainId": 306},
|
365 |
+
{"name": "television stand", "id": 2734, "trainId": 307},
|
366 |
+
{
|
367 |
+
"name": "wall socket, wall plug, electric outlet, electrical outlet, outlet, electric receptacle",
|
368 |
+
"id": 2982,
|
369 |
+
"trainId": 308,
|
370 |
+
},
|
371 |
+
{"name": "skeleton", "id": 2398, "trainId": 309},
|
372 |
+
{"name": "grand piano, grand", "id": 1119, "trainId": 310},
|
373 |
+
{"name": "candy, confect", "id": 382, "trainId": 311},
|
374 |
+
{"name": "grille door", "id": 1141, "trainId": 312},
|
375 |
+
{"name": "pedestal, plinth, footstall", "id": 1805, "trainId": 313},
|
376 |
+
{"name": "jersey, t-shirt, tee shirt", "id": 3102, "trainId": 314},
|
377 |
+
{"name": "shoe", "id": 2341, "trainId": 315},
|
378 |
+
{"name": "gravestone, headstone, tombstone", "id": 1131, "trainId": 316},
|
379 |
+
{"name": "shanty", "id": 2316, "trainId": 317},
|
380 |
+
{"name": "structure", "id": 2626, "trainId": 318},
|
381 |
+
{"name": "rocking chair, rocker", "id": 3104, "trainId": 319},
|
382 |
+
{"name": "bird", "id": 198, "trainId": 320},
|
383 |
+
{"name": "place mat", "id": 1896, "trainId": 321},
|
384 |
+
{"name": "tomb", "id": 2800, "trainId": 322},
|
385 |
+
{"name": "big top", "id": 190, "trainId": 323},
|
386 |
+
{"name": "gas pump, gasoline pump, petrol pump, island dispenser", "id": 3131, "trainId": 324},
|
387 |
+
{"name": "lockers", "id": 1463, "trainId": 325},
|
388 |
+
{"name": "cage", "id": 357, "trainId": 326},
|
389 |
+
{"name": "finger", "id": 929, "trainId": 327},
|
390 |
+
{"name": "bleachers", "id": 209, "trainId": 328},
|
391 |
+
{"name": "ferris wheel", "id": 912, "trainId": 329},
|
392 |
+
{"name": "hairdresser chair", "id": 1164, "trainId": 330},
|
393 |
+
{"name": "mat", "id": 1509, "trainId": 331},
|
394 |
+
{"name": "stands", "id": 2539, "trainId": 332},
|
395 |
+
{"name": "aquarium, fish tank, marine museum", "id": 3116, "trainId": 333},
|
396 |
+
{"name": "streetcar, tram, tramcar, trolley, trolley car", "id": 2615, "trainId": 334},
|
397 |
+
{"name": "napkin, table napkin, serviette", "id": 1644, "trainId": 335},
|
398 |
+
{"name": "dummy", "id": 818, "trainId": 336},
|
399 |
+
{"name": "booklet, brochure, folder, leaflet, pamphlet", "id": 242, "trainId": 337},
|
400 |
+
{"name": "sand trap", "id": 2217, "trainId": 338},
|
401 |
+
{"name": "shop, store", "id": 2347, "trainId": 339},
|
402 |
+
{"name": "table cloth", "id": 2686, "trainId": 340},
|
403 |
+
{"name": "service station", "id": 2300, "trainId": 341},
|
404 |
+
{"name": "coffin", "id": 572, "trainId": 342},
|
405 |
+
{"name": "drawer", "id": 789, "trainId": 343},
|
406 |
+
{"name": "cages", "id": 358, "trainId": 344},
|
407 |
+
{"name": "slot machine, coin machine", "id": 2443, "trainId": 345},
|
408 |
+
{"name": "balcony", "id": 101, "trainId": 346},
|
409 |
+
{"name": "volleyball court", "id": 2969, "trainId": 347},
|
410 |
+
{"name": "table tennis", "id": 2692, "trainId": 348},
|
411 |
+
{"name": "control table", "id": 606, "trainId": 349},
|
412 |
+
{"name": "shirt", "id": 2339, "trainId": 350},
|
413 |
+
{"name": "merchandise, ware, product", "id": 1533, "trainId": 351},
|
414 |
+
{"name": "railway", "id": 2060, "trainId": 352},
|
415 |
+
{"name": "parterre", "id": 1782, "trainId": 353},
|
416 |
+
{"name": "chimney", "id": 495, "trainId": 354},
|
417 |
+
{"name": "can, tin, tin can", "id": 371, "trainId": 355},
|
418 |
+
{"name": "tanks", "id": 2707, "trainId": 356},
|
419 |
+
{"name": "fabric, cloth, material, textile", "id": 889, "trainId": 357},
|
420 |
+
{"name": "alga, algae", "id": 3156, "trainId": 358},
|
421 |
+
{"name": "system", "id": 2683, "trainId": 359},
|
422 |
+
{"name": "map", "id": 1499, "trainId": 360},
|
423 |
+
{"name": "greenhouse", "id": 1135, "trainId": 361},
|
424 |
+
{"name": "mug", "id": 1619, "trainId": 362},
|
425 |
+
{"name": "barbecue", "id": 125, "trainId": 363},
|
426 |
+
{"name": "trailer", "id": 2838, "trainId": 364},
|
427 |
+
{"name": "toilet tissue, toilet paper, bathroom tissue", "id": 2792, "trainId": 365},
|
428 |
+
{"name": "organ", "id": 1695, "trainId": 366},
|
429 |
+
{"name": "dishrag, dishcloth", "id": 746, "trainId": 367},
|
430 |
+
{"name": "island", "id": 1343, "trainId": 368},
|
431 |
+
{"name": "keyboard", "id": 1370, "trainId": 369},
|
432 |
+
{"name": "trench", "id": 2858, "trainId": 370},
|
433 |
+
{"name": "basket, basketball hoop, hoop", "id": 145, "trainId": 371},
|
434 |
+
{"name": "steering wheel, wheel", "id": 2565, "trainId": 372},
|
435 |
+
{"name": "pitcher, ewer", "id": 1892, "trainId": 373},
|
436 |
+
{"name": "goal", "id": 1103, "trainId": 374},
|
437 |
+
{"name": "bread, breadstuff, staff of life", "id": 286, "trainId": 375},
|
438 |
+
{"name": "beds", "id": 170, "trainId": 376},
|
439 |
+
{"name": "wood", "id": 3073, "trainId": 377},
|
440 |
+
{"name": "file cabinet", "id": 922, "trainId": 378},
|
441 |
+
{"name": "newspaper, paper", "id": 1655, "trainId": 379},
|
442 |
+
{"name": "motorboat", "id": 1602, "trainId": 380},
|
443 |
+
{"name": "rope", "id": 2160, "trainId": 381},
|
444 |
+
{"name": "guitar", "id": 1151, "trainId": 382},
|
445 |
+
{"name": "rubble", "id": 2176, "trainId": 383},
|
446 |
+
{"name": "scarf", "id": 2239, "trainId": 384},
|
447 |
+
{"name": "barrels", "id": 132, "trainId": 385},
|
448 |
+
{"name": "cap", "id": 394, "trainId": 386},
|
449 |
+
{"name": "leaves", "id": 1424, "trainId": 387},
|
450 |
+
{"name": "control tower", "id": 607, "trainId": 388},
|
451 |
+
{"name": "dashboard", "id": 700, "trainId": 389},
|
452 |
+
{"name": "bandstand", "id": 116, "trainId": 390},
|
453 |
+
{"name": "lectern", "id": 1425, "trainId": 391},
|
454 |
+
{"name": "switch, electric switch, electrical switch", "id": 2676, "trainId": 392},
|
455 |
+
{"name": "baseboard, mopboard, skirting board", "id": 141, "trainId": 393},
|
456 |
+
{"name": "shower room", "id": 2360, "trainId": 394},
|
457 |
+
{"name": "smoke", "id": 2449, "trainId": 395},
|
458 |
+
{"name": "faucet, spigot", "id": 897, "trainId": 396},
|
459 |
+
{"name": "bulldozer", "id": 317, "trainId": 397},
|
460 |
+
{"name": "saucepan", "id": 2228, "trainId": 398},
|
461 |
+
{"name": "shops", "id": 2351, "trainId": 399},
|
462 |
+
{"name": "meter", "id": 1543, "trainId": 400},
|
463 |
+
{"name": "crevasse", "id": 656, "trainId": 401},
|
464 |
+
{"name": "gear", "id": 1088, "trainId": 402},
|
465 |
+
{"name": "candelabrum, candelabra", "id": 373, "trainId": 403},
|
466 |
+
{"name": "sofa bed", "id": 2472, "trainId": 404},
|
467 |
+
{"name": "tunnel", "id": 2892, "trainId": 405},
|
468 |
+
{"name": "pallet", "id": 1740, "trainId": 406},
|
469 |
+
{"name": "wire, conducting wire", "id": 3067, "trainId": 407},
|
470 |
+
{"name": "kettle, boiler", "id": 1367, "trainId": 408},
|
471 |
+
{"name": "bidet", "id": 188, "trainId": 409},
|
472 |
+
{
|
473 |
+
"name": "baby buggy, baby carriage, carriage, perambulator, pram, stroller, go-cart, pushchair, pusher",
|
474 |
+
"id": 79,
|
475 |
+
"trainId": 410,
|
476 |
+
},
|
477 |
+
{"name": "music stand", "id": 1633, "trainId": 411},
|
478 |
+
{"name": "pipe, tube", "id": 1885, "trainId": 412},
|
479 |
+
{"name": "cup", "id": 677, "trainId": 413},
|
480 |
+
{"name": "parking meter", "id": 1779, "trainId": 414},
|
481 |
+
{"name": "ice hockey rink", "id": 1297, "trainId": 415},
|
482 |
+
{"name": "shelter", "id": 2334, "trainId": 416},
|
483 |
+
{"name": "weeds", "id": 3027, "trainId": 417},
|
484 |
+
{"name": "temple", "id": 2735, "trainId": 418},
|
485 |
+
{"name": "patty, cake", "id": 1791, "trainId": 419},
|
486 |
+
{"name": "ski slope", "id": 2405, "trainId": 420},
|
487 |
+
{"name": "panel", "id": 1748, "trainId": 421},
|
488 |
+
{"name": "wallet", "id": 2983, "trainId": 422},
|
489 |
+
{"name": "wheel", "id": 3035, "trainId": 423},
|
490 |
+
{"name": "towel rack, towel horse", "id": 2824, "trainId": 424},
|
491 |
+
{"name": "roundabout", "id": 2168, "trainId": 425},
|
492 |
+
{"name": "canister, cannister, tin", "id": 385, "trainId": 426},
|
493 |
+
{"name": "rod", "id": 2148, "trainId": 427},
|
494 |
+
{"name": "soap dispenser", "id": 2465, "trainId": 428},
|
495 |
+
{"name": "bell", "id": 175, "trainId": 429},
|
496 |
+
{"name": "canvas", "id": 390, "trainId": 430},
|
497 |
+
{"name": "box office, ticket office, ticket booth", "id": 268, "trainId": 431},
|
498 |
+
{"name": "teacup", "id": 2722, "trainId": 432},
|
499 |
+
{"name": "trellis", "id": 2857, "trainId": 433},
|
500 |
+
{"name": "workbench", "id": 3088, "trainId": 434},
|
501 |
+
{"name": "valley, vale", "id": 2926, "trainId": 435},
|
502 |
+
{"name": "toaster", "id": 2782, "trainId": 436},
|
503 |
+
{"name": "knife", "id": 1378, "trainId": 437},
|
504 |
+
{"name": "podium", "id": 1934, "trainId": 438},
|
505 |
+
{"name": "ramp", "id": 2072, "trainId": 439},
|
506 |
+
{"name": "tumble dryer", "id": 2889, "trainId": 440},
|
507 |
+
{"name": "fireplug, fire hydrant, plug", "id": 944, "trainId": 441},
|
508 |
+
{"name": "gym shoe, sneaker, tennis shoe", "id": 1158, "trainId": 442},
|
509 |
+
{"name": "lab bench", "id": 1383, "trainId": 443},
|
510 |
+
{"name": "equipment", "id": 867, "trainId": 444},
|
511 |
+
{"name": "rocky formation", "id": 2145, "trainId": 445},
|
512 |
+
{"name": "plastic", "id": 1915, "trainId": 446},
|
513 |
+
{"name": "calendar", "id": 361, "trainId": 447},
|
514 |
+
{"name": "caravan", "id": 402, "trainId": 448},
|
515 |
+
{"name": "check-in-desk", "id": 482, "trainId": 449},
|
516 |
+
{"name": "ticket counter", "id": 2761, "trainId": 450},
|
517 |
+
{"name": "brush", "id": 300, "trainId": 451},
|
518 |
+
{"name": "mill", "id": 1554, "trainId": 452},
|
519 |
+
{"name": "covered bridge", "id": 636, "trainId": 453},
|
520 |
+
{"name": "bowling alley", "id": 260, "trainId": 454},
|
521 |
+
{"name": "hanger", "id": 1186, "trainId": 455},
|
522 |
+
{"name": "excavator", "id": 871, "trainId": 456},
|
523 |
+
{"name": "trestle", "id": 2859, "trainId": 457},
|
524 |
+
{"name": "revolving door", "id": 2103, "trainId": 458},
|
525 |
+
{"name": "blast furnace", "id": 208, "trainId": 459},
|
526 |
+
{"name": "scale, weighing machine", "id": 2236, "trainId": 460},
|
527 |
+
{"name": "projector", "id": 2012, "trainId": 461},
|
528 |
+
{"name": "soap", "id": 2462, "trainId": 462},
|
529 |
+
{"name": "locker", "id": 1462, "trainId": 463},
|
530 |
+
{"name": "tractor", "id": 2832, "trainId": 464},
|
531 |
+
{"name": "stretcher", "id": 2617, "trainId": 465},
|
532 |
+
{"name": "frame", "id": 1024, "trainId": 466},
|
533 |
+
{"name": "grating", "id": 1129, "trainId": 467},
|
534 |
+
{"name": "alembic", "id": 18, "trainId": 468},
|
535 |
+
{"name": "candle, taper, wax light", "id": 376, "trainId": 469},
|
536 |
+
{"name": "barrier", "id": 134, "trainId": 470},
|
537 |
+
{"name": "cardboard", "id": 407, "trainId": 471},
|
538 |
+
{"name": "cave", "id": 434, "trainId": 472},
|
539 |
+
{"name": "puddle", "id": 2017, "trainId": 473},
|
540 |
+
{"name": "tarp", "id": 2717, "trainId": 474},
|
541 |
+
{"name": "price tag", "id": 2005, "trainId": 475},
|
542 |
+
{"name": "watchtower", "id": 2993, "trainId": 476},
|
543 |
+
{"name": "meters", "id": 1545, "trainId": 477},
|
544 |
+
{
|
545 |
+
"name": "light bulb, lightbulb, bulb, incandescent lamp, electric light, electric-light bulb",
|
546 |
+
"id": 1445,
|
547 |
+
"trainId": 478,
|
548 |
+
},
|
549 |
+
{"name": "tracks", "id": 2831, "trainId": 479},
|
550 |
+
{"name": "hair dryer", "id": 1161, "trainId": 480},
|
551 |
+
{"name": "skirt", "id": 2411, "trainId": 481},
|
552 |
+
{"name": "viaduct", "id": 2949, "trainId": 482},
|
553 |
+
{"name": "paper towel", "id": 1769, "trainId": 483},
|
554 |
+
{"name": "coat", "id": 552, "trainId": 484},
|
555 |
+
{"name": "sheet", "id": 2327, "trainId": 485},
|
556 |
+
{"name": "fire extinguisher, extinguisher, asphyxiator", "id": 939, "trainId": 486},
|
557 |
+
{"name": "water wheel", "id": 3013, "trainId": 487},
|
558 |
+
{"name": "pottery, clayware", "id": 1986, "trainId": 488},
|
559 |
+
{"name": "magazine rack", "id": 1486, "trainId": 489},
|
560 |
+
{"name": "teapot", "id": 2723, "trainId": 490},
|
561 |
+
{"name": "microphone, mike", "id": 1549, "trainId": 491},
|
562 |
+
{"name": "support", "id": 2649, "trainId": 492},
|
563 |
+
{"name": "forklift", "id": 1020, "trainId": 493},
|
564 |
+
{"name": "canyon", "id": 392, "trainId": 494},
|
565 |
+
{"name": "cash register, register", "id": 422, "trainId": 495},
|
566 |
+
{"name": "leaf, leafage, foliage", "id": 1419, "trainId": 496},
|
567 |
+
{"name": "remote control, remote", "id": 2099, "trainId": 497},
|
568 |
+
{"name": "soap dish", "id": 2464, "trainId": 498},
|
569 |
+
{"name": "windshield, windscreen", "id": 3058, "trainId": 499},
|
570 |
+
{"name": "cat", "id": 430, "trainId": 500},
|
571 |
+
{"name": "cue, cue stick, pool cue, pool stick", "id": 675, "trainId": 501},
|
572 |
+
{"name": "vent, venthole, vent-hole, blowhole", "id": 2941, "trainId": 502},
|
573 |
+
{"name": "videos", "id": 2955, "trainId": 503},
|
574 |
+
{"name": "shovel", "id": 2355, "trainId": 504},
|
575 |
+
{"name": "eaves", "id": 840, "trainId": 505},
|
576 |
+
{"name": "antenna, aerial, transmitting aerial", "id": 32, "trainId": 506},
|
577 |
+
{"name": "shipyard", "id": 2338, "trainId": 507},
|
578 |
+
{"name": "hen, biddy", "id": 1232, "trainId": 508},
|
579 |
+
{"name": "traffic cone", "id": 2834, "trainId": 509},
|
580 |
+
{"name": "washing machines", "id": 2991, "trainId": 510},
|
581 |
+
{"name": "truck crane", "id": 2879, "trainId": 511},
|
582 |
+
{"name": "cds", "id": 444, "trainId": 512},
|
583 |
+
{"name": "niche", "id": 1657, "trainId": 513},
|
584 |
+
{"name": "scoreboard", "id": 2246, "trainId": 514},
|
585 |
+
{"name": "briefcase", "id": 296, "trainId": 515},
|
586 |
+
{"name": "boot", "id": 245, "trainId": 516},
|
587 |
+
{"name": "sweater, jumper", "id": 2661, "trainId": 517},
|
588 |
+
{"name": "hay", "id": 1202, "trainId": 518},
|
589 |
+
{"name": "pack", "id": 1714, "trainId": 519},
|
590 |
+
{"name": "bottle rack", "id": 251, "trainId": 520},
|
591 |
+
{"name": "glacier", "id": 1095, "trainId": 521},
|
592 |
+
{"name": "pergola", "id": 1828, "trainId": 522},
|
593 |
+
{"name": "building materials", "id": 311, "trainId": 523},
|
594 |
+
{"name": "television camera", "id": 2732, "trainId": 524},
|
595 |
+
{"name": "first floor", "id": 947, "trainId": 525},
|
596 |
+
{"name": "rifle", "id": 2115, "trainId": 526},
|
597 |
+
{"name": "tennis table", "id": 2738, "trainId": 527},
|
598 |
+
{"name": "stadium", "id": 2525, "trainId": 528},
|
599 |
+
{"name": "safety belt", "id": 2194, "trainId": 529},
|
600 |
+
{"name": "cover", "id": 634, "trainId": 530},
|
601 |
+
{"name": "dish rack", "id": 740, "trainId": 531},
|
602 |
+
{"name": "synthesizer", "id": 2682, "trainId": 532},
|
603 |
+
{"name": "pumpkin", "id": 2020, "trainId": 533},
|
604 |
+
{"name": "gutter", "id": 1156, "trainId": 534},
|
605 |
+
{"name": "fruit stand", "id": 1036, "trainId": 535},
|
606 |
+
{"name": "ice floe, floe", "id": 1295, "trainId": 536},
|
607 |
+
{"name": "handle, grip, handgrip, hold", "id": 1181, "trainId": 537},
|
608 |
+
{"name": "wheelchair", "id": 3037, "trainId": 538},
|
609 |
+
{"name": "mousepad, mouse mat", "id": 1614, "trainId": 539},
|
610 |
+
{"name": "diploma", "id": 736, "trainId": 540},
|
611 |
+
{"name": "fairground ride", "id": 893, "trainId": 541},
|
612 |
+
{"name": "radio", "id": 2047, "trainId": 542},
|
613 |
+
{"name": "hotplate", "id": 1274, "trainId": 543},
|
614 |
+
{"name": "junk", "id": 1361, "trainId": 544},
|
615 |
+
{"name": "wheelbarrow", "id": 3036, "trainId": 545},
|
616 |
+
{"name": "stream", "id": 2606, "trainId": 546},
|
617 |
+
{"name": "toll plaza", "id": 2797, "trainId": 547},
|
618 |
+
{"name": "punching bag", "id": 2022, "trainId": 548},
|
619 |
+
{"name": "trough", "id": 2876, "trainId": 549},
|
620 |
+
{"name": "throne", "id": 2758, "trainId": 550},
|
621 |
+
{"name": "chair desk", "id": 472, "trainId": 551},
|
622 |
+
{"name": "weighbridge", "id": 3028, "trainId": 552},
|
623 |
+
{"name": "extractor fan", "id": 882, "trainId": 553},
|
624 |
+
{"name": "hanging clothes", "id": 1189, "trainId": 554},
|
625 |
+
{"name": "dish, dish aerial, dish antenna, saucer", "id": 743, "trainId": 555},
|
626 |
+
{"name": "alarm clock, alarm", "id": 3122, "trainId": 556},
|
627 |
+
{"name": "ski lift", "id": 2401, "trainId": 557},
|
628 |
+
{"name": "chain", "id": 468, "trainId": 558},
|
629 |
+
{"name": "garage", "id": 1061, "trainId": 559},
|
630 |
+
{"name": "mechanical shovel", "id": 1523, "trainId": 560},
|
631 |
+
{"name": "wine rack", "id": 3059, "trainId": 561},
|
632 |
+
{"name": "tramway", "id": 2843, "trainId": 562},
|
633 |
+
{"name": "treadmill", "id": 2853, "trainId": 563},
|
634 |
+
{"name": "menu", "id": 1529, "trainId": 564},
|
635 |
+
{"name": "block", "id": 214, "trainId": 565},
|
636 |
+
{"name": "well", "id": 3032, "trainId": 566},
|
637 |
+
{"name": "witness stand", "id": 3071, "trainId": 567},
|
638 |
+
{"name": "branch", "id": 277, "trainId": 568},
|
639 |
+
{"name": "duck", "id": 813, "trainId": 569},
|
640 |
+
{"name": "casserole", "id": 426, "trainId": 570},
|
641 |
+
{"name": "frying pan", "id": 1039, "trainId": 571},
|
642 |
+
{"name": "desk organizer", "id": 727, "trainId": 572},
|
643 |
+
{"name": "mast", "id": 1508, "trainId": 573},
|
644 |
+
{"name": "spectacles, specs, eyeglasses, glasses", "id": 2490, "trainId": 574},
|
645 |
+
{"name": "service elevator", "id": 2299, "trainId": 575},
|
646 |
+
{"name": "dollhouse", "id": 768, "trainId": 576},
|
647 |
+
{"name": "hammock", "id": 1172, "trainId": 577},
|
648 |
+
{"name": "clothes hanging", "id": 537, "trainId": 578},
|
649 |
+
{"name": "photocopier", "id": 1847, "trainId": 579},
|
650 |
+
{"name": "notepad", "id": 1664, "trainId": 580},
|
651 |
+
{"name": "golf cart", "id": 1110, "trainId": 581},
|
652 |
+
{"name": "footpath", "id": 1014, "trainId": 582},
|
653 |
+
{"name": "cross", "id": 662, "trainId": 583},
|
654 |
+
{"name": "baptismal font", "id": 121, "trainId": 584},
|
655 |
+
{"name": "boiler", "id": 227, "trainId": 585},
|
656 |
+
{"name": "skip", "id": 2410, "trainId": 586},
|
657 |
+
{"name": "rotisserie", "id": 2165, "trainId": 587},
|
658 |
+
{"name": "tables", "id": 2696, "trainId": 588},
|
659 |
+
{"name": "water mill", "id": 3005, "trainId": 589},
|
660 |
+
{"name": "helmet", "id": 1231, "trainId": 590},
|
661 |
+
{"name": "cover curtain", "id": 635, "trainId": 591},
|
662 |
+
{"name": "brick", "id": 292, "trainId": 592},
|
663 |
+
{"name": "table runner", "id": 2690, "trainId": 593},
|
664 |
+
{"name": "ashtray", "id": 65, "trainId": 594},
|
665 |
+
{"name": "street box", "id": 2607, "trainId": 595},
|
666 |
+
{"name": "stick", "id": 2574, "trainId": 596},
|
667 |
+
{"name": "hangers", "id": 1188, "trainId": 597},
|
668 |
+
{"name": "cells", "id": 456, "trainId": 598},
|
669 |
+
{"name": "urinal", "id": 2913, "trainId": 599},
|
670 |
+
{"name": "centerpiece", "id": 459, "trainId": 600},
|
671 |
+
{"name": "portable fridge", "id": 1955, "trainId": 601},
|
672 |
+
{"name": "dvds", "id": 827, "trainId": 602},
|
673 |
+
{"name": "golf club", "id": 1111, "trainId": 603},
|
674 |
+
{"name": "skirting board", "id": 2412, "trainId": 604},
|
675 |
+
{"name": "water cooler", "id": 2997, "trainId": 605},
|
676 |
+
{"name": "clipboard", "id": 528, "trainId": 606},
|
677 |
+
{"name": "camera, photographic camera", "id": 366, "trainId": 607},
|
678 |
+
{"name": "pigeonhole", "id": 1863, "trainId": 608},
|
679 |
+
{"name": "chips", "id": 500, "trainId": 609},
|
680 |
+
{"name": "food processor", "id": 1001, "trainId": 610},
|
681 |
+
{"name": "post box", "id": 1958, "trainId": 611},
|
682 |
+
{"name": "lid", "id": 1441, "trainId": 612},
|
683 |
+
{"name": "drum", "id": 809, "trainId": 613},
|
684 |
+
{"name": "blender", "id": 210, "trainId": 614},
|
685 |
+
{"name": "cave entrance", "id": 435, "trainId": 615},
|
686 |
+
{"name": "dental chair", "id": 718, "trainId": 616},
|
687 |
+
{"name": "obelisk", "id": 1674, "trainId": 617},
|
688 |
+
{"name": "canoe", "id": 388, "trainId": 618},
|
689 |
+
{"name": "mobile", "id": 1572, "trainId": 619},
|
690 |
+
{"name": "monitors", "id": 1584, "trainId": 620},
|
691 |
+
{"name": "pool ball", "id": 1944, "trainId": 621},
|
692 |
+
{"name": "cue rack", "id": 674, "trainId": 622},
|
693 |
+
{"name": "baggage carts", "id": 99, "trainId": 623},
|
694 |
+
{"name": "shore", "id": 2352, "trainId": 624},
|
695 |
+
{"name": "fork", "id": 1019, "trainId": 625},
|
696 |
+
{"name": "paper filer", "id": 1763, "trainId": 626},
|
697 |
+
{"name": "bicycle rack", "id": 185, "trainId": 627},
|
698 |
+
{"name": "coat rack", "id": 554, "trainId": 628},
|
699 |
+
{"name": "garland", "id": 1066, "trainId": 629},
|
700 |
+
{"name": "sports bag", "id": 2508, "trainId": 630},
|
701 |
+
{"name": "fish tank", "id": 951, "trainId": 631},
|
702 |
+
{"name": "towel dispenser", "id": 2822, "trainId": 632},
|
703 |
+
{"name": "carriage", "id": 415, "trainId": 633},
|
704 |
+
{"name": "brochure", "id": 297, "trainId": 634},
|
705 |
+
{"name": "plaque", "id": 1914, "trainId": 635},
|
706 |
+
{"name": "stringer", "id": 2619, "trainId": 636},
|
707 |
+
{"name": "iron", "id": 1338, "trainId": 637},
|
708 |
+
{"name": "spoon", "id": 2505, "trainId": 638},
|
709 |
+
{"name": "flag pole", "id": 955, "trainId": 639},
|
710 |
+
{"name": "toilet brush", "id": 2786, "trainId": 640},
|
711 |
+
{"name": "book stand", "id": 238, "trainId": 641},
|
712 |
+
{"name": "water faucet, water tap, tap, hydrant", "id": 3000, "trainId": 642},
|
713 |
+
{"name": "ticket office", "id": 2763, "trainId": 643},
|
714 |
+
{"name": "broom", "id": 299, "trainId": 644},
|
715 |
+
{"name": "dvd", "id": 822, "trainId": 645},
|
716 |
+
{"name": "ice bucket", "id": 1288, "trainId": 646},
|
717 |
+
{"name": "carapace, shell, cuticle, shield", "id": 3101, "trainId": 647},
|
718 |
+
{"name": "tureen", "id": 2894, "trainId": 648},
|
719 |
+
{"name": "folders", "id": 992, "trainId": 649},
|
720 |
+
{"name": "chess", "id": 489, "trainId": 650},
|
721 |
+
{"name": "root", "id": 2157, "trainId": 651},
|
722 |
+
{"name": "sewing machine", "id": 2309, "trainId": 652},
|
723 |
+
{"name": "model", "id": 1576, "trainId": 653},
|
724 |
+
{"name": "pen", "id": 1810, "trainId": 654},
|
725 |
+
{"name": "violin", "id": 2964, "trainId": 655},
|
726 |
+
{"name": "sweatshirt", "id": 2662, "trainId": 656},
|
727 |
+
{"name": "recycling materials", "id": 2087, "trainId": 657},
|
728 |
+
{"name": "mitten", "id": 1569, "trainId": 658},
|
729 |
+
{"name": "chopping board, cutting board", "id": 503, "trainId": 659},
|
730 |
+
{"name": "mask", "id": 1505, "trainId": 660},
|
731 |
+
{"name": "log", "id": 1468, "trainId": 661},
|
732 |
+
{"name": "mouse, computer mouse", "id": 1613, "trainId": 662},
|
733 |
+
{"name": "grill", "id": 1138, "trainId": 663},
|
734 |
+
{"name": "hole", "id": 1256, "trainId": 664},
|
735 |
+
{"name": "target", "id": 2715, "trainId": 665},
|
736 |
+
{"name": "trash bag", "id": 2846, "trainId": 666},
|
737 |
+
{"name": "chalk", "id": 477, "trainId": 667},
|
738 |
+
{"name": "sticks", "id": 2576, "trainId": 668},
|
739 |
+
{"name": "balloon", "id": 108, "trainId": 669},
|
740 |
+
{"name": "score", "id": 2245, "trainId": 670},
|
741 |
+
{"name": "hair spray", "id": 1162, "trainId": 671},
|
742 |
+
{"name": "roll", "id": 2149, "trainId": 672},
|
743 |
+
{"name": "runner", "id": 2183, "trainId": 673},
|
744 |
+
{"name": "engine", "id": 858, "trainId": 674},
|
745 |
+
{"name": "inflatable glove", "id": 1324, "trainId": 675},
|
746 |
+
{"name": "games", "id": 1055, "trainId": 676},
|
747 |
+
{"name": "pallets", "id": 1741, "trainId": 677},
|
748 |
+
{"name": "baskets", "id": 149, "trainId": 678},
|
749 |
+
{"name": "coop", "id": 615, "trainId": 679},
|
750 |
+
{"name": "dvd player", "id": 825, "trainId": 680},
|
751 |
+
{"name": "rocking horse", "id": 2143, "trainId": 681},
|
752 |
+
{"name": "buckets", "id": 304, "trainId": 682},
|
753 |
+
{"name": "bread rolls", "id": 283, "trainId": 683},
|
754 |
+
{"name": "shawl", "id": 2322, "trainId": 684},
|
755 |
+
{"name": "watering can", "id": 3017, "trainId": 685},
|
756 |
+
{"name": "spotlights", "id": 2510, "trainId": 686},
|
757 |
+
{"name": "post-it", "id": 1960, "trainId": 687},
|
758 |
+
{"name": "bowls", "id": 265, "trainId": 688},
|
759 |
+
{"name": "security camera", "id": 2282, "trainId": 689},
|
760 |
+
{"name": "runner cloth", "id": 2184, "trainId": 690},
|
761 |
+
{"name": "lock", "id": 1461, "trainId": 691},
|
762 |
+
{"name": "alarm, warning device, alarm system", "id": 3113, "trainId": 692},
|
763 |
+
{"name": "side", "id": 2372, "trainId": 693},
|
764 |
+
{"name": "roulette", "id": 2166, "trainId": 694},
|
765 |
+
{"name": "bone", "id": 232, "trainId": 695},
|
766 |
+
{"name": "cutlery", "id": 693, "trainId": 696},
|
767 |
+
{"name": "pool balls", "id": 1945, "trainId": 697},
|
768 |
+
{"name": "wheels", "id": 3039, "trainId": 698},
|
769 |
+
{"name": "spice rack", "id": 2494, "trainId": 699},
|
770 |
+
{"name": "plant pots", "id": 1908, "trainId": 700},
|
771 |
+
{"name": "towel ring", "id": 2827, "trainId": 701},
|
772 |
+
{"name": "bread box", "id": 280, "trainId": 702},
|
773 |
+
{"name": "video", "id": 2950, "trainId": 703},
|
774 |
+
{"name": "funfair", "id": 1044, "trainId": 704},
|
775 |
+
{"name": "breads", "id": 288, "trainId": 705},
|
776 |
+
{"name": "tripod", "id": 2863, "trainId": 706},
|
777 |
+
{"name": "ironing board", "id": 1342, "trainId": 707},
|
778 |
+
{"name": "skimmer", "id": 2409, "trainId": 708},
|
779 |
+
{"name": "hollow", "id": 1258, "trainId": 709},
|
780 |
+
{"name": "scratching post", "id": 2249, "trainId": 710},
|
781 |
+
{"name": "tricycle", "id": 2862, "trainId": 711},
|
782 |
+
{"name": "file box", "id": 920, "trainId": 712},
|
783 |
+
{"name": "mountain pass", "id": 1607, "trainId": 713},
|
784 |
+
{"name": "tombstones", "id": 2802, "trainId": 714},
|
785 |
+
{"name": "cooker", "id": 610, "trainId": 715},
|
786 |
+
{"name": "card game, cards", "id": 3129, "trainId": 716},
|
787 |
+
{"name": "golf bag", "id": 1108, "trainId": 717},
|
788 |
+
{"name": "towel paper", "id": 2823, "trainId": 718},
|
789 |
+
{"name": "chaise lounge", "id": 476, "trainId": 719},
|
790 |
+
{"name": "sun", "id": 2641, "trainId": 720},
|
791 |
+
{"name": "toilet paper holder", "id": 2788, "trainId": 721},
|
792 |
+
{"name": "rake", "id": 2070, "trainId": 722},
|
793 |
+
{"name": "key", "id": 1368, "trainId": 723},
|
794 |
+
{"name": "umbrella stand", "id": 2903, "trainId": 724},
|
795 |
+
{"name": "dartboard", "id": 699, "trainId": 725},
|
796 |
+
{"name": "transformer", "id": 2844, "trainId": 726},
|
797 |
+
{"name": "fireplace utensils", "id": 942, "trainId": 727},
|
798 |
+
{"name": "sweatshirts", "id": 2663, "trainId": 728},
|
799 |
+
{
|
800 |
+
"name": "cellular telephone, cellular phone, cellphone, cell, mobile phone",
|
801 |
+
"id": 457,
|
802 |
+
"trainId": 729,
|
803 |
+
},
|
804 |
+
{"name": "tallboy", "id": 2701, "trainId": 730},
|
805 |
+
{"name": "stapler", "id": 2540, "trainId": 731},
|
806 |
+
{"name": "sauna", "id": 2231, "trainId": 732},
|
807 |
+
{"name": "test tube", "id": 2746, "trainId": 733},
|
808 |
+
{"name": "palette", "id": 1738, "trainId": 734},
|
809 |
+
{"name": "shopping carts", "id": 2350, "trainId": 735},
|
810 |
+
{"name": "tools", "id": 2808, "trainId": 736},
|
811 |
+
{"name": "push button, push, button", "id": 2025, "trainId": 737},
|
812 |
+
{"name": "star", "id": 2541, "trainId": 738},
|
813 |
+
{"name": "roof rack", "id": 2156, "trainId": 739},
|
814 |
+
{"name": "barbed wire", "id": 126, "trainId": 740},
|
815 |
+
{"name": "spray", "id": 2512, "trainId": 741},
|
816 |
+
{"name": "ear", "id": 831, "trainId": 742},
|
817 |
+
{"name": "sponge", "id": 2503, "trainId": 743},
|
818 |
+
{"name": "racket", "id": 2039, "trainId": 744},
|
819 |
+
{"name": "tins", "id": 2774, "trainId": 745},
|
820 |
+
{"name": "eyeglasses", "id": 886, "trainId": 746},
|
821 |
+
{"name": "file", "id": 919, "trainId": 747},
|
822 |
+
{"name": "scarfs", "id": 2240, "trainId": 748},
|
823 |
+
{"name": "sugar bowl", "id": 2636, "trainId": 749},
|
824 |
+
{"name": "flip flop", "id": 963, "trainId": 750},
|
825 |
+
{"name": "headstones", "id": 1218, "trainId": 751},
|
826 |
+
{"name": "laptop bag", "id": 1406, "trainId": 752},
|
827 |
+
{"name": "leash", "id": 1420, "trainId": 753},
|
828 |
+
{"name": "climbing frame", "id": 526, "trainId": 754},
|
829 |
+
{"name": "suit hanger", "id": 2639, "trainId": 755},
|
830 |
+
{"name": "floor spotlight", "id": 975, "trainId": 756},
|
831 |
+
{"name": "plate rack", "id": 1921, "trainId": 757},
|
832 |
+
{"name": "sewer", "id": 2305, "trainId": 758},
|
833 |
+
{"name": "hard drive", "id": 1193, "trainId": 759},
|
834 |
+
{"name": "sprinkler", "id": 2517, "trainId": 760},
|
835 |
+
{"name": "tools box", "id": 2809, "trainId": 761},
|
836 |
+
{"name": "necklace", "id": 1647, "trainId": 762},
|
837 |
+
{"name": "bulbs", "id": 314, "trainId": 763},
|
838 |
+
{"name": "steel industry", "id": 2560, "trainId": 764},
|
839 |
+
{"name": "club", "id": 545, "trainId": 765},
|
840 |
+
{"name": "jack", "id": 1345, "trainId": 766},
|
841 |
+
{"name": "door bars", "id": 775, "trainId": 767},
|
842 |
+
{
|
843 |
+
"name": "control panel, instrument panel, control board, board, panel",
|
844 |
+
"id": 603,
|
845 |
+
"trainId": 768,
|
846 |
+
},
|
847 |
+
{"name": "hairbrush", "id": 1163, "trainId": 769},
|
848 |
+
{"name": "napkin holder", "id": 1641, "trainId": 770},
|
849 |
+
{"name": "office", "id": 1678, "trainId": 771},
|
850 |
+
{"name": "smoke detector", "id": 2450, "trainId": 772},
|
851 |
+
{"name": "utensils", "id": 2915, "trainId": 773},
|
852 |
+
{"name": "apron", "id": 42, "trainId": 774},
|
853 |
+
{"name": "scissors", "id": 2242, "trainId": 775},
|
854 |
+
{"name": "terminal", "id": 2741, "trainId": 776},
|
855 |
+
{"name": "grinder", "id": 1143, "trainId": 777},
|
856 |
+
{"name": "entry phone", "id": 862, "trainId": 778},
|
857 |
+
{"name": "newspaper stand", "id": 1654, "trainId": 779},
|
858 |
+
{"name": "pepper shaker", "id": 1826, "trainId": 780},
|
859 |
+
{"name": "onions", "id": 1689, "trainId": 781},
|
860 |
+
{
|
861 |
+
"name": "central processing unit, cpu, c p u , central processor, processor, mainframe",
|
862 |
+
"id": 3124,
|
863 |
+
"trainId": 782,
|
864 |
+
},
|
865 |
+
{"name": "tape", "id": 2710, "trainId": 783},
|
866 |
+
{"name": "bat", "id": 152, "trainId": 784},
|
867 |
+
{"name": "coaster", "id": 549, "trainId": 785},
|
868 |
+
{"name": "calculator", "id": 360, "trainId": 786},
|
869 |
+
{"name": "potatoes", "id": 1982, "trainId": 787},
|
870 |
+
{"name": "luggage rack", "id": 1478, "trainId": 788},
|
871 |
+
{"name": "salt", "id": 2203, "trainId": 789},
|
872 |
+
{"name": "street number", "id": 2612, "trainId": 790},
|
873 |
+
{"name": "viewpoint", "id": 2956, "trainId": 791},
|
874 |
+
{"name": "sword", "id": 2681, "trainId": 792},
|
875 |
+
{"name": "cd", "id": 437, "trainId": 793},
|
876 |
+
{"name": "rowing machine", "id": 2171, "trainId": 794},
|
877 |
+
{"name": "plug", "id": 1933, "trainId": 795},
|
878 |
+
{"name": "andiron, firedog, dog, dog-iron", "id": 3110, "trainId": 796},
|
879 |
+
{"name": "pepper", "id": 1824, "trainId": 797},
|
880 |
+
{"name": "tongs", "id": 2803, "trainId": 798},
|
881 |
+
{"name": "bonfire", "id": 234, "trainId": 799},
|
882 |
+
{"name": "dog dish", "id": 764, "trainId": 800},
|
883 |
+
{"name": "belt", "id": 177, "trainId": 801},
|
884 |
+
{"name": "dumbbells", "id": 817, "trainId": 802},
|
885 |
+
{"name": "videocassette recorder, vcr", "id": 3145, "trainId": 803},
|
886 |
+
{"name": "hook", "id": 1262, "trainId": 804},
|
887 |
+
{"name": "envelopes", "id": 864, "trainId": 805},
|
888 |
+
{"name": "shower faucet", "id": 2359, "trainId": 806},
|
889 |
+
{"name": "watch", "id": 2992, "trainId": 807},
|
890 |
+
{"name": "padlock", "id": 1725, "trainId": 808},
|
891 |
+
{"name": "swimming pool ladder", "id": 2667, "trainId": 809},
|
892 |
+
{"name": "spanners", "id": 2484, "trainId": 810},
|
893 |
+
{"name": "gravy boat", "id": 1133, "trainId": 811},
|
894 |
+
{"name": "notice board", "id": 1667, "trainId": 812},
|
895 |
+
{"name": "trash bags", "id": 2847, "trainId": 813},
|
896 |
+
{"name": "fire alarm", "id": 932, "trainId": 814},
|
897 |
+
{"name": "ladle", "id": 1392, "trainId": 815},
|
898 |
+
{"name": "stethoscope", "id": 2573, "trainId": 816},
|
899 |
+
{"name": "rocket", "id": 2140, "trainId": 817},
|
900 |
+
{"name": "funnel", "id": 1046, "trainId": 818},
|
901 |
+
{"name": "bowling pins", "id": 264, "trainId": 819},
|
902 |
+
{"name": "valve", "id": 2927, "trainId": 820},
|
903 |
+
{"name": "thermometer", "id": 2752, "trainId": 821},
|
904 |
+
{"name": "cups", "id": 679, "trainId": 822},
|
905 |
+
{"name": "spice jar", "id": 2493, "trainId": 823},
|
906 |
+
{"name": "night light", "id": 1658, "trainId": 824},
|
907 |
+
{"name": "soaps", "id": 2466, "trainId": 825},
|
908 |
+
{"name": "games table", "id": 1057, "trainId": 826},
|
909 |
+
{"name": "slotted spoon", "id": 2444, "trainId": 827},
|
910 |
+
{"name": "reel", "id": 2093, "trainId": 828},
|
911 |
+
{"name": "scourer", "id": 2248, "trainId": 829},
|
912 |
+
{"name": "sleeping robe", "id": 2432, "trainId": 830},
|
913 |
+
{"name": "desk mat", "id": 726, "trainId": 831},
|
914 |
+
{"name": "dumbbell", "id": 816, "trainId": 832},
|
915 |
+
{"name": "hammer", "id": 1171, "trainId": 833},
|
916 |
+
{"name": "tie", "id": 2766, "trainId": 834},
|
917 |
+
{"name": "typewriter", "id": 2900, "trainId": 835},
|
918 |
+
{"name": "shaker", "id": 2313, "trainId": 836},
|
919 |
+
{"name": "cheese dish", "id": 488, "trainId": 837},
|
920 |
+
{"name": "sea star", "id": 2265, "trainId": 838},
|
921 |
+
{"name": "racquet", "id": 2043, "trainId": 839},
|
922 |
+
{"name": "butane gas cylinder", "id": 332, "trainId": 840},
|
923 |
+
{"name": "paper weight", "id": 1771, "trainId": 841},
|
924 |
+
{"name": "shaving brush", "id": 2320, "trainId": 842},
|
925 |
+
{"name": "sunglasses", "id": 2646, "trainId": 843},
|
926 |
+
{"name": "gear shift", "id": 1089, "trainId": 844},
|
927 |
+
{"name": "towel rail", "id": 2826, "trainId": 845},
|
928 |
+
{"name": "adding machine, totalizer, totaliser", "id": 3148, "trainId": 846},
|
929 |
+
]
|
930 |
+
|
931 |
+
|
932 |
+
def loadAde20K(file):
|
933 |
+
fileseg = file.replace(".jpg", "_seg.png")
|
934 |
+
with Image.open(fileseg) as io:
|
935 |
+
seg = np.array(io)
|
936 |
+
|
937 |
+
R = seg[:, :, 0]
|
938 |
+
G = seg[:, :, 1]
|
939 |
+
ObjectClassMasks = (R / 10).astype(np.int32) * 256 + (G.astype(np.int32))
|
940 |
+
|
941 |
+
return {"img_name": file, "segm_name": fileseg, "class_mask": ObjectClassMasks}
|
942 |
+
|
943 |
+
|
944 |
+
if __name__ == "__main__":
|
945 |
+
dataset_dir = Path(os.getenv("DETECTRON2_DATASETS", "datasets"))
|
946 |
+
index_file = dataset_dir / "ADE20K_2021_17_01" / "index_ade20k.pkl"
|
947 |
+
print('Caution: we only generate the validation set!')
|
948 |
+
with open(index_file, "rb") as f:
|
949 |
+
index_ade20k = pkl.load(f)
|
950 |
+
|
951 |
+
id_map = {}
|
952 |
+
for cat in ADE20K_SEM_SEG_FULL_CATEGORIES:
|
953 |
+
id_map[cat["id"]] = cat["trainId"]
|
954 |
+
|
955 |
+
# make output dir
|
956 |
+
for name in ["training", "validation"]:
|
957 |
+
image_dir = dataset_dir / "ADE20K_2021_17_01" / "images_detectron2" / name
|
958 |
+
image_dir.mkdir(parents=True, exist_ok=True)
|
959 |
+
annotation_dir = dataset_dir / "ADE20K_2021_17_01" / "annotations_detectron2" / name
|
960 |
+
annotation_dir.mkdir(parents=True, exist_ok=True)
|
961 |
+
|
962 |
+
# process image and gt
|
963 |
+
for i, (folder_name, file_name) in tqdm.tqdm(
|
964 |
+
enumerate(zip(index_ade20k["folder"], index_ade20k["filename"])),
|
965 |
+
total=len(index_ade20k["filename"]),
|
966 |
+
):
|
967 |
+
split = "validation" if file_name.split("_")[1] == "val" else "training"
|
968 |
+
if split == 'training':
|
969 |
+
# FIXME: If you want to generate training set, delete this condition
|
970 |
+
continue
|
971 |
+
info = loadAde20K(str(dataset_dir / folder_name / file_name))
|
972 |
+
|
973 |
+
# resize image and label
|
974 |
+
img = np.asarray(Image.open(info["img_name"]))
|
975 |
+
lab = np.asarray(info["class_mask"])
|
976 |
+
|
977 |
+
h, w = img.shape[0], img.shape[1]
|
978 |
+
max_size = 512
|
979 |
+
resize = True
|
980 |
+
if w >= h > max_size:
|
981 |
+
h_new, w_new = max_size, round(w / float(h) * max_size)
|
982 |
+
elif h >= w > max_size:
|
983 |
+
h_new, w_new = round(h / float(w) * max_size), max_size
|
984 |
+
else:
|
985 |
+
resize = False
|
986 |
+
|
987 |
+
if resize:
|
988 |
+
img = cv2.resize(img, (w_new, h_new), interpolation=cv2.INTER_LINEAR)
|
989 |
+
lab = cv2.resize(lab, (w_new, h_new), interpolation=cv2.INTER_NEAREST)
|
990 |
+
|
991 |
+
assert img.dtype == np.uint8
|
992 |
+
assert lab.dtype == np.int32
|
993 |
+
|
994 |
+
# apply label conversion and save into uint16 images
|
995 |
+
output = np.zeros_like(lab, dtype=np.uint16) + 65535
|
996 |
+
for obj_id in np.unique(lab):
|
997 |
+
if obj_id in id_map:
|
998 |
+
output[lab == obj_id] = id_map[obj_id]
|
999 |
+
|
1000 |
+
output_img = dataset_dir / "ADE20K_2021_17_01" / "images_detectron2" / split / file_name
|
1001 |
+
output_lab = (
|
1002 |
+
dataset_dir
|
1003 |
+
/ "ADE20K_2021_17_01"
|
1004 |
+
/ "annotations_detectron2"
|
1005 |
+
/ split
|
1006 |
+
/ file_name.replace(".jpg", ".tif")
|
1007 |
+
)
|
1008 |
+
Image.fromarray(img).save(output_img)
|
1009 |
+
|
1010 |
+
assert output.dtype == np.uint16
|
1011 |
+
Image.fromarray(output).save(output_lab)
|
datasets/prepare_ade20k_sem_seg.py
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
|
4 |
+
import os
|
5 |
+
from pathlib import Path
|
6 |
+
|
7 |
+
import numpy as np
|
8 |
+
import tqdm
|
9 |
+
from PIL import Image
|
10 |
+
|
11 |
+
|
12 |
+
def convert(input, output, index=None):
|
13 |
+
img = np.asarray(Image.open(input))
|
14 |
+
assert img.dtype == np.uint8
|
15 |
+
img = img - 1 # 0 (ignore) becomes 255. others are shifted by 1
|
16 |
+
if index is not None:
|
17 |
+
mapping = {i: k for k, i in enumerate(index)}
|
18 |
+
img = np.vectorize(lambda x: mapping[x] if x in mapping else 255)(
|
19 |
+
img.astype(np.float)
|
20 |
+
).astype(np.uint8)
|
21 |
+
Image.fromarray(img).save(output)
|
22 |
+
|
23 |
+
|
24 |
+
if __name__ == "__main__":
|
25 |
+
dataset_dir = (
|
26 |
+
Path(os.getenv("DETECTRON2_DATASETS", "datasets")) / "ADEChallengeData2016"
|
27 |
+
)
|
28 |
+
print('Caution: we only generate the validation set!')
|
29 |
+
for name in ["validation"]:
|
30 |
+
annotation_dir = dataset_dir / "annotations" / name
|
31 |
+
output_dir = dataset_dir / "annotations_detectron2" / name
|
32 |
+
output_dir.mkdir(parents=True, exist_ok=True)
|
33 |
+
for file in tqdm.tqdm(list(annotation_dir.iterdir())):
|
34 |
+
output_file = output_dir / file.name
|
35 |
+
convert(file, output_file)
|
datasets/prepare_coco_stuff_sem_seg.py
ADDED
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
# Modified by Feng Liang from
|
4 |
+
# https://github.com/MendelXu/zsseg.baseline/blob/master/datasets/prepare_coco_stuff_164k_sem_seg.py
|
5 |
+
|
6 |
+
import os
|
7 |
+
import os.path as osp
|
8 |
+
from pathlib import Path
|
9 |
+
import tqdm
|
10 |
+
from glob import glob
|
11 |
+
|
12 |
+
import numpy as np
|
13 |
+
from PIL import Image
|
14 |
+
|
15 |
+
|
16 |
+
full_clsID_to_trID = {
|
17 |
+
0: 0,
|
18 |
+
1: 1,
|
19 |
+
2: 2,
|
20 |
+
3: 3,
|
21 |
+
4: 4,
|
22 |
+
5: 5,
|
23 |
+
6: 6,
|
24 |
+
7: 7,
|
25 |
+
8: 8,
|
26 |
+
9: 9,
|
27 |
+
10: 10,
|
28 |
+
12: 11,
|
29 |
+
13: 12,
|
30 |
+
14: 13,
|
31 |
+
15: 14,
|
32 |
+
16: 15,
|
33 |
+
17: 16,
|
34 |
+
18: 17,
|
35 |
+
19: 18,
|
36 |
+
20: 19,
|
37 |
+
21: 20,
|
38 |
+
22: 21,
|
39 |
+
23: 22,
|
40 |
+
24: 23,
|
41 |
+
26: 24,
|
42 |
+
27: 25,
|
43 |
+
30: 26,
|
44 |
+
31: 27,
|
45 |
+
32: 28,
|
46 |
+
33: 29,
|
47 |
+
34: 30,
|
48 |
+
35: 31,
|
49 |
+
36: 32,
|
50 |
+
37: 33,
|
51 |
+
38: 34,
|
52 |
+
39: 35,
|
53 |
+
40: 36,
|
54 |
+
41: 37,
|
55 |
+
42: 38,
|
56 |
+
43: 39,
|
57 |
+
45: 40,
|
58 |
+
46: 41,
|
59 |
+
47: 42,
|
60 |
+
48: 43,
|
61 |
+
49: 44,
|
62 |
+
50: 45,
|
63 |
+
51: 46,
|
64 |
+
52: 47,
|
65 |
+
53: 48,
|
66 |
+
54: 49,
|
67 |
+
55: 50,
|
68 |
+
56: 51,
|
69 |
+
57: 52,
|
70 |
+
58: 53,
|
71 |
+
59: 54,
|
72 |
+
60: 55,
|
73 |
+
61: 56,
|
74 |
+
62: 57,
|
75 |
+
63: 58,
|
76 |
+
64: 59,
|
77 |
+
66: 60,
|
78 |
+
69: 61,
|
79 |
+
71: 62,
|
80 |
+
72: 63,
|
81 |
+
73: 64,
|
82 |
+
74: 65,
|
83 |
+
75: 66,
|
84 |
+
76: 67,
|
85 |
+
77: 68,
|
86 |
+
78: 69,
|
87 |
+
79: 70,
|
88 |
+
80: 71,
|
89 |
+
81: 72,
|
90 |
+
83: 73,
|
91 |
+
84: 74,
|
92 |
+
85: 75,
|
93 |
+
86: 76,
|
94 |
+
87: 77,
|
95 |
+
88: 78,
|
96 |
+
89: 79,
|
97 |
+
91: 80,
|
98 |
+
92: 81,
|
99 |
+
93: 82,
|
100 |
+
94: 83,
|
101 |
+
95: 84,
|
102 |
+
96: 85,
|
103 |
+
97: 86,
|
104 |
+
98: 87,
|
105 |
+
99: 88,
|
106 |
+
100: 89,
|
107 |
+
101: 90,
|
108 |
+
102: 91,
|
109 |
+
103: 92,
|
110 |
+
104: 93,
|
111 |
+
105: 94,
|
112 |
+
106: 95,
|
113 |
+
107: 96,
|
114 |
+
108: 97,
|
115 |
+
109: 98,
|
116 |
+
110: 99,
|
117 |
+
111: 100,
|
118 |
+
112: 101,
|
119 |
+
113: 102,
|
120 |
+
114: 103,
|
121 |
+
115: 104,
|
122 |
+
116: 105,
|
123 |
+
117: 106,
|
124 |
+
118: 107,
|
125 |
+
119: 108,
|
126 |
+
120: 109,
|
127 |
+
121: 110,
|
128 |
+
122: 111,
|
129 |
+
123: 112,
|
130 |
+
124: 113,
|
131 |
+
125: 114,
|
132 |
+
126: 115,
|
133 |
+
127: 116,
|
134 |
+
128: 117,
|
135 |
+
129: 118,
|
136 |
+
130: 119,
|
137 |
+
131: 120,
|
138 |
+
132: 121,
|
139 |
+
133: 122,
|
140 |
+
134: 123,
|
141 |
+
135: 124,
|
142 |
+
136: 125,
|
143 |
+
137: 126,
|
144 |
+
138: 127,
|
145 |
+
139: 128,
|
146 |
+
140: 129,
|
147 |
+
141: 130,
|
148 |
+
142: 131,
|
149 |
+
143: 132,
|
150 |
+
144: 133,
|
151 |
+
145: 134,
|
152 |
+
146: 135,
|
153 |
+
147: 136,
|
154 |
+
148: 137,
|
155 |
+
149: 138,
|
156 |
+
150: 139,
|
157 |
+
151: 140,
|
158 |
+
152: 141,
|
159 |
+
153: 142,
|
160 |
+
154: 143,
|
161 |
+
155: 144,
|
162 |
+
156: 145,
|
163 |
+
157: 146,
|
164 |
+
158: 147,
|
165 |
+
159: 148,
|
166 |
+
160: 149,
|
167 |
+
161: 150,
|
168 |
+
162: 151,
|
169 |
+
163: 152,
|
170 |
+
164: 153,
|
171 |
+
165: 154,
|
172 |
+
166: 155,
|
173 |
+
167: 156,
|
174 |
+
168: 157,
|
175 |
+
169: 158,
|
176 |
+
170: 159,
|
177 |
+
171: 160,
|
178 |
+
172: 161,
|
179 |
+
173: 162,
|
180 |
+
174: 163,
|
181 |
+
175: 164,
|
182 |
+
176: 165,
|
183 |
+
177: 166,
|
184 |
+
178: 167,
|
185 |
+
179: 168,
|
186 |
+
180: 169,
|
187 |
+
181: 170,
|
188 |
+
255: 255,
|
189 |
+
}
|
190 |
+
|
191 |
+
def convert_to_trainID(
|
192 |
+
maskpath, out_mask_dir, is_train, clsID_to_trID=full_clsID_to_trID, suffix=""
|
193 |
+
):
|
194 |
+
mask = np.array(Image.open(maskpath))
|
195 |
+
mask_copy = np.ones_like(mask, dtype=np.uint8) * 255
|
196 |
+
for clsID, trID in clsID_to_trID.items():
|
197 |
+
mask_copy[mask == clsID] = trID
|
198 |
+
seg_filename = (
|
199 |
+
osp.join(out_mask_dir, "train2017" + suffix, osp.basename(maskpath))
|
200 |
+
if is_train
|
201 |
+
else osp.join(out_mask_dir, "val2017" + suffix, osp.basename(maskpath))
|
202 |
+
)
|
203 |
+
if len(np.unique(mask_copy)) == 1 and np.unique(mask_copy)[0] == 255:
|
204 |
+
return
|
205 |
+
Image.fromarray(mask_copy).save(seg_filename, "PNG")
|
206 |
+
|
207 |
+
|
208 |
+
|
209 |
+
if __name__ == "__main__":
|
210 |
+
dataset_dir = Path(os.getenv("DETECTRON2_DATASETS", "datasets"))
|
211 |
+
print('Caution: we only generate the training set!')
|
212 |
+
coco_path = dataset_dir / "coco"
|
213 |
+
mask_dir = coco_path / "stuffthingmaps"
|
214 |
+
out_mask_dir = coco_path / "stuffthingmaps_detectron2"
|
215 |
+
for name in ["train2017"]:
|
216 |
+
os.makedirs((out_mask_dir / name), exist_ok=True)
|
217 |
+
train_list = glob(osp.join(mask_dir, "train2017", "*.png"))
|
218 |
+
for file in tqdm.tqdm(train_list):
|
219 |
+
convert_to_trainID(file, out_mask_dir, is_train=True)
|
datasets/prepare_pascal_context.py
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
|
4 |
+
import tqdm
|
5 |
+
import os
|
6 |
+
import os.path as osp
|
7 |
+
from pathlib import Path
|
8 |
+
|
9 |
+
import numpy as np
|
10 |
+
from PIL import Image
|
11 |
+
import scipy.io
|
12 |
+
|
13 |
+
def convert_pc59(mask_path, new_mask_path, pc59_dict):
|
14 |
+
mat = scipy.io.loadmat(mask_path)
|
15 |
+
mask = mat['LabelMap']
|
16 |
+
|
17 |
+
mask_copy = np.ones_like(mask, dtype=np.uint8) * 255
|
18 |
+
for trID, clsID in pc59_dict.items():
|
19 |
+
mask_copy[mask == clsID] = trID
|
20 |
+
|
21 |
+
min_value = np.amin(mask_copy)
|
22 |
+
assert min_value >= 0, print(min_value)
|
23 |
+
Image.fromarray(mask_copy).save(new_mask_path, "PNG")
|
24 |
+
|
25 |
+
def convert_pc459(mask_path, new_mask_path):
|
26 |
+
mat = scipy.io.loadmat(mask_path)
|
27 |
+
mask = mat['LabelMap']
|
28 |
+
mask = mask - 1
|
29 |
+
min_value = np.amin(mask)
|
30 |
+
assert min_value >= 0, print(min_value)
|
31 |
+
Image.fromarray(mask).save(new_mask_path, "TIFF")
|
32 |
+
|
33 |
+
|
34 |
+
if __name__ == "__main__":
|
35 |
+
dataset_dir = Path(os.getenv("DETECTRON2_DATASETS", "datasets"))
|
36 |
+
print('Caution: we only generate the validation set!')
|
37 |
+
pc_path = dataset_dir / "VOCdevkit/VOC2010"
|
38 |
+
|
39 |
+
val_list = open(pc_path / "pascalcontext_val.txt", "r")
|
40 |
+
pc459_labels = open(pc_path / "labels.txt", "r")
|
41 |
+
pc59_labels = open(pc_path / "59_labels.txt", "r")
|
42 |
+
|
43 |
+
pc459_dict = {}
|
44 |
+
for line in pc459_labels.readlines():
|
45 |
+
if ':' in line:
|
46 |
+
idx, name = line.split(':')
|
47 |
+
idx = int(idx.strip())
|
48 |
+
name = name.strip()
|
49 |
+
pc459_dict[name] = idx
|
50 |
+
|
51 |
+
pc59_dict = {}
|
52 |
+
for i, line in enumerate(pc59_labels.readlines()):
|
53 |
+
name = line.split(':')[-1].strip()
|
54 |
+
if name is not '':
|
55 |
+
pc59_dict[i] = pc459_dict[name]
|
56 |
+
|
57 |
+
pc459_dir = pc_path / "annotations_detectron2" / "pc459_val"
|
58 |
+
pc459_dir.mkdir(parents=True, exist_ok=True)
|
59 |
+
pc59_dir = pc_path / "annotations_detectron2" / "pc59_val"
|
60 |
+
pc59_dir.mkdir(parents=True, exist_ok=True)
|
61 |
+
|
62 |
+
for line in tqdm.tqdm(val_list.readlines()):
|
63 |
+
fileid = line.strip()
|
64 |
+
ori_mask = f'{pc_path}/trainval/{fileid}.mat'
|
65 |
+
pc459_dst = f'{pc459_dir}/{fileid}.tif'
|
66 |
+
pc59_dst = f'{pc59_dir}/{fileid}.png'
|
67 |
+
if osp.exists(ori_mask):
|
68 |
+
convert_pc459(ori_mask, pc459_dst)
|
69 |
+
convert_pc59(ori_mask, pc59_dst, pc59_dict)
|
datasets/prepare_voc_sem_seg.py
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) Facebook, Inc. and its affiliates.
|
2 |
+
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
|
3 |
+
# Modified by Feng Liang from https://github.com/MendelXu/zsseg.baseline/blob/master/datasets/prepare_voc_sem_seg.py
|
4 |
+
|
5 |
+
import os
|
6 |
+
import os.path as osp
|
7 |
+
from pathlib import Path
|
8 |
+
import tqdm
|
9 |
+
|
10 |
+
import numpy as np
|
11 |
+
from PIL import Image
|
12 |
+
|
13 |
+
|
14 |
+
clsID_to_trID = {
|
15 |
+
0: 255,
|
16 |
+
1: 0,
|
17 |
+
2: 1,
|
18 |
+
3: 2,
|
19 |
+
4: 3,
|
20 |
+
5: 4,
|
21 |
+
6: 5,
|
22 |
+
7: 6,
|
23 |
+
8: 7,
|
24 |
+
9: 8,
|
25 |
+
10: 9,
|
26 |
+
11: 10,
|
27 |
+
12: 11,
|
28 |
+
13: 12,
|
29 |
+
14: 13,
|
30 |
+
15: 14,
|
31 |
+
16: 15,
|
32 |
+
17: 16,
|
33 |
+
18: 17,
|
34 |
+
19: 18,
|
35 |
+
20: 19,
|
36 |
+
255: 255,
|
37 |
+
}
|
38 |
+
|
39 |
+
def convert_to_trainID(
|
40 |
+
maskpath, out_mask_dir, is_train, clsID_to_trID=clsID_to_trID, suffix=""
|
41 |
+
):
|
42 |
+
mask = np.array(Image.open(maskpath))
|
43 |
+
mask_copy = np.ones_like(mask, dtype=np.uint8) * 255
|
44 |
+
for clsID, trID in clsID_to_trID.items():
|
45 |
+
mask_copy[mask == clsID] = trID
|
46 |
+
seg_filename = (
|
47 |
+
osp.join(out_mask_dir, "train" + suffix, osp.basename(maskpath))
|
48 |
+
if is_train
|
49 |
+
else osp.join(out_mask_dir, "val" + suffix, osp.basename(maskpath))
|
50 |
+
)
|
51 |
+
if len(np.unique(mask_copy)) == 1 and np.unique(mask_copy)[0] == 255:
|
52 |
+
return
|
53 |
+
Image.fromarray(mask_copy).save(seg_filename, "PNG")
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
if __name__ == "__main__":
|
58 |
+
dataset_dir = Path(os.getenv("DETECTRON2_DATASETS", "datasets"))
|
59 |
+
print('Caution: we only generate the validation set!')
|
60 |
+
voc_path = dataset_dir / "VOCdevkit" / "VOC2012"
|
61 |
+
out_mask_dir = voc_path / "annotations_detectron2"
|
62 |
+
out_image_dir = voc_path / "images_detectron2"
|
63 |
+
for name in ["val"]:
|
64 |
+
os.makedirs((out_mask_dir / name), exist_ok=True)
|
65 |
+
os.makedirs((out_image_dir / name), exist_ok=True)
|
66 |
+
val_list = [
|
67 |
+
osp.join(voc_path, "SegmentationClassAug", f + ".png")
|
68 |
+
for f in np.loadtxt(osp.join(voc_path, "ImageSets/Segmentation/val.txt"), dtype=np.str).tolist()
|
69 |
+
]
|
70 |
+
for file in tqdm.tqdm(val_list):
|
71 |
+
convert_to_trainID(file, out_mask_dir, is_train=False)
|
datasets/scannet_preprocess/meta_data/classes_ObjClassification-ShapeNetCore55.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1 trash
|
2 |
+
3 basket
|
3 |
+
4 bathtub
|
4 |
+
5 bed
|
5 |
+
9 shelf
|
6 |
+
13 cabinet
|
7 |
+
18 chair
|
8 |
+
20 keyboard
|
9 |
+
22 tv
|
10 |
+
30 lamp
|
11 |
+
31 laptop
|
12 |
+
35 microwave
|
13 |
+
39 pillow
|
14 |
+
42 printer
|
15 |
+
47 sofa
|
16 |
+
48 stove
|
17 |
+
49 table
|
datasets/scannet_preprocess/meta_data/classes_SemVoxLabel-nyu40id.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1 wall
|
2 |
+
2 floor
|
3 |
+
3 cabinet
|
4 |
+
4 bed
|
5 |
+
5 chair
|
6 |
+
6 sofa
|
7 |
+
7 table
|
8 |
+
8 door
|
9 |
+
9 window
|
10 |
+
10 bookshelf
|
11 |
+
11 picture
|
12 |
+
12 counter
|
13 |
+
14 desk
|
14 |
+
16 curtain
|
15 |
+
24 refridgerator
|
16 |
+
28 shower curtain
|
17 |
+
33 toilet
|
18 |
+
34 sink
|
19 |
+
36 bathtub
|
20 |
+
39 otherfurniture
|
datasets/scannet_preprocess/meta_data/scannet200_constants.py
ADDED
@@ -0,0 +1,295 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ScanNet Benchmark constants
|
2 |
+
VALID_CLASS_IDS_20 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 24, 28, 33, 34, 36, 39)
|
3 |
+
|
4 |
+
CLASS_LABELS_20 = ('wall', 'floor', 'cabinet', 'bed', 'chair', 'sofa', 'table', 'door', 'window',
|
5 |
+
'bookshelf', 'picture', 'counter', 'desk', 'curtain', 'refrigerator',
|
6 |
+
'shower curtain', 'toilet', 'sink', 'bathtub', 'otherfurniture')
|
7 |
+
|
8 |
+
SCANNET_COLOR_MAP_20 = {
|
9 |
+
0: (0., 0., 0.),
|
10 |
+
1: (174., 199., 232.),
|
11 |
+
2: (152., 223., 138.),
|
12 |
+
3: (31., 119., 180.),
|
13 |
+
4: (255., 187., 120.),
|
14 |
+
5: (188., 189., 34.),
|
15 |
+
6: (140., 86., 75.),
|
16 |
+
7: (255., 152., 150.),
|
17 |
+
8: (214., 39., 40.),
|
18 |
+
9: (197., 176., 213.),
|
19 |
+
10: (148., 103., 189.),
|
20 |
+
11: (196., 156., 148.),
|
21 |
+
12: (23., 190., 207.),
|
22 |
+
14: (247., 182., 210.),
|
23 |
+
15: (66., 188., 102.),
|
24 |
+
16: (219., 219., 141.),
|
25 |
+
17: (140., 57., 197.),
|
26 |
+
18: (202., 185., 52.),
|
27 |
+
19: (51., 176., 203.),
|
28 |
+
20: (200., 54., 131.),
|
29 |
+
21: (92., 193., 61.),
|
30 |
+
22: (78., 71., 183.),
|
31 |
+
23: (172., 114., 82.),
|
32 |
+
24: (255., 127., 14.),
|
33 |
+
25: (91., 163., 138.),
|
34 |
+
26: (153., 98., 156.),
|
35 |
+
27: (140., 153., 101.),
|
36 |
+
28: (158., 218., 229.),
|
37 |
+
29: (100., 125., 154.),
|
38 |
+
30: (178., 127., 135.),
|
39 |
+
32: (146., 111., 194.),
|
40 |
+
33: (44., 160., 44.),
|
41 |
+
34: (112., 128., 144.),
|
42 |
+
35: (96., 207., 209.),
|
43 |
+
36: (227., 119., 194.),
|
44 |
+
37: (213., 92., 176.),
|
45 |
+
38: (94., 106., 211.),
|
46 |
+
39: (82., 84., 163.),
|
47 |
+
40: (100., 85., 144.),
|
48 |
+
}
|
49 |
+
|
50 |
+
# ScanNet200 Benchmark constants
|
51 |
+
VALID_CLASS_IDS_200 = (
|
52 |
+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35,
|
53 |
+
36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69,
|
54 |
+
70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 84, 86, 87, 88, 89, 90, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103,
|
55 |
+
104, 105, 106, 107, 110, 112, 115, 116, 118, 120, 121, 122, 125, 128, 130, 131, 132, 134, 136, 138, 139, 140, 141,
|
56 |
+
145, 148, 154, 155, 156, 157, 159, 161, 163, 165, 166, 168, 169, 170, 177, 180, 185, 188, 191, 193, 195, 202, 208,
|
57 |
+
213, 214, 221, 229, 230, 232, 233, 242, 250, 261, 264, 276, 283, 286, 300, 304, 312, 323, 325, 331, 342, 356, 370,
|
58 |
+
392, 395, 399, 408, 417, 488, 540, 562, 570, 572, 581, 609, 748, 776, 1156, 1163, 1164, 1165, 1166, 1167, 1168,
|
59 |
+
1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188,
|
60 |
+
1189, 1190, 1191)
|
61 |
+
|
62 |
+
CLASS_LABELS_200 = (
|
63 |
+
'wall', 'chair', 'floor', 'table', 'door', 'couch', 'cabinet', 'shelf', 'desk', 'office chair', 'bed', 'pillow',
|
64 |
+
'sink', 'picture', 'window', 'toilet', 'bookshelf', 'monitor', 'curtain', 'book', 'armchair', 'coffee table', 'box',
|
65 |
+
'refrigerator', 'lamp', 'kitchen cabinet', 'towel', 'clothes', 'tv', 'nightstand', 'counter', 'dresser', 'stool',
|
66 |
+
'cushion', 'plant', 'ceiling', 'bathtub', 'end table', 'dining table', 'keyboard', 'bag', 'backpack',
|
67 |
+
'toilet paper', 'printer', 'tv stand', 'whiteboard', 'blanket', 'shower curtain', 'trash can', 'closet', 'stairs',
|
68 |
+
'microwave', 'stove', 'shoe', 'computer tower', 'bottle', 'bin', 'ottoman', 'bench', 'board', 'washing machine',
|
69 |
+
'mirror', 'copier', 'basket', 'sofa chair', 'file cabinet', 'fan', 'laptop', 'shower', 'paper', 'person',
|
70 |
+
'paper towel dispenser', 'oven', 'blinds', 'rack', 'plate', 'blackboard', 'piano', 'suitcase', 'rail', 'radiator',
|
71 |
+
'recycling bin', 'container', 'wardrobe', 'soap dispenser', 'telephone', 'bucket', 'clock', 'stand', 'light',
|
72 |
+
'laundry basket', 'pipe', 'clothes dryer', 'guitar', 'toilet paper holder', 'seat', 'speaker', 'column', 'bicycle',
|
73 |
+
'ladder', 'bathroom stall', 'shower wall', 'cup', 'jacket', 'storage bin', 'coffee maker', 'dishwasher',
|
74 |
+
'paper towel roll', 'machine', 'mat', 'windowsill', 'bar', 'toaster', 'bulletin board', 'ironing board',
|
75 |
+
'fireplace', 'soap dish', 'kitchen counter', 'doorframe', 'toilet paper dispenser', 'mini fridge',
|
76 |
+
'fire extinguisher', 'ball', 'hat', 'shower curtain rod', 'water cooler', 'paper cutter', 'tray', 'shower door',
|
77 |
+
'pillar', 'ledge', 'toaster oven', 'mouse', 'toilet seat cover dispenser', 'furniture', 'cart', 'storage container',
|
78 |
+
'scale', 'tissue box', 'light switch', 'crate', 'power outlet', 'decoration', 'sign', 'projector', 'closet door',
|
79 |
+
'vacuum cleaner', 'candle', 'plunger', 'stuffed animal', 'headphones', 'dish rack', 'broom', 'guitar case',
|
80 |
+
'range hood', 'dustpan', 'hair dryer', 'water bottle', 'handicap bar', 'purse', 'vent', 'shower floor',
|
81 |
+
'water pitcher', 'mailbox', 'bowl', 'paper bag', 'alarm clock', 'music stand', 'projector screen', 'divider',
|
82 |
+
'laundry detergent', 'bathroom counter', 'object', 'bathroom vanity', 'closet wall', 'laundry hamper',
|
83 |
+
'bathroom stall door', 'ceiling light', 'trash bin', 'dumbbell', 'stair rail', 'tube', 'bathroom cabinet',
|
84 |
+
'cd case', 'closet rod', 'coffee kettle', 'structure', 'shower head', 'keyboard piano', 'case of water bottles',
|
85 |
+
'coat rack', 'storage organizer', 'folded chair', 'fire alarm', 'power strip', 'calendar', 'poster', 'potted plant',
|
86 |
+
'luggage', 'mattress')
|
87 |
+
|
88 |
+
SCANNET_COLOR_MAP_200 = {
|
89 |
+
0: (0., 0., 0.),
|
90 |
+
1: (174., 199., 232.),
|
91 |
+
2: (188., 189., 34.),
|
92 |
+
3: (152., 223., 138.),
|
93 |
+
4: (255., 152., 150.),
|
94 |
+
5: (214., 39., 40.),
|
95 |
+
6: (91., 135., 229.),
|
96 |
+
7: (31., 119., 180.),
|
97 |
+
8: (229., 91., 104.),
|
98 |
+
9: (247., 182., 210.),
|
99 |
+
10: (91., 229., 110.),
|
100 |
+
11: (255., 187., 120.),
|
101 |
+
13: (141., 91., 229.),
|
102 |
+
14: (112., 128., 144.),
|
103 |
+
15: (196., 156., 148.),
|
104 |
+
16: (197., 176., 213.),
|
105 |
+
17: (44., 160., 44.),
|
106 |
+
18: (148., 103., 189.),
|
107 |
+
19: (229., 91., 223.),
|
108 |
+
21: (219., 219., 141.),
|
109 |
+
22: (192., 229., 91.),
|
110 |
+
23: (88., 218., 137.),
|
111 |
+
24: (58., 98., 137.),
|
112 |
+
26: (177., 82., 239.),
|
113 |
+
27: (255., 127., 14.),
|
114 |
+
28: (237., 204., 37.),
|
115 |
+
29: (41., 206., 32.),
|
116 |
+
31: (62., 143., 148.),
|
117 |
+
32: (34., 14., 130.),
|
118 |
+
33: (143., 45., 115.),
|
119 |
+
34: (137., 63., 14.),
|
120 |
+
35: (23., 190., 207.),
|
121 |
+
36: (16., 212., 139.),
|
122 |
+
38: (90., 119., 201.),
|
123 |
+
39: (125., 30., 141.),
|
124 |
+
40: (150., 53., 56.),
|
125 |
+
41: (186., 197., 62.),
|
126 |
+
42: (227., 119., 194.),
|
127 |
+
44: (38., 100., 128.),
|
128 |
+
45: (120., 31., 243.),
|
129 |
+
46: (154., 59., 103.),
|
130 |
+
47: (169., 137., 78.),
|
131 |
+
48: (143., 245., 111.),
|
132 |
+
49: (37., 230., 205.),
|
133 |
+
50: (14., 16., 155.),
|
134 |
+
51: (196., 51., 182.),
|
135 |
+
52: (237., 80., 38.),
|
136 |
+
54: (138., 175., 62.),
|
137 |
+
55: (158., 218., 229.),
|
138 |
+
56: (38., 96., 167.),
|
139 |
+
57: (190., 77., 246.),
|
140 |
+
58: (208., 49., 84.),
|
141 |
+
59: (208., 193., 72.),
|
142 |
+
62: (55., 220., 57.),
|
143 |
+
63: (10., 125., 140.),
|
144 |
+
64: (76., 38., 202.),
|
145 |
+
65: (191., 28., 135.),
|
146 |
+
66: (211., 120., 42.),
|
147 |
+
67: (118., 174., 76.),
|
148 |
+
68: (17., 242., 171.),
|
149 |
+
69: (20., 65., 247.),
|
150 |
+
70: (208., 61., 222.),
|
151 |
+
71: (162., 62., 60.),
|
152 |
+
72: (210., 235., 62.),
|
153 |
+
73: (45., 152., 72.),
|
154 |
+
74: (35., 107., 149.),
|
155 |
+
75: (160., 89., 237.),
|
156 |
+
76: (227., 56., 125.),
|
157 |
+
77: (169., 143., 81.),
|
158 |
+
78: (42., 143., 20.),
|
159 |
+
79: (25., 160., 151.),
|
160 |
+
80: (82., 75., 227.),
|
161 |
+
82: (253., 59., 222.),
|
162 |
+
84: (240., 130., 89.),
|
163 |
+
86: (123., 172., 47.),
|
164 |
+
87: (71., 194., 133.),
|
165 |
+
88: (24., 94., 205.),
|
166 |
+
89: (134., 16., 179.),
|
167 |
+
90: (159., 32., 52.),
|
168 |
+
93: (213., 208., 88.),
|
169 |
+
95: (64., 158., 70.),
|
170 |
+
96: (18., 163., 194.),
|
171 |
+
97: (65., 29., 153.),
|
172 |
+
98: (177., 10., 109.),
|
173 |
+
99: (152., 83., 7.),
|
174 |
+
100: (83., 175., 30.),
|
175 |
+
101: (18., 199., 153.),
|
176 |
+
102: (61., 81., 208.),
|
177 |
+
103: (213., 85., 216.),
|
178 |
+
104: (170., 53., 42.),
|
179 |
+
105: (161., 192., 38.),
|
180 |
+
106: (23., 241., 91.),
|
181 |
+
107: (12., 103., 170.),
|
182 |
+
110: (151., 41., 245.),
|
183 |
+
112: (133., 51., 80.),
|
184 |
+
115: (184., 162., 91.),
|
185 |
+
116: (50., 138., 38.),
|
186 |
+
118: (31., 237., 236.),
|
187 |
+
120: (39., 19., 208.),
|
188 |
+
121: (223., 27., 180.),
|
189 |
+
122: (254., 141., 85.),
|
190 |
+
125: (97., 144., 39.),
|
191 |
+
128: (106., 231., 176.),
|
192 |
+
130: (12., 61., 162.),
|
193 |
+
131: (124., 66., 140.),
|
194 |
+
132: (137., 66., 73.),
|
195 |
+
134: (250., 253., 26.),
|
196 |
+
136: (55., 191., 73.),
|
197 |
+
138: (60., 126., 146.),
|
198 |
+
139: (153., 108., 234.),
|
199 |
+
140: (184., 58., 125.),
|
200 |
+
141: (135., 84., 14.),
|
201 |
+
145: (139., 248., 91.),
|
202 |
+
148: (53., 200., 172.),
|
203 |
+
154: (63., 69., 134.),
|
204 |
+
155: (190., 75., 186.),
|
205 |
+
156: (127., 63., 52.),
|
206 |
+
157: (141., 182., 25.),
|
207 |
+
159: (56., 144., 89.),
|
208 |
+
161: (64., 160., 250.),
|
209 |
+
163: (182., 86., 245.),
|
210 |
+
165: (139., 18., 53.),
|
211 |
+
166: (134., 120., 54.),
|
212 |
+
168: (49., 165., 42.),
|
213 |
+
169: (51., 128., 133.),
|
214 |
+
170: (44., 21., 163.),
|
215 |
+
177: (232., 93., 193.),
|
216 |
+
180: (176., 102., 54.),
|
217 |
+
185: (116., 217., 17.),
|
218 |
+
188: (54., 209., 150.),
|
219 |
+
191: (60., 99., 204.),
|
220 |
+
193: (129., 43., 144.),
|
221 |
+
195: (252., 100., 106.),
|
222 |
+
202: (187., 196., 73.),
|
223 |
+
208: (13., 158., 40.),
|
224 |
+
213: (52., 122., 152.),
|
225 |
+
214: (128., 76., 202.),
|
226 |
+
221: (187., 50., 115.),
|
227 |
+
229: (180., 141., 71.),
|
228 |
+
230: (77., 208., 35.),
|
229 |
+
232: (72., 183., 168.),
|
230 |
+
233: (97., 99., 203.),
|
231 |
+
242: (172., 22., 158.),
|
232 |
+
250: (155., 64., 40.),
|
233 |
+
261: (118., 159., 30.),
|
234 |
+
264: (69., 252., 148.),
|
235 |
+
276: (45., 103., 173.),
|
236 |
+
283: (111., 38., 149.),
|
237 |
+
286: (184., 9., 49.),
|
238 |
+
300: (188., 174., 67.),
|
239 |
+
304: (53., 206., 53.),
|
240 |
+
312: (97., 235., 252.),
|
241 |
+
323: (66., 32., 182.),
|
242 |
+
325: (236., 114., 195.),
|
243 |
+
331: (241., 154., 83.),
|
244 |
+
342: (133., 240., 52.),
|
245 |
+
356: (16., 205., 144.),
|
246 |
+
370: (75., 101., 198.),
|
247 |
+
392: (237., 95., 251.),
|
248 |
+
395: (191., 52., 49.),
|
249 |
+
399: (227., 254., 54.),
|
250 |
+
408: (49., 206., 87.),
|
251 |
+
417: (48., 113., 150.),
|
252 |
+
488: (125., 73., 182.),
|
253 |
+
540: (229., 32., 114.),
|
254 |
+
562: (158., 119., 28.),
|
255 |
+
570: (60., 205., 27.),
|
256 |
+
572: (18., 215., 201.),
|
257 |
+
581: (79., 76., 153.),
|
258 |
+
609: (134., 13., 116.),
|
259 |
+
748: (192., 97., 63.),
|
260 |
+
776: (108., 163., 18.),
|
261 |
+
1156: (95., 220., 156.),
|
262 |
+
1163: (98., 141., 208.),
|
263 |
+
1164: (144., 19., 193.),
|
264 |
+
1165: (166., 36., 57.),
|
265 |
+
1166: (212., 202., 34.),
|
266 |
+
1167: (23., 206., 34.),
|
267 |
+
1168: (91., 211., 236.),
|
268 |
+
1169: (79., 55., 137.),
|
269 |
+
1170: (182., 19., 117.),
|
270 |
+
1171: (134., 76., 14.),
|
271 |
+
1172: (87., 185., 28.),
|
272 |
+
1173: (82., 224., 187.),
|
273 |
+
1174: (92., 110., 214.),
|
274 |
+
1175: (168., 80., 171.),
|
275 |
+
1176: (197., 63., 51.),
|
276 |
+
1178: (175., 199., 77.),
|
277 |
+
1179: (62., 180., 98.),
|
278 |
+
1180: (8., 91., 150.),
|
279 |
+
1181: (77., 15., 130.),
|
280 |
+
1182: (154., 65., 96.),
|
281 |
+
1183: (197., 152., 11.),
|
282 |
+
1184: (59., 155., 45.),
|
283 |
+
1185: (12., 147., 145.),
|
284 |
+
1186: (54., 35., 219.),
|
285 |
+
1187: (210., 73., 181.),
|
286 |
+
1188: (221., 124., 77.),
|
287 |
+
1189: (149., 214., 66.),
|
288 |
+
1190: (72., 185., 134.),
|
289 |
+
1191: (42., 94., 198.),
|
290 |
+
}
|
291 |
+
|
292 |
+
# For instance segmentation the non-object categories
|
293 |
+
VALID_PANOPTIC_IDS = (1, 3)
|
294 |
+
|
295 |
+
CLASS_LABELS_PANOPTIC = ('wall', 'floor')
|
datasets/scannet_preprocess/meta_data/scannet200_splits.py
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file contains the HEAD - COMMON - TAIL split category ids for ScanNet 200
|
2 |
+
|
3 |
+
HEAD_CATS_SCANNET_200 = ['tv stand', 'curtain', 'blinds', 'shower curtain', 'bookshelf', 'tv', 'kitchen cabinet', 'pillow', 'lamp', 'dresser', 'monitor', 'object', 'ceiling', 'board', 'stove', 'closet wall', 'couch', 'office chair', 'kitchen counter', 'shower', 'closet', 'doorframe', 'sofa chair', 'mailbox', 'nightstand', 'washing machine', 'picture', 'book', 'sink', 'recycling bin', 'table', 'backpack', 'shower wall', 'toilet', 'copier', 'counter', 'stool', 'refrigerator', 'window', 'file cabinet', 'chair', 'wall', 'plant', 'coffee table', 'stairs', 'armchair', 'cabinet', 'bathroom vanity', 'bathroom stall', 'mirror', 'blackboard', 'trash can', 'stair rail', 'box', 'towel', 'door', 'clothes', 'whiteboard', 'bed', 'floor', 'bathtub', 'desk', 'wardrobe', 'clothes dryer', 'radiator', 'shelf']
|
4 |
+
COMMON_CATS_SCANNET_200 = ["cushion", "end table", "dining table", "keyboard", "bag", "toilet paper", "printer", "blanket", "microwave", "shoe", "computer tower", "bottle", "bin", "ottoman", "bench", "basket", "fan", "laptop", "person", "paper towel dispenser", "oven", "rack", "piano", "suitcase", "rail", "container", "telephone", "stand", "light", "laundry basket", "pipe", "seat", "column", "bicycle", "ladder", "jacket", "storage bin", "coffee maker", "dishwasher", "machine", "mat", "windowsill", "bulletin board", "fireplace", "mini fridge", "water cooler", "shower door", "pillar", "ledge", "furniture", "cart", "decoration", "closet door", "vacuum cleaner", "dish rack", "range hood", "projector screen", "divider", "bathroom counter", "laundry hamper", "bathroom stall door", "ceiling light", "trash bin", "bathroom cabinet", "structure", "storage organizer", "potted plant", "mattress"]
|
5 |
+
TAIL_CATS_SCANNET_200 = ["paper", "plate", "soap dispenser", "bucket", "clock", "guitar", "toilet paper holder", "speaker", "cup", "paper towel roll", "bar", "toaster", "ironing board", "soap dish", "toilet paper dispenser", "fire extinguisher", "ball", "hat", "shower curtain rod", "paper cutter", "tray", "toaster oven", "mouse", "toilet seat cover dispenser", "storage container", "scale", "tissue box", "light switch", "crate", "power outlet", "sign", "projector", "candle", "plunger", "stuffed animal", "headphones", "broom", "guitar case", "dustpan", "hair dryer", "water bottle", "handicap bar", "purse", "vent", "shower floor", "water pitcher", "bowl", "paper bag", "alarm clock", "music stand", "laundry detergent", "dumbbell", "tube", "cd case", "closet rod", "coffee kettle", "shower head", "keyboard piano", "case of water bottles", "coat rack", "folded chair", "fire alarm", "power strip", "calendar", "poster", "luggage"]
|
6 |
+
|
7 |
+
|
8 |
+
# Given the different size of the official train and val sets, not all ScanNet200 categories are present in the validation set.
|
9 |
+
# Here we list of categories with labels and IDs present in both train and validation set, and the remaining categories those are present in train, but not in val
|
10 |
+
# We dont evaluate on unseen validation categories in this benchmark
|
11 |
+
|
12 |
+
VALID_CLASS_IDS_200_VALIDATION = ('wall', 'chair', 'floor', 'table', 'door', 'couch', 'cabinet', 'shelf', 'desk', 'office chair', 'bed', 'pillow', 'sink', 'picture', 'window', 'toilet', 'bookshelf', 'monitor', 'curtain', 'book', 'armchair', 'coffee table', 'box', 'refrigerator', 'lamp', 'kitchen cabinet', 'towel', 'clothes', 'tv', 'nightstand', 'counter', 'dresser', 'stool', 'cushion', 'plant', 'ceiling', 'bathtub', 'end table', 'dining table', 'keyboard', 'bag', 'backpack', 'toilet paper', 'printer', 'tv stand', 'whiteboard', 'blanket', 'shower curtain', 'trash can', 'closet', 'stairs', 'microwave', 'stove', 'shoe', 'computer tower', 'bottle', 'bin', 'ottoman', 'bench', 'board', 'washing machine', 'mirror', 'copier', 'basket', 'sofa chair', 'file cabinet', 'fan', 'laptop', 'shower', 'paper', 'person', 'paper towel dispenser', 'oven', 'blinds', 'rack', 'plate', 'blackboard', 'piano', 'suitcase', 'rail', 'radiator', 'recycling bin', 'container', 'wardrobe', 'soap dispenser', 'telephone', 'bucket', 'clock', 'stand', 'light', 'laundry basket', 'pipe', 'clothes dryer', 'guitar', 'toilet paper holder', 'seat', 'speaker', 'column', 'ladder', 'bathroom stall', 'shower wall', 'cup', 'jacket', 'storage bin', 'coffee maker', 'dishwasher', 'paper towel roll', 'machine', 'mat', 'windowsill', 'bar', 'toaster', 'bulletin board', 'ironing board', 'fireplace', 'soap dish', 'kitchen counter', 'doorframe', 'toilet paper dispenser', 'mini fridge', 'fire extinguisher', 'ball', 'hat', 'shower curtain rod', 'water cooler', 'paper cutter', 'tray', 'shower door', 'pillar', 'ledge', 'toaster oven', 'mouse', 'toilet seat cover dispenser', 'furniture', 'cart', 'scale', 'tissue box', 'light switch', 'crate', 'power outlet', 'decoration', 'sign', 'projector', 'closet door', 'vacuum cleaner', 'plunger', 'stuffed animal', 'headphones', 'dish rack', 'broom', 'range hood', 'dustpan', 'hair dryer', 'water bottle', 'handicap bar', 'vent', 'shower floor', 'water pitcher', 'mailbox', 'bowl', 'paper bag', 'projector screen', 'divider', 'laundry detergent', 'bathroom counter', 'object', 'bathroom vanity', 'closet wall', 'laundry hamper', 'bathroom stall door', 'ceiling light', 'trash bin', 'dumbbell', 'stair rail', 'tube', 'bathroom cabinet', 'closet rod', 'coffee kettle', 'shower head', 'keyboard piano', 'case of water bottles', 'coat rack', 'folded chair', 'fire alarm', 'power strip', 'calendar', 'poster', 'potted plant', 'mattress')
|
13 |
+
|
14 |
+
CLASS_LABELS_200_VALIDATION = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 84, 86, 87, 88, 89, 90, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 112, 115, 116, 118, 120, 122, 125, 128, 130, 131, 132, 134, 136, 138, 139, 140, 141, 145, 148, 154, 155, 156, 157, 159, 161, 163, 165, 166, 168, 169, 170, 177, 180, 185, 188, 191, 193, 195, 202, 208, 213, 214, 229, 230, 232, 233, 242, 250, 261, 264, 276, 283, 300, 304, 312, 323, 325, 342, 356, 370, 392, 395, 408, 417, 488, 540, 562, 570, 609, 748, 776, 1156, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1175, 1176, 1179, 1180, 1181, 1182, 1184, 1185, 1186, 1187, 1188, 1189, 1191)
|
15 |
+
|
16 |
+
VALID_CLASS_IDS_200_TRAIN_ONLY = ('bicycle', 'storage container', 'candle', 'guitar case', 'purse', 'alarm clock', 'music stand', 'cd case', 'structure', 'storage organizer', 'luggage')
|
17 |
+
|
18 |
+
CLASS_LABELS_200_TRAIN_ONLY = (121, 221, 286, 331, 399, 572, 581, 1174, 1178, 1183, 1190)
|
datasets/scannet_preprocess/meta_data/scannet_means.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df5c2bd40e8518e982c7d7b4b39020b07ac774695038bf49cb28b44e5760457e
|
3 |
+
size 676
|
datasets/scannet_preprocess/meta_data/scannetv1_test.txt
ADDED
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0568_00
|
2 |
+
scene0568_01
|
3 |
+
scene0568_02
|
4 |
+
scene0304_00
|
5 |
+
scene0488_00
|
6 |
+
scene0488_01
|
7 |
+
scene0412_00
|
8 |
+
scene0412_01
|
9 |
+
scene0217_00
|
10 |
+
scene0019_00
|
11 |
+
scene0019_01
|
12 |
+
scene0414_00
|
13 |
+
scene0575_00
|
14 |
+
scene0575_01
|
15 |
+
scene0575_02
|
16 |
+
scene0426_00
|
17 |
+
scene0426_01
|
18 |
+
scene0426_02
|
19 |
+
scene0426_03
|
20 |
+
scene0549_00
|
21 |
+
scene0549_01
|
22 |
+
scene0578_00
|
23 |
+
scene0578_01
|
24 |
+
scene0578_02
|
25 |
+
scene0665_00
|
26 |
+
scene0665_01
|
27 |
+
scene0050_00
|
28 |
+
scene0050_01
|
29 |
+
scene0050_02
|
30 |
+
scene0257_00
|
31 |
+
scene0025_00
|
32 |
+
scene0025_01
|
33 |
+
scene0025_02
|
34 |
+
scene0583_00
|
35 |
+
scene0583_01
|
36 |
+
scene0583_02
|
37 |
+
scene0701_00
|
38 |
+
scene0701_01
|
39 |
+
scene0701_02
|
40 |
+
scene0580_00
|
41 |
+
scene0580_01
|
42 |
+
scene0565_00
|
43 |
+
scene0169_00
|
44 |
+
scene0169_01
|
45 |
+
scene0655_00
|
46 |
+
scene0655_01
|
47 |
+
scene0655_02
|
48 |
+
scene0063_00
|
49 |
+
scene0221_00
|
50 |
+
scene0221_01
|
51 |
+
scene0591_00
|
52 |
+
scene0591_01
|
53 |
+
scene0591_02
|
54 |
+
scene0678_00
|
55 |
+
scene0678_01
|
56 |
+
scene0678_02
|
57 |
+
scene0462_00
|
58 |
+
scene0427_00
|
59 |
+
scene0595_00
|
60 |
+
scene0193_00
|
61 |
+
scene0193_01
|
62 |
+
scene0164_00
|
63 |
+
scene0164_01
|
64 |
+
scene0164_02
|
65 |
+
scene0164_03
|
66 |
+
scene0598_00
|
67 |
+
scene0598_01
|
68 |
+
scene0598_02
|
69 |
+
scene0599_00
|
70 |
+
scene0599_01
|
71 |
+
scene0599_02
|
72 |
+
scene0328_00
|
73 |
+
scene0300_00
|
74 |
+
scene0300_01
|
75 |
+
scene0354_00
|
76 |
+
scene0458_00
|
77 |
+
scene0458_01
|
78 |
+
scene0423_00
|
79 |
+
scene0423_01
|
80 |
+
scene0423_02
|
81 |
+
scene0307_00
|
82 |
+
scene0307_01
|
83 |
+
scene0307_02
|
84 |
+
scene0606_00
|
85 |
+
scene0606_01
|
86 |
+
scene0606_02
|
87 |
+
scene0432_00
|
88 |
+
scene0432_01
|
89 |
+
scene0608_00
|
90 |
+
scene0608_01
|
91 |
+
scene0608_02
|
92 |
+
scene0651_00
|
93 |
+
scene0651_01
|
94 |
+
scene0651_02
|
95 |
+
scene0430_00
|
96 |
+
scene0430_01
|
97 |
+
scene0689_00
|
98 |
+
scene0357_00
|
99 |
+
scene0357_01
|
100 |
+
scene0574_00
|
101 |
+
scene0574_01
|
102 |
+
scene0574_02
|
103 |
+
scene0329_00
|
104 |
+
scene0329_01
|
105 |
+
scene0329_02
|
106 |
+
scene0153_00
|
107 |
+
scene0153_01
|
108 |
+
scene0616_00
|
109 |
+
scene0616_01
|
110 |
+
scene0671_00
|
111 |
+
scene0671_01
|
112 |
+
scene0618_00
|
113 |
+
scene0382_00
|
114 |
+
scene0382_01
|
115 |
+
scene0490_00
|
116 |
+
scene0621_00
|
117 |
+
scene0607_00
|
118 |
+
scene0607_01
|
119 |
+
scene0149_00
|
120 |
+
scene0695_00
|
121 |
+
scene0695_01
|
122 |
+
scene0695_02
|
123 |
+
scene0695_03
|
124 |
+
scene0389_00
|
125 |
+
scene0377_00
|
126 |
+
scene0377_01
|
127 |
+
scene0377_02
|
128 |
+
scene0342_00
|
129 |
+
scene0139_00
|
130 |
+
scene0629_00
|
131 |
+
scene0629_01
|
132 |
+
scene0629_02
|
133 |
+
scene0496_00
|
134 |
+
scene0633_00
|
135 |
+
scene0633_01
|
136 |
+
scene0518_00
|
137 |
+
scene0652_00
|
138 |
+
scene0406_00
|
139 |
+
scene0406_01
|
140 |
+
scene0406_02
|
141 |
+
scene0144_00
|
142 |
+
scene0144_01
|
143 |
+
scene0494_00
|
144 |
+
scene0278_00
|
145 |
+
scene0278_01
|
146 |
+
scene0316_00
|
147 |
+
scene0609_00
|
148 |
+
scene0609_01
|
149 |
+
scene0609_02
|
150 |
+
scene0609_03
|
151 |
+
scene0084_00
|
152 |
+
scene0084_01
|
153 |
+
scene0084_02
|
154 |
+
scene0696_00
|
155 |
+
scene0696_01
|
156 |
+
scene0696_02
|
157 |
+
scene0351_00
|
158 |
+
scene0351_01
|
159 |
+
scene0643_00
|
160 |
+
scene0644_00
|
161 |
+
scene0645_00
|
162 |
+
scene0645_01
|
163 |
+
scene0645_02
|
164 |
+
scene0081_00
|
165 |
+
scene0081_01
|
166 |
+
scene0081_02
|
167 |
+
scene0647_00
|
168 |
+
scene0647_01
|
169 |
+
scene0535_00
|
170 |
+
scene0353_00
|
171 |
+
scene0353_01
|
172 |
+
scene0353_02
|
173 |
+
scene0559_00
|
174 |
+
scene0559_01
|
175 |
+
scene0559_02
|
176 |
+
scene0593_00
|
177 |
+
scene0593_01
|
178 |
+
scene0246_00
|
179 |
+
scene0653_00
|
180 |
+
scene0653_01
|
181 |
+
scene0064_00
|
182 |
+
scene0064_01
|
183 |
+
scene0356_00
|
184 |
+
scene0356_01
|
185 |
+
scene0356_02
|
186 |
+
scene0030_00
|
187 |
+
scene0030_01
|
188 |
+
scene0030_02
|
189 |
+
scene0222_00
|
190 |
+
scene0222_01
|
191 |
+
scene0338_00
|
192 |
+
scene0338_01
|
193 |
+
scene0338_02
|
194 |
+
scene0378_00
|
195 |
+
scene0378_01
|
196 |
+
scene0378_02
|
197 |
+
scene0660_00
|
198 |
+
scene0553_00
|
199 |
+
scene0553_01
|
200 |
+
scene0553_02
|
201 |
+
scene0527_00
|
202 |
+
scene0663_00
|
203 |
+
scene0663_01
|
204 |
+
scene0663_02
|
205 |
+
scene0664_00
|
206 |
+
scene0664_01
|
207 |
+
scene0664_02
|
208 |
+
scene0334_00
|
209 |
+
scene0334_01
|
210 |
+
scene0334_02
|
211 |
+
scene0046_00
|
212 |
+
scene0046_01
|
213 |
+
scene0046_02
|
214 |
+
scene0203_00
|
215 |
+
scene0203_01
|
216 |
+
scene0203_02
|
217 |
+
scene0088_00
|
218 |
+
scene0088_01
|
219 |
+
scene0088_02
|
220 |
+
scene0088_03
|
221 |
+
scene0086_00
|
222 |
+
scene0086_01
|
223 |
+
scene0086_02
|
224 |
+
scene0670_00
|
225 |
+
scene0670_01
|
226 |
+
scene0256_00
|
227 |
+
scene0256_01
|
228 |
+
scene0256_02
|
229 |
+
scene0249_00
|
230 |
+
scene0441_00
|
231 |
+
scene0658_00
|
232 |
+
scene0704_00
|
233 |
+
scene0704_01
|
234 |
+
scene0187_00
|
235 |
+
scene0187_01
|
236 |
+
scene0131_00
|
237 |
+
scene0131_01
|
238 |
+
scene0131_02
|
239 |
+
scene0207_00
|
240 |
+
scene0207_01
|
241 |
+
scene0207_02
|
242 |
+
scene0461_00
|
243 |
+
scene0011_00
|
244 |
+
scene0011_01
|
245 |
+
scene0343_00
|
246 |
+
scene0251_00
|
247 |
+
scene0077_00
|
248 |
+
scene0077_01
|
249 |
+
scene0684_00
|
250 |
+
scene0684_01
|
251 |
+
scene0550_00
|
252 |
+
scene0686_00
|
253 |
+
scene0686_01
|
254 |
+
scene0686_02
|
255 |
+
scene0208_00
|
256 |
+
scene0500_00
|
257 |
+
scene0500_01
|
258 |
+
scene0552_00
|
259 |
+
scene0552_01
|
260 |
+
scene0648_00
|
261 |
+
scene0648_01
|
262 |
+
scene0435_00
|
263 |
+
scene0435_01
|
264 |
+
scene0435_02
|
265 |
+
scene0435_03
|
266 |
+
scene0690_00
|
267 |
+
scene0690_01
|
268 |
+
scene0693_00
|
269 |
+
scene0693_01
|
270 |
+
scene0693_02
|
271 |
+
scene0700_00
|
272 |
+
scene0700_01
|
273 |
+
scene0700_02
|
274 |
+
scene0699_00
|
275 |
+
scene0231_00
|
276 |
+
scene0231_01
|
277 |
+
scene0231_02
|
278 |
+
scene0697_00
|
279 |
+
scene0697_01
|
280 |
+
scene0697_02
|
281 |
+
scene0697_03
|
282 |
+
scene0474_00
|
283 |
+
scene0474_01
|
284 |
+
scene0474_02
|
285 |
+
scene0474_03
|
286 |
+
scene0474_04
|
287 |
+
scene0474_05
|
288 |
+
scene0355_00
|
289 |
+
scene0355_01
|
290 |
+
scene0146_00
|
291 |
+
scene0146_01
|
292 |
+
scene0146_02
|
293 |
+
scene0196_00
|
294 |
+
scene0702_00
|
295 |
+
scene0702_01
|
296 |
+
scene0702_02
|
297 |
+
scene0314_00
|
298 |
+
scene0277_00
|
299 |
+
scene0277_01
|
300 |
+
scene0277_02
|
301 |
+
scene0095_00
|
302 |
+
scene0095_01
|
303 |
+
scene0015_00
|
304 |
+
scene0100_00
|
305 |
+
scene0100_01
|
306 |
+
scene0100_02
|
307 |
+
scene0558_00
|
308 |
+
scene0558_01
|
309 |
+
scene0558_02
|
310 |
+
scene0685_00
|
311 |
+
scene0685_01
|
312 |
+
scene0685_02
|
datasets/scannet_preprocess/meta_data/scannetv1_train.txt
ADDED
@@ -0,0 +1,1045 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0191_00
|
2 |
+
scene0191_01
|
3 |
+
scene0191_02
|
4 |
+
scene0119_00
|
5 |
+
scene0230_00
|
6 |
+
scene0528_00
|
7 |
+
scene0528_01
|
8 |
+
scene0705_00
|
9 |
+
scene0705_01
|
10 |
+
scene0705_02
|
11 |
+
scene0415_00
|
12 |
+
scene0415_01
|
13 |
+
scene0415_02
|
14 |
+
scene0007_00
|
15 |
+
scene0141_00
|
16 |
+
scene0141_01
|
17 |
+
scene0141_02
|
18 |
+
scene0515_00
|
19 |
+
scene0515_01
|
20 |
+
scene0515_02
|
21 |
+
scene0447_00
|
22 |
+
scene0447_01
|
23 |
+
scene0447_02
|
24 |
+
scene0531_00
|
25 |
+
scene0503_00
|
26 |
+
scene0285_00
|
27 |
+
scene0069_00
|
28 |
+
scene0584_00
|
29 |
+
scene0584_01
|
30 |
+
scene0584_02
|
31 |
+
scene0581_00
|
32 |
+
scene0581_01
|
33 |
+
scene0581_02
|
34 |
+
scene0620_00
|
35 |
+
scene0620_01
|
36 |
+
scene0263_00
|
37 |
+
scene0263_01
|
38 |
+
scene0481_00
|
39 |
+
scene0481_01
|
40 |
+
scene0020_00
|
41 |
+
scene0020_01
|
42 |
+
scene0291_00
|
43 |
+
scene0291_01
|
44 |
+
scene0291_02
|
45 |
+
scene0469_00
|
46 |
+
scene0469_01
|
47 |
+
scene0469_02
|
48 |
+
scene0659_00
|
49 |
+
scene0659_01
|
50 |
+
scene0024_00
|
51 |
+
scene0024_01
|
52 |
+
scene0024_02
|
53 |
+
scene0564_00
|
54 |
+
scene0117_00
|
55 |
+
scene0027_00
|
56 |
+
scene0027_01
|
57 |
+
scene0027_02
|
58 |
+
scene0028_00
|
59 |
+
scene0330_00
|
60 |
+
scene0418_00
|
61 |
+
scene0418_01
|
62 |
+
scene0418_02
|
63 |
+
scene0233_00
|
64 |
+
scene0233_01
|
65 |
+
scene0673_00
|
66 |
+
scene0673_01
|
67 |
+
scene0673_02
|
68 |
+
scene0673_03
|
69 |
+
scene0673_04
|
70 |
+
scene0673_05
|
71 |
+
scene0585_00
|
72 |
+
scene0585_01
|
73 |
+
scene0362_00
|
74 |
+
scene0362_01
|
75 |
+
scene0362_02
|
76 |
+
scene0362_03
|
77 |
+
scene0035_00
|
78 |
+
scene0035_01
|
79 |
+
scene0358_00
|
80 |
+
scene0358_01
|
81 |
+
scene0358_02
|
82 |
+
scene0037_00
|
83 |
+
scene0194_00
|
84 |
+
scene0321_00
|
85 |
+
scene0293_00
|
86 |
+
scene0293_01
|
87 |
+
scene0623_00
|
88 |
+
scene0623_01
|
89 |
+
scene0592_00
|
90 |
+
scene0592_01
|
91 |
+
scene0569_00
|
92 |
+
scene0569_01
|
93 |
+
scene0413_00
|
94 |
+
scene0313_00
|
95 |
+
scene0313_01
|
96 |
+
scene0313_02
|
97 |
+
scene0480_00
|
98 |
+
scene0480_01
|
99 |
+
scene0401_00
|
100 |
+
scene0517_00
|
101 |
+
scene0517_01
|
102 |
+
scene0517_02
|
103 |
+
scene0032_00
|
104 |
+
scene0032_01
|
105 |
+
scene0613_00
|
106 |
+
scene0613_01
|
107 |
+
scene0613_02
|
108 |
+
scene0306_00
|
109 |
+
scene0306_01
|
110 |
+
scene0052_00
|
111 |
+
scene0052_01
|
112 |
+
scene0052_02
|
113 |
+
scene0053_00
|
114 |
+
scene0444_00
|
115 |
+
scene0444_01
|
116 |
+
scene0055_00
|
117 |
+
scene0055_01
|
118 |
+
scene0055_02
|
119 |
+
scene0560_00
|
120 |
+
scene0589_00
|
121 |
+
scene0589_01
|
122 |
+
scene0589_02
|
123 |
+
scene0610_00
|
124 |
+
scene0610_01
|
125 |
+
scene0610_02
|
126 |
+
scene0364_00
|
127 |
+
scene0364_01
|
128 |
+
scene0383_00
|
129 |
+
scene0383_01
|
130 |
+
scene0383_02
|
131 |
+
scene0006_00
|
132 |
+
scene0006_01
|
133 |
+
scene0006_02
|
134 |
+
scene0275_00
|
135 |
+
scene0451_00
|
136 |
+
scene0451_01
|
137 |
+
scene0451_02
|
138 |
+
scene0451_03
|
139 |
+
scene0451_04
|
140 |
+
scene0451_05
|
141 |
+
scene0135_00
|
142 |
+
scene0065_00
|
143 |
+
scene0065_01
|
144 |
+
scene0065_02
|
145 |
+
scene0104_00
|
146 |
+
scene0674_00
|
147 |
+
scene0674_01
|
148 |
+
scene0448_00
|
149 |
+
scene0448_01
|
150 |
+
scene0448_02
|
151 |
+
scene0502_00
|
152 |
+
scene0502_01
|
153 |
+
scene0502_02
|
154 |
+
scene0440_00
|
155 |
+
scene0440_01
|
156 |
+
scene0440_02
|
157 |
+
scene0071_00
|
158 |
+
scene0072_00
|
159 |
+
scene0072_01
|
160 |
+
scene0072_02
|
161 |
+
scene0509_00
|
162 |
+
scene0509_01
|
163 |
+
scene0509_02
|
164 |
+
scene0649_00
|
165 |
+
scene0649_01
|
166 |
+
scene0602_00
|
167 |
+
scene0694_00
|
168 |
+
scene0694_01
|
169 |
+
scene0101_00
|
170 |
+
scene0101_01
|
171 |
+
scene0101_02
|
172 |
+
scene0101_03
|
173 |
+
scene0101_04
|
174 |
+
scene0101_05
|
175 |
+
scene0218_00
|
176 |
+
scene0218_01
|
177 |
+
scene0579_00
|
178 |
+
scene0579_01
|
179 |
+
scene0579_02
|
180 |
+
scene0039_00
|
181 |
+
scene0039_01
|
182 |
+
scene0493_00
|
183 |
+
scene0493_01
|
184 |
+
scene0242_00
|
185 |
+
scene0242_01
|
186 |
+
scene0242_02
|
187 |
+
scene0083_00
|
188 |
+
scene0083_01
|
189 |
+
scene0127_00
|
190 |
+
scene0127_01
|
191 |
+
scene0662_00
|
192 |
+
scene0662_01
|
193 |
+
scene0662_02
|
194 |
+
scene0018_00
|
195 |
+
scene0087_00
|
196 |
+
scene0087_01
|
197 |
+
scene0087_02
|
198 |
+
scene0332_00
|
199 |
+
scene0332_01
|
200 |
+
scene0332_02
|
201 |
+
scene0628_00
|
202 |
+
scene0628_01
|
203 |
+
scene0628_02
|
204 |
+
scene0134_00
|
205 |
+
scene0134_01
|
206 |
+
scene0134_02
|
207 |
+
scene0238_00
|
208 |
+
scene0238_01
|
209 |
+
scene0092_00
|
210 |
+
scene0092_01
|
211 |
+
scene0092_02
|
212 |
+
scene0092_03
|
213 |
+
scene0092_04
|
214 |
+
scene0022_00
|
215 |
+
scene0022_01
|
216 |
+
scene0467_00
|
217 |
+
scene0392_00
|
218 |
+
scene0392_01
|
219 |
+
scene0392_02
|
220 |
+
scene0424_00
|
221 |
+
scene0424_01
|
222 |
+
scene0424_02
|
223 |
+
scene0646_00
|
224 |
+
scene0646_01
|
225 |
+
scene0646_02
|
226 |
+
scene0098_00
|
227 |
+
scene0098_01
|
228 |
+
scene0044_00
|
229 |
+
scene0044_01
|
230 |
+
scene0044_02
|
231 |
+
scene0510_00
|
232 |
+
scene0510_01
|
233 |
+
scene0510_02
|
234 |
+
scene0571_00
|
235 |
+
scene0571_01
|
236 |
+
scene0166_00
|
237 |
+
scene0166_01
|
238 |
+
scene0166_02
|
239 |
+
scene0563_00
|
240 |
+
scene0172_00
|
241 |
+
scene0172_01
|
242 |
+
scene0388_00
|
243 |
+
scene0388_01
|
244 |
+
scene0215_00
|
245 |
+
scene0215_01
|
246 |
+
scene0252_00
|
247 |
+
scene0287_00
|
248 |
+
scene0668_00
|
249 |
+
scene0572_00
|
250 |
+
scene0572_01
|
251 |
+
scene0572_02
|
252 |
+
scene0026_00
|
253 |
+
scene0224_00
|
254 |
+
scene0113_00
|
255 |
+
scene0113_01
|
256 |
+
scene0551_00
|
257 |
+
scene0381_00
|
258 |
+
scene0381_01
|
259 |
+
scene0381_02
|
260 |
+
scene0371_00
|
261 |
+
scene0371_01
|
262 |
+
scene0460_00
|
263 |
+
scene0118_00
|
264 |
+
scene0118_01
|
265 |
+
scene0118_02
|
266 |
+
scene0417_00
|
267 |
+
scene0008_00
|
268 |
+
scene0634_00
|
269 |
+
scene0521_00
|
270 |
+
scene0123_00
|
271 |
+
scene0123_01
|
272 |
+
scene0123_02
|
273 |
+
scene0045_00
|
274 |
+
scene0045_01
|
275 |
+
scene0511_00
|
276 |
+
scene0511_01
|
277 |
+
scene0114_00
|
278 |
+
scene0114_01
|
279 |
+
scene0114_02
|
280 |
+
scene0070_00
|
281 |
+
scene0029_00
|
282 |
+
scene0029_01
|
283 |
+
scene0029_02
|
284 |
+
scene0129_00
|
285 |
+
scene0103_00
|
286 |
+
scene0103_01
|
287 |
+
scene0002_00
|
288 |
+
scene0002_01
|
289 |
+
scene0132_00
|
290 |
+
scene0132_01
|
291 |
+
scene0132_02
|
292 |
+
scene0124_00
|
293 |
+
scene0124_01
|
294 |
+
scene0143_00
|
295 |
+
scene0143_01
|
296 |
+
scene0143_02
|
297 |
+
scene0604_00
|
298 |
+
scene0604_01
|
299 |
+
scene0604_02
|
300 |
+
scene0507_00
|
301 |
+
scene0105_00
|
302 |
+
scene0105_01
|
303 |
+
scene0105_02
|
304 |
+
scene0428_00
|
305 |
+
scene0428_01
|
306 |
+
scene0311_00
|
307 |
+
scene0140_00
|
308 |
+
scene0140_01
|
309 |
+
scene0182_00
|
310 |
+
scene0182_01
|
311 |
+
scene0182_02
|
312 |
+
scene0142_00
|
313 |
+
scene0142_01
|
314 |
+
scene0399_00
|
315 |
+
scene0399_01
|
316 |
+
scene0012_00
|
317 |
+
scene0012_01
|
318 |
+
scene0012_02
|
319 |
+
scene0060_00
|
320 |
+
scene0060_01
|
321 |
+
scene0370_00
|
322 |
+
scene0370_01
|
323 |
+
scene0370_02
|
324 |
+
scene0310_00
|
325 |
+
scene0310_01
|
326 |
+
scene0310_02
|
327 |
+
scene0661_00
|
328 |
+
scene0650_00
|
329 |
+
scene0152_00
|
330 |
+
scene0152_01
|
331 |
+
scene0152_02
|
332 |
+
scene0158_00
|
333 |
+
scene0158_01
|
334 |
+
scene0158_02
|
335 |
+
scene0482_00
|
336 |
+
scene0482_01
|
337 |
+
scene0600_00
|
338 |
+
scene0600_01
|
339 |
+
scene0600_02
|
340 |
+
scene0393_00
|
341 |
+
scene0393_01
|
342 |
+
scene0393_02
|
343 |
+
scene0562_00
|
344 |
+
scene0174_00
|
345 |
+
scene0174_01
|
346 |
+
scene0157_00
|
347 |
+
scene0157_01
|
348 |
+
scene0161_00
|
349 |
+
scene0161_01
|
350 |
+
scene0161_02
|
351 |
+
scene0159_00
|
352 |
+
scene0254_00
|
353 |
+
scene0254_01
|
354 |
+
scene0115_00
|
355 |
+
scene0115_01
|
356 |
+
scene0115_02
|
357 |
+
scene0162_00
|
358 |
+
scene0163_00
|
359 |
+
scene0163_01
|
360 |
+
scene0523_00
|
361 |
+
scene0523_01
|
362 |
+
scene0523_02
|
363 |
+
scene0459_00
|
364 |
+
scene0459_01
|
365 |
+
scene0175_00
|
366 |
+
scene0085_00
|
367 |
+
scene0085_01
|
368 |
+
scene0279_00
|
369 |
+
scene0279_01
|
370 |
+
scene0279_02
|
371 |
+
scene0201_00
|
372 |
+
scene0201_01
|
373 |
+
scene0201_02
|
374 |
+
scene0283_00
|
375 |
+
scene0456_00
|
376 |
+
scene0456_01
|
377 |
+
scene0429_00
|
378 |
+
scene0043_00
|
379 |
+
scene0043_01
|
380 |
+
scene0419_00
|
381 |
+
scene0419_01
|
382 |
+
scene0419_02
|
383 |
+
scene0368_00
|
384 |
+
scene0368_01
|
385 |
+
scene0348_00
|
386 |
+
scene0348_01
|
387 |
+
scene0348_02
|
388 |
+
scene0442_00
|
389 |
+
scene0178_00
|
390 |
+
scene0380_00
|
391 |
+
scene0380_01
|
392 |
+
scene0380_02
|
393 |
+
scene0165_00
|
394 |
+
scene0165_01
|
395 |
+
scene0165_02
|
396 |
+
scene0181_00
|
397 |
+
scene0181_01
|
398 |
+
scene0181_02
|
399 |
+
scene0181_03
|
400 |
+
scene0333_00
|
401 |
+
scene0614_00
|
402 |
+
scene0614_01
|
403 |
+
scene0614_02
|
404 |
+
scene0404_00
|
405 |
+
scene0404_01
|
406 |
+
scene0404_02
|
407 |
+
scene0185_00
|
408 |
+
scene0126_00
|
409 |
+
scene0126_01
|
410 |
+
scene0126_02
|
411 |
+
scene0519_00
|
412 |
+
scene0236_00
|
413 |
+
scene0236_01
|
414 |
+
scene0189_00
|
415 |
+
scene0075_00
|
416 |
+
scene0267_00
|
417 |
+
scene0192_00
|
418 |
+
scene0192_01
|
419 |
+
scene0192_02
|
420 |
+
scene0281_00
|
421 |
+
scene0420_00
|
422 |
+
scene0420_01
|
423 |
+
scene0420_02
|
424 |
+
scene0195_00
|
425 |
+
scene0195_01
|
426 |
+
scene0195_02
|
427 |
+
scene0597_00
|
428 |
+
scene0597_01
|
429 |
+
scene0597_02
|
430 |
+
scene0041_00
|
431 |
+
scene0041_01
|
432 |
+
scene0111_00
|
433 |
+
scene0111_01
|
434 |
+
scene0111_02
|
435 |
+
scene0666_00
|
436 |
+
scene0666_01
|
437 |
+
scene0666_02
|
438 |
+
scene0200_00
|
439 |
+
scene0200_01
|
440 |
+
scene0200_02
|
441 |
+
scene0536_00
|
442 |
+
scene0536_01
|
443 |
+
scene0536_02
|
444 |
+
scene0390_00
|
445 |
+
scene0280_00
|
446 |
+
scene0280_01
|
447 |
+
scene0280_02
|
448 |
+
scene0344_00
|
449 |
+
scene0344_01
|
450 |
+
scene0205_00
|
451 |
+
scene0205_01
|
452 |
+
scene0205_02
|
453 |
+
scene0484_00
|
454 |
+
scene0484_01
|
455 |
+
scene0009_00
|
456 |
+
scene0009_01
|
457 |
+
scene0009_02
|
458 |
+
scene0302_00
|
459 |
+
scene0302_01
|
460 |
+
scene0209_00
|
461 |
+
scene0209_01
|
462 |
+
scene0209_02
|
463 |
+
scene0210_00
|
464 |
+
scene0210_01
|
465 |
+
scene0395_00
|
466 |
+
scene0395_01
|
467 |
+
scene0395_02
|
468 |
+
scene0683_00
|
469 |
+
scene0601_00
|
470 |
+
scene0601_01
|
471 |
+
scene0214_00
|
472 |
+
scene0214_01
|
473 |
+
scene0214_02
|
474 |
+
scene0477_00
|
475 |
+
scene0477_01
|
476 |
+
scene0439_00
|
477 |
+
scene0439_01
|
478 |
+
scene0468_00
|
479 |
+
scene0468_01
|
480 |
+
scene0468_02
|
481 |
+
scene0546_00
|
482 |
+
scene0466_00
|
483 |
+
scene0466_01
|
484 |
+
scene0220_00
|
485 |
+
scene0220_01
|
486 |
+
scene0220_02
|
487 |
+
scene0122_00
|
488 |
+
scene0122_01
|
489 |
+
scene0130_00
|
490 |
+
scene0110_00
|
491 |
+
scene0110_01
|
492 |
+
scene0110_02
|
493 |
+
scene0327_00
|
494 |
+
scene0156_00
|
495 |
+
scene0266_00
|
496 |
+
scene0266_01
|
497 |
+
scene0001_00
|
498 |
+
scene0001_01
|
499 |
+
scene0228_00
|
500 |
+
scene0199_00
|
501 |
+
scene0219_00
|
502 |
+
scene0464_00
|
503 |
+
scene0232_00
|
504 |
+
scene0232_01
|
505 |
+
scene0232_02
|
506 |
+
scene0299_00
|
507 |
+
scene0299_01
|
508 |
+
scene0530_00
|
509 |
+
scene0363_00
|
510 |
+
scene0453_00
|
511 |
+
scene0453_01
|
512 |
+
scene0570_00
|
513 |
+
scene0570_01
|
514 |
+
scene0570_02
|
515 |
+
scene0183_00
|
516 |
+
scene0239_00
|
517 |
+
scene0239_01
|
518 |
+
scene0239_02
|
519 |
+
scene0373_00
|
520 |
+
scene0373_01
|
521 |
+
scene0241_00
|
522 |
+
scene0241_01
|
523 |
+
scene0241_02
|
524 |
+
scene0188_00
|
525 |
+
scene0622_00
|
526 |
+
scene0622_01
|
527 |
+
scene0244_00
|
528 |
+
scene0244_01
|
529 |
+
scene0691_00
|
530 |
+
scene0691_01
|
531 |
+
scene0206_00
|
532 |
+
scene0206_01
|
533 |
+
scene0206_02
|
534 |
+
scene0247_00
|
535 |
+
scene0247_01
|
536 |
+
scene0061_00
|
537 |
+
scene0061_01
|
538 |
+
scene0082_00
|
539 |
+
scene0250_00
|
540 |
+
scene0250_01
|
541 |
+
scene0250_02
|
542 |
+
scene0501_00
|
543 |
+
scene0501_01
|
544 |
+
scene0501_02
|
545 |
+
scene0320_00
|
546 |
+
scene0320_01
|
547 |
+
scene0320_02
|
548 |
+
scene0320_03
|
549 |
+
scene0631_00
|
550 |
+
scene0631_01
|
551 |
+
scene0631_02
|
552 |
+
scene0255_00
|
553 |
+
scene0255_01
|
554 |
+
scene0255_02
|
555 |
+
scene0047_00
|
556 |
+
scene0265_00
|
557 |
+
scene0265_01
|
558 |
+
scene0265_02
|
559 |
+
scene0004_00
|
560 |
+
scene0336_00
|
561 |
+
scene0336_01
|
562 |
+
scene0058_00
|
563 |
+
scene0058_01
|
564 |
+
scene0260_00
|
565 |
+
scene0260_01
|
566 |
+
scene0260_02
|
567 |
+
scene0243_00
|
568 |
+
scene0603_00
|
569 |
+
scene0603_01
|
570 |
+
scene0093_00
|
571 |
+
scene0093_01
|
572 |
+
scene0093_02
|
573 |
+
scene0109_00
|
574 |
+
scene0109_01
|
575 |
+
scene0434_00
|
576 |
+
scene0434_01
|
577 |
+
scene0434_02
|
578 |
+
scene0290_00
|
579 |
+
scene0627_00
|
580 |
+
scene0627_01
|
581 |
+
scene0470_00
|
582 |
+
scene0470_01
|
583 |
+
scene0137_00
|
584 |
+
scene0137_01
|
585 |
+
scene0137_02
|
586 |
+
scene0270_00
|
587 |
+
scene0270_01
|
588 |
+
scene0270_02
|
589 |
+
scene0271_00
|
590 |
+
scene0271_01
|
591 |
+
scene0504_00
|
592 |
+
scene0274_00
|
593 |
+
scene0274_01
|
594 |
+
scene0274_02
|
595 |
+
scene0036_00
|
596 |
+
scene0036_01
|
597 |
+
scene0276_00
|
598 |
+
scene0276_01
|
599 |
+
scene0272_00
|
600 |
+
scene0272_01
|
601 |
+
scene0499_00
|
602 |
+
scene0698_00
|
603 |
+
scene0698_01
|
604 |
+
scene0051_00
|
605 |
+
scene0051_01
|
606 |
+
scene0051_02
|
607 |
+
scene0051_03
|
608 |
+
scene0108_00
|
609 |
+
scene0245_00
|
610 |
+
scene0369_00
|
611 |
+
scene0369_01
|
612 |
+
scene0369_02
|
613 |
+
scene0284_00
|
614 |
+
scene0289_00
|
615 |
+
scene0289_01
|
616 |
+
scene0286_00
|
617 |
+
scene0286_01
|
618 |
+
scene0286_02
|
619 |
+
scene0286_03
|
620 |
+
scene0031_00
|
621 |
+
scene0031_01
|
622 |
+
scene0031_02
|
623 |
+
scene0545_00
|
624 |
+
scene0545_01
|
625 |
+
scene0545_02
|
626 |
+
scene0557_00
|
627 |
+
scene0557_01
|
628 |
+
scene0557_02
|
629 |
+
scene0533_00
|
630 |
+
scene0533_01
|
631 |
+
scene0116_00
|
632 |
+
scene0116_01
|
633 |
+
scene0116_02
|
634 |
+
scene0611_00
|
635 |
+
scene0611_01
|
636 |
+
scene0688_00
|
637 |
+
scene0294_00
|
638 |
+
scene0294_01
|
639 |
+
scene0294_02
|
640 |
+
scene0295_00
|
641 |
+
scene0295_01
|
642 |
+
scene0296_00
|
643 |
+
scene0296_01
|
644 |
+
scene0596_00
|
645 |
+
scene0596_01
|
646 |
+
scene0596_02
|
647 |
+
scene0532_00
|
648 |
+
scene0532_01
|
649 |
+
scene0637_00
|
650 |
+
scene0638_00
|
651 |
+
scene0121_00
|
652 |
+
scene0121_01
|
653 |
+
scene0121_02
|
654 |
+
scene0040_00
|
655 |
+
scene0040_01
|
656 |
+
scene0197_00
|
657 |
+
scene0197_01
|
658 |
+
scene0197_02
|
659 |
+
scene0410_00
|
660 |
+
scene0410_01
|
661 |
+
scene0305_00
|
662 |
+
scene0305_01
|
663 |
+
scene0615_00
|
664 |
+
scene0615_01
|
665 |
+
scene0703_00
|
666 |
+
scene0703_01
|
667 |
+
scene0555_00
|
668 |
+
scene0297_00
|
669 |
+
scene0297_01
|
670 |
+
scene0297_02
|
671 |
+
scene0582_00
|
672 |
+
scene0582_01
|
673 |
+
scene0582_02
|
674 |
+
scene0023_00
|
675 |
+
scene0094_00
|
676 |
+
scene0013_00
|
677 |
+
scene0013_01
|
678 |
+
scene0013_02
|
679 |
+
scene0136_00
|
680 |
+
scene0136_01
|
681 |
+
scene0136_02
|
682 |
+
scene0407_00
|
683 |
+
scene0407_01
|
684 |
+
scene0062_00
|
685 |
+
scene0062_01
|
686 |
+
scene0062_02
|
687 |
+
scene0386_00
|
688 |
+
scene0318_00
|
689 |
+
scene0554_00
|
690 |
+
scene0554_01
|
691 |
+
scene0497_00
|
692 |
+
scene0213_00
|
693 |
+
scene0258_00
|
694 |
+
scene0323_00
|
695 |
+
scene0323_01
|
696 |
+
scene0324_00
|
697 |
+
scene0324_01
|
698 |
+
scene0016_00
|
699 |
+
scene0016_01
|
700 |
+
scene0016_02
|
701 |
+
scene0681_00
|
702 |
+
scene0398_00
|
703 |
+
scene0398_01
|
704 |
+
scene0227_00
|
705 |
+
scene0090_00
|
706 |
+
scene0066_00
|
707 |
+
scene0262_00
|
708 |
+
scene0262_01
|
709 |
+
scene0155_00
|
710 |
+
scene0155_01
|
711 |
+
scene0155_02
|
712 |
+
scene0352_00
|
713 |
+
scene0352_01
|
714 |
+
scene0352_02
|
715 |
+
scene0038_00
|
716 |
+
scene0038_01
|
717 |
+
scene0038_02
|
718 |
+
scene0335_00
|
719 |
+
scene0335_01
|
720 |
+
scene0335_02
|
721 |
+
scene0261_00
|
722 |
+
scene0261_01
|
723 |
+
scene0261_02
|
724 |
+
scene0261_03
|
725 |
+
scene0640_00
|
726 |
+
scene0640_01
|
727 |
+
scene0640_02
|
728 |
+
scene0080_00
|
729 |
+
scene0080_01
|
730 |
+
scene0080_02
|
731 |
+
scene0403_00
|
732 |
+
scene0403_01
|
733 |
+
scene0282_00
|
734 |
+
scene0282_01
|
735 |
+
scene0282_02
|
736 |
+
scene0682_00
|
737 |
+
scene0173_00
|
738 |
+
scene0173_01
|
739 |
+
scene0173_02
|
740 |
+
scene0522_00
|
741 |
+
scene0687_00
|
742 |
+
scene0345_00
|
743 |
+
scene0345_01
|
744 |
+
scene0612_00
|
745 |
+
scene0612_01
|
746 |
+
scene0411_00
|
747 |
+
scene0411_01
|
748 |
+
scene0411_02
|
749 |
+
scene0625_00
|
750 |
+
scene0625_01
|
751 |
+
scene0211_00
|
752 |
+
scene0211_01
|
753 |
+
scene0211_02
|
754 |
+
scene0211_03
|
755 |
+
scene0676_00
|
756 |
+
scene0676_01
|
757 |
+
scene0179_00
|
758 |
+
scene0498_00
|
759 |
+
scene0498_01
|
760 |
+
scene0498_02
|
761 |
+
scene0547_00
|
762 |
+
scene0547_01
|
763 |
+
scene0547_02
|
764 |
+
scene0269_00
|
765 |
+
scene0269_01
|
766 |
+
scene0269_02
|
767 |
+
scene0366_00
|
768 |
+
scene0680_00
|
769 |
+
scene0680_01
|
770 |
+
scene0588_00
|
771 |
+
scene0588_01
|
772 |
+
scene0588_02
|
773 |
+
scene0588_03
|
774 |
+
scene0346_00
|
775 |
+
scene0346_01
|
776 |
+
scene0359_00
|
777 |
+
scene0359_01
|
778 |
+
scene0014_00
|
779 |
+
scene0120_00
|
780 |
+
scene0120_01
|
781 |
+
scene0212_00
|
782 |
+
scene0212_01
|
783 |
+
scene0212_02
|
784 |
+
scene0176_00
|
785 |
+
scene0049_00
|
786 |
+
scene0259_00
|
787 |
+
scene0259_01
|
788 |
+
scene0586_00
|
789 |
+
scene0586_01
|
790 |
+
scene0586_02
|
791 |
+
scene0309_00
|
792 |
+
scene0309_01
|
793 |
+
scene0125_00
|
794 |
+
scene0455_00
|
795 |
+
scene0177_00
|
796 |
+
scene0177_01
|
797 |
+
scene0177_02
|
798 |
+
scene0326_00
|
799 |
+
scene0372_00
|
800 |
+
scene0171_00
|
801 |
+
scene0171_01
|
802 |
+
scene0374_00
|
803 |
+
scene0654_00
|
804 |
+
scene0654_01
|
805 |
+
scene0445_00
|
806 |
+
scene0445_01
|
807 |
+
scene0475_00
|
808 |
+
scene0475_01
|
809 |
+
scene0475_02
|
810 |
+
scene0349_00
|
811 |
+
scene0349_01
|
812 |
+
scene0234_00
|
813 |
+
scene0669_00
|
814 |
+
scene0669_01
|
815 |
+
scene0375_00
|
816 |
+
scene0375_01
|
817 |
+
scene0375_02
|
818 |
+
scene0387_00
|
819 |
+
scene0387_01
|
820 |
+
scene0387_02
|
821 |
+
scene0312_00
|
822 |
+
scene0312_01
|
823 |
+
scene0312_02
|
824 |
+
scene0384_00
|
825 |
+
scene0385_00
|
826 |
+
scene0385_01
|
827 |
+
scene0385_02
|
828 |
+
scene0000_00
|
829 |
+
scene0000_01
|
830 |
+
scene0000_02
|
831 |
+
scene0376_00
|
832 |
+
scene0376_01
|
833 |
+
scene0376_02
|
834 |
+
scene0301_00
|
835 |
+
scene0301_01
|
836 |
+
scene0301_02
|
837 |
+
scene0322_00
|
838 |
+
scene0542_00
|
839 |
+
scene0079_00
|
840 |
+
scene0079_01
|
841 |
+
scene0099_00
|
842 |
+
scene0099_01
|
843 |
+
scene0476_00
|
844 |
+
scene0476_01
|
845 |
+
scene0476_02
|
846 |
+
scene0394_00
|
847 |
+
scene0394_01
|
848 |
+
scene0147_00
|
849 |
+
scene0147_01
|
850 |
+
scene0067_00
|
851 |
+
scene0067_01
|
852 |
+
scene0067_02
|
853 |
+
scene0397_00
|
854 |
+
scene0397_01
|
855 |
+
scene0337_00
|
856 |
+
scene0337_01
|
857 |
+
scene0337_02
|
858 |
+
scene0431_00
|
859 |
+
scene0223_00
|
860 |
+
scene0223_01
|
861 |
+
scene0223_02
|
862 |
+
scene0010_00
|
863 |
+
scene0010_01
|
864 |
+
scene0402_00
|
865 |
+
scene0268_00
|
866 |
+
scene0268_01
|
867 |
+
scene0268_02
|
868 |
+
scene0679_00
|
869 |
+
scene0679_01
|
870 |
+
scene0405_00
|
871 |
+
scene0128_00
|
872 |
+
scene0408_00
|
873 |
+
scene0408_01
|
874 |
+
scene0190_00
|
875 |
+
scene0107_00
|
876 |
+
scene0076_00
|
877 |
+
scene0167_00
|
878 |
+
scene0361_00
|
879 |
+
scene0361_01
|
880 |
+
scene0361_02
|
881 |
+
scene0216_00
|
882 |
+
scene0202_00
|
883 |
+
scene0303_00
|
884 |
+
scene0303_01
|
885 |
+
scene0303_02
|
886 |
+
scene0446_00
|
887 |
+
scene0446_01
|
888 |
+
scene0089_00
|
889 |
+
scene0089_01
|
890 |
+
scene0089_02
|
891 |
+
scene0360_00
|
892 |
+
scene0150_00
|
893 |
+
scene0150_01
|
894 |
+
scene0150_02
|
895 |
+
scene0421_00
|
896 |
+
scene0421_01
|
897 |
+
scene0421_02
|
898 |
+
scene0454_00
|
899 |
+
scene0626_00
|
900 |
+
scene0626_01
|
901 |
+
scene0626_02
|
902 |
+
scene0186_00
|
903 |
+
scene0186_01
|
904 |
+
scene0538_00
|
905 |
+
scene0479_00
|
906 |
+
scene0479_01
|
907 |
+
scene0479_02
|
908 |
+
scene0656_00
|
909 |
+
scene0656_01
|
910 |
+
scene0656_02
|
911 |
+
scene0656_03
|
912 |
+
scene0525_00
|
913 |
+
scene0525_01
|
914 |
+
scene0525_02
|
915 |
+
scene0308_00
|
916 |
+
scene0396_00
|
917 |
+
scene0396_01
|
918 |
+
scene0396_02
|
919 |
+
scene0624_00
|
920 |
+
scene0292_00
|
921 |
+
scene0292_01
|
922 |
+
scene0632_00
|
923 |
+
scene0253_00
|
924 |
+
scene0021_00
|
925 |
+
scene0325_00
|
926 |
+
scene0325_01
|
927 |
+
scene0437_00
|
928 |
+
scene0437_01
|
929 |
+
scene0438_00
|
930 |
+
scene0590_00
|
931 |
+
scene0590_01
|
932 |
+
scene0400_00
|
933 |
+
scene0400_01
|
934 |
+
scene0541_00
|
935 |
+
scene0541_01
|
936 |
+
scene0541_02
|
937 |
+
scene0677_00
|
938 |
+
scene0677_01
|
939 |
+
scene0677_02
|
940 |
+
scene0443_00
|
941 |
+
scene0315_00
|
942 |
+
scene0288_00
|
943 |
+
scene0288_01
|
944 |
+
scene0288_02
|
945 |
+
scene0422_00
|
946 |
+
scene0672_00
|
947 |
+
scene0672_01
|
948 |
+
scene0184_00
|
949 |
+
scene0449_00
|
950 |
+
scene0449_01
|
951 |
+
scene0449_02
|
952 |
+
scene0048_00
|
953 |
+
scene0048_01
|
954 |
+
scene0138_00
|
955 |
+
scene0452_00
|
956 |
+
scene0452_01
|
957 |
+
scene0452_02
|
958 |
+
scene0667_00
|
959 |
+
scene0667_01
|
960 |
+
scene0667_02
|
961 |
+
scene0463_00
|
962 |
+
scene0463_01
|
963 |
+
scene0078_00
|
964 |
+
scene0078_01
|
965 |
+
scene0078_02
|
966 |
+
scene0636_00
|
967 |
+
scene0457_00
|
968 |
+
scene0457_01
|
969 |
+
scene0457_02
|
970 |
+
scene0465_00
|
971 |
+
scene0465_01
|
972 |
+
scene0577_00
|
973 |
+
scene0151_00
|
974 |
+
scene0151_01
|
975 |
+
scene0339_00
|
976 |
+
scene0573_00
|
977 |
+
scene0573_01
|
978 |
+
scene0154_00
|
979 |
+
scene0096_00
|
980 |
+
scene0096_01
|
981 |
+
scene0096_02
|
982 |
+
scene0235_00
|
983 |
+
scene0168_00
|
984 |
+
scene0168_01
|
985 |
+
scene0168_02
|
986 |
+
scene0594_00
|
987 |
+
scene0587_00
|
988 |
+
scene0587_01
|
989 |
+
scene0587_02
|
990 |
+
scene0587_03
|
991 |
+
scene0229_00
|
992 |
+
scene0229_01
|
993 |
+
scene0229_02
|
994 |
+
scene0512_00
|
995 |
+
scene0106_00
|
996 |
+
scene0106_01
|
997 |
+
scene0106_02
|
998 |
+
scene0472_00
|
999 |
+
scene0472_01
|
1000 |
+
scene0472_02
|
1001 |
+
scene0489_00
|
1002 |
+
scene0489_01
|
1003 |
+
scene0489_02
|
1004 |
+
scene0425_00
|
1005 |
+
scene0425_01
|
1006 |
+
scene0641_00
|
1007 |
+
scene0526_00
|
1008 |
+
scene0526_01
|
1009 |
+
scene0317_00
|
1010 |
+
scene0317_01
|
1011 |
+
scene0544_00
|
1012 |
+
scene0017_00
|
1013 |
+
scene0017_01
|
1014 |
+
scene0017_02
|
1015 |
+
scene0042_00
|
1016 |
+
scene0042_01
|
1017 |
+
scene0042_02
|
1018 |
+
scene0576_00
|
1019 |
+
scene0576_01
|
1020 |
+
scene0576_02
|
1021 |
+
scene0347_00
|
1022 |
+
scene0347_01
|
1023 |
+
scene0347_02
|
1024 |
+
scene0436_00
|
1025 |
+
scene0226_00
|
1026 |
+
scene0226_01
|
1027 |
+
scene0485_00
|
1028 |
+
scene0486_00
|
1029 |
+
scene0487_00
|
1030 |
+
scene0487_01
|
1031 |
+
scene0619_00
|
1032 |
+
scene0097_00
|
1033 |
+
scene0367_00
|
1034 |
+
scene0367_01
|
1035 |
+
scene0491_00
|
1036 |
+
scene0492_00
|
1037 |
+
scene0492_01
|
1038 |
+
scene0005_00
|
1039 |
+
scene0005_01
|
1040 |
+
scene0543_00
|
1041 |
+
scene0543_01
|
1042 |
+
scene0543_02
|
1043 |
+
scene0657_00
|
1044 |
+
scene0341_00
|
1045 |
+
scene0341_01
|
datasets/scannet_preprocess/meta_data/scannetv1_val.txt
ADDED
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0534_00
|
2 |
+
scene0534_01
|
3 |
+
scene0319_00
|
4 |
+
scene0273_00
|
5 |
+
scene0273_01
|
6 |
+
scene0225_00
|
7 |
+
scene0198_00
|
8 |
+
scene0003_00
|
9 |
+
scene0003_01
|
10 |
+
scene0003_02
|
11 |
+
scene0409_00
|
12 |
+
scene0409_01
|
13 |
+
scene0331_00
|
14 |
+
scene0331_01
|
15 |
+
scene0505_00
|
16 |
+
scene0505_01
|
17 |
+
scene0505_02
|
18 |
+
scene0505_03
|
19 |
+
scene0505_04
|
20 |
+
scene0506_00
|
21 |
+
scene0057_00
|
22 |
+
scene0057_01
|
23 |
+
scene0074_00
|
24 |
+
scene0074_01
|
25 |
+
scene0074_02
|
26 |
+
scene0091_00
|
27 |
+
scene0112_00
|
28 |
+
scene0112_01
|
29 |
+
scene0112_02
|
30 |
+
scene0240_00
|
31 |
+
scene0102_00
|
32 |
+
scene0102_01
|
33 |
+
scene0513_00
|
34 |
+
scene0514_00
|
35 |
+
scene0514_01
|
36 |
+
scene0537_00
|
37 |
+
scene0516_00
|
38 |
+
scene0516_01
|
39 |
+
scene0495_00
|
40 |
+
scene0617_00
|
41 |
+
scene0133_00
|
42 |
+
scene0520_00
|
43 |
+
scene0520_01
|
44 |
+
scene0635_00
|
45 |
+
scene0635_01
|
46 |
+
scene0054_00
|
47 |
+
scene0473_00
|
48 |
+
scene0473_01
|
49 |
+
scene0524_00
|
50 |
+
scene0524_01
|
51 |
+
scene0379_00
|
52 |
+
scene0471_00
|
53 |
+
scene0471_01
|
54 |
+
scene0471_02
|
55 |
+
scene0566_00
|
56 |
+
scene0248_00
|
57 |
+
scene0248_01
|
58 |
+
scene0248_02
|
59 |
+
scene0529_00
|
60 |
+
scene0529_01
|
61 |
+
scene0529_02
|
62 |
+
scene0391_00
|
63 |
+
scene0264_00
|
64 |
+
scene0264_01
|
65 |
+
scene0264_02
|
66 |
+
scene0675_00
|
67 |
+
scene0675_01
|
68 |
+
scene0350_00
|
69 |
+
scene0350_01
|
70 |
+
scene0350_02
|
71 |
+
scene0450_00
|
72 |
+
scene0068_00
|
73 |
+
scene0068_01
|
74 |
+
scene0237_00
|
75 |
+
scene0237_01
|
76 |
+
scene0365_00
|
77 |
+
scene0365_01
|
78 |
+
scene0365_02
|
79 |
+
scene0605_00
|
80 |
+
scene0605_01
|
81 |
+
scene0539_00
|
82 |
+
scene0539_01
|
83 |
+
scene0539_02
|
84 |
+
scene0540_00
|
85 |
+
scene0540_01
|
86 |
+
scene0540_02
|
87 |
+
scene0170_00
|
88 |
+
scene0170_01
|
89 |
+
scene0170_02
|
90 |
+
scene0433_00
|
91 |
+
scene0340_00
|
92 |
+
scene0340_01
|
93 |
+
scene0340_02
|
94 |
+
scene0160_00
|
95 |
+
scene0160_01
|
96 |
+
scene0160_02
|
97 |
+
scene0160_03
|
98 |
+
scene0160_04
|
99 |
+
scene0059_00
|
100 |
+
scene0059_01
|
101 |
+
scene0059_02
|
102 |
+
scene0056_00
|
103 |
+
scene0056_01
|
104 |
+
scene0478_00
|
105 |
+
scene0478_01
|
106 |
+
scene0548_00
|
107 |
+
scene0548_01
|
108 |
+
scene0548_02
|
109 |
+
scene0204_00
|
110 |
+
scene0204_01
|
111 |
+
scene0204_02
|
112 |
+
scene0033_00
|
113 |
+
scene0145_00
|
114 |
+
scene0483_00
|
115 |
+
scene0508_00
|
116 |
+
scene0508_01
|
117 |
+
scene0508_02
|
118 |
+
scene0180_00
|
119 |
+
scene0148_00
|
120 |
+
scene0556_00
|
121 |
+
scene0556_01
|
122 |
+
scene0416_00
|
123 |
+
scene0416_01
|
124 |
+
scene0416_02
|
125 |
+
scene0416_03
|
126 |
+
scene0416_04
|
127 |
+
scene0073_00
|
128 |
+
scene0073_01
|
129 |
+
scene0073_02
|
130 |
+
scene0073_03
|
131 |
+
scene0034_00
|
132 |
+
scene0034_01
|
133 |
+
scene0034_02
|
134 |
+
scene0639_00
|
135 |
+
scene0561_00
|
136 |
+
scene0561_01
|
137 |
+
scene0298_00
|
138 |
+
scene0692_00
|
139 |
+
scene0692_01
|
140 |
+
scene0692_02
|
141 |
+
scene0692_03
|
142 |
+
scene0692_04
|
143 |
+
scene0642_00
|
144 |
+
scene0642_01
|
145 |
+
scene0642_02
|
146 |
+
scene0642_03
|
147 |
+
scene0630_00
|
148 |
+
scene0630_01
|
149 |
+
scene0630_02
|
150 |
+
scene0630_03
|
151 |
+
scene0630_04
|
152 |
+
scene0630_05
|
153 |
+
scene0630_06
|
154 |
+
scene0706_00
|
155 |
+
scene0567_00
|
156 |
+
scene0567_01
|
datasets/scannet_preprocess/meta_data/scannetv2-labels-old.combined.tsv
ADDED
@@ -0,0 +1,608 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
id raw_category category count nyu40id eigen13id nyuClass nyu40class eigen13class ModelNet40 ModelNet10 ShapeNetCore55 synsetoffset wnsynsetid wnsynsetkey mpcat40 mpcat40index
|
2 |
+
1 wall wall 8277 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
3 |
+
2 chair chair 4646 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
4 |
+
22 books book 1678 23 2 book books Books n02870526 book.n.11 objects 39
|
5 |
+
3 floor floor 1553 2 5 floor floor Floor n03365592 floor.n.01 floor 2
|
6 |
+
5 door door 1483 8 12 door door Wall door n03221720 door.n.01 door 4
|
7 |
+
1163 object object 1313 40 7 otherprop Objects objects 39
|
8 |
+
16 window window 1209 9 13 window window Window n04587648 window.n.01 window 9
|
9 |
+
4 table table 1170 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
10 |
+
56 trash can trash can 1090 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
11 |
+
13 pillow pillow 937 18 7 pillow pillow Objects pillow 3938244 n03938244 pillow.n.01 cushion 8
|
12 |
+
15 picture picture 862 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
13 |
+
41 ceiling ceiling 806 22 3 ceiling ceiling Ceiling n02990373 ceiling.n.01 ceiling 17
|
14 |
+
26 box box 775 29 7 box box Objects n02883344 box.n.01 objects 39
|
15 |
+
161 doorframe doorframe 768 8 12 door door Wall door doorframe.n.01 door 4
|
16 |
+
19 monitor monitor 765 40 7 monitor otherprop Objects monitor monitor tv or monitor 3211117 n03782190 monitor.n.04 objects 39
|
17 |
+
7 cabinet cabinet 731 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
18 |
+
9 desk desk 680 14 10 desk desk Table desk desk table 4379243 n03179701 desk.n.01 table 5
|
19 |
+
8 shelf shelf 641 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
20 |
+
10 office chair office chair 595 5 4 chair chair Chair chair chair chair 3001627 n04373704 swivel_chair.n.01 chair 3
|
21 |
+
31 towel towel 570 27 7 towel towel Objects n04459362 towel.n.01 towel 20
|
22 |
+
6 couch couch 502 6 9 sofa sofa Sofa sofa sofa sofa 4256520 n04256520 sofa.n.01 sofa 10
|
23 |
+
14 sink sink 488 34 7 sink sink Objects sink n04223580 sink.n.01 sink 15
|
24 |
+
48 backpack backpack 479 40 7 backpack otherprop Objects n02769748 backpack.n.01 objects 39
|
25 |
+
28 lamp lamp 419 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
26 |
+
11 bed bed 370 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
27 |
+
18 bookshelf bookshelf 360 10 6 bookshelf bookshelf Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
28 |
+
71 mirror mirror 349 19 7 mirror mirror Objects n03773035 mirror.n.01 mirror 21
|
29 |
+
21 curtain curtain 347 16 13 curtain curtain Window curtain n03151077 curtain.n.01 curtain 12
|
30 |
+
40 plant plant 331 40 7 plant otherprop Objects plant n00017222 plant.n.02 plant 14
|
31 |
+
52 whiteboard whiteboard 327 30 7 whiteboard whiteboard Objects n03211616 display_panel.n.01 board_panel 35
|
32 |
+
96 radiator radiator 322 39 6 radiator otherfurniture Furniture n04041069 radiator.n.02 misc 40
|
33 |
+
22 book book 318 23 2 book books Books n02870526 book.n.11 objects 39
|
34 |
+
29 kitchen cabinet kitchen cabinet 310 3 6 cabinet cabinet Furniture n02933112 cabinet.n.01 cabinet 7
|
35 |
+
49 toilet paper toilet paper 291 40 7 toilet paper otherprop Objects n15075141 toilet_tissue.n.01 objects 39
|
36 |
+
29 kitchen cabinets kitchen cabinet 289 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
37 |
+
23 armchair armchair 281 5 4 chair chair Chair chair chair chair 3001627 n02738535 armchair.n.01 chair 3
|
38 |
+
63 shoes shoe 272 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
39 |
+
24 coffee table coffee table 258 7 10 coffee table table Table table table table 4379243 n03063968 coffee_table.n.01 table 5
|
40 |
+
17 toilet toilet 256 33 7 toilet toilet Objects toilet toilet n04446276 toilet.n.01 toilet 18
|
41 |
+
47 bag bag 252 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
42 |
+
32 clothes clothes 248 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
43 |
+
46 keyboard keyboard 246 40 7 keyboard otherprop Objects keyboard computer keyboard 3085013 n03085013 computer_keyboard.n.01 objects 39
|
44 |
+
65 bottle bottle 226 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
45 |
+
97 recycling bin recycling bin 225 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
46 |
+
34 nightstand nightstand 224 32 6 night stand night stand Furniture night_stand night_stand n03015254 chest_of_drawers.n.01 chest_of_drawers 13
|
47 |
+
38 stool stool 221 40 7 stool otherprop Objects stool n04326896 stool.n.01 stool 19
|
48 |
+
33 tv tv 219 25 11 television television TV tv or monitor 3211117 n03211117 display.n.06 tv_monitor 22
|
49 |
+
75 file cabinet file cabinet 217 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
50 |
+
36 dresser dresser 213 17 6 dresser dresser Furniture dresser dresser n03015254 chest_of_drawers.n.01 chest_of_drawers 13
|
51 |
+
64 computer tower computer tower 203 40 7 computer otherprop Objects n03082979 computer.n.01 objects 39
|
52 |
+
32 clothing clothes 165 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
53 |
+
101 telephone telephone 164 40 7 telephone otherprop Objects telephone 4401088 n04401088 telephone.n.01 objects 39
|
54 |
+
130 cup cup 157 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
55 |
+
27 refrigerator refrigerator 154 24 6 refridgerator refridgerator Furniture n04070727 refrigerator.n.01 appliances 37
|
56 |
+
44 end table end table 147 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
57 |
+
131 jacket jacket 146 40 7 jacket otherprop Objects n03589791 jacket.n.01 clothes 38
|
58 |
+
55 shower curtain shower curtain 144 28 7 shower curtain shower curtain Objects curtain n04209239 shower_curtain.n.01 curtain 12
|
59 |
+
42 bathtub bathtub 144 36 7 bathtub bathtub Objects bathtub bathtub tub 2808440 n02808440 bathtub.n.01 bathtub 25
|
60 |
+
59 microwave microwave 141 40 7 microwave otherprop Objects microwave 3761084 n03761084 microwave.n.02 appliances 37
|
61 |
+
159 kitchen counter kitchen counter 140 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
62 |
+
74 sofa chair sofa chair 129 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
63 |
+
82 paper towel dispenser paper towel dispenser 129 40 7 paper towel dispenser otherprop Objects objects 39
|
64 |
+
1164 bathroom vanity bathroom vanity 126 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 table 5
|
65 |
+
93 suitcase suitcase 118 40 7 luggage otherprop Objects n02773838 bag.n.06 objects 39
|
66 |
+
77 laptop laptop 111 40 7 laptop otherprop Objects laptop laptop 3642806 n03642806 laptop.n.01 objects 39
|
67 |
+
67 ottoman ottoman 111 39 6 ottoman otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
68 |
+
128 shower walls shower wall 109 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
69 |
+
50 printer printer 106 40 7 printer otherprop Objects printer 4004475 n04004475 printer.n.03 appliances 37
|
70 |
+
35 counter counter 104 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
71 |
+
69 board board 100 38 7 board otherstructure Objects board_panel 35
|
72 |
+
100 soap dispenser soap dispenser 99 40 7 otherprop Objects n04254120 soap_dispenser.n.01 objects 39
|
73 |
+
62 stove stove 95 38 7 stove otherstructure Objects stove 4330267 n04330267 stove.n.02 appliances 37
|
74 |
+
105 light light 93 38 7 light otherstructure Objects n03665366 light.n.02 lighting 28
|
75 |
+
1165 closet wall closet wall 90 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
76 |
+
165 mini fridge mini fridge 87 24 6 refridgerator refridgerator Furniture n03273913 electric_refrigerator.n.01 appliances 37
|
77 |
+
7 cabinets cabinet 79 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
78 |
+
5 doors door 76 8 12 door door Wall door n03221720 door.n.01 door 4
|
79 |
+
76 fan fan 75 40 7 fan otherprop Objects n03320046 fan.n.01 misc 40
|
80 |
+
230 tissue box tissue box 73 40 7 tissue box otherprop Objects n02883344 box.n.01 objects 39
|
81 |
+
54 blanket blanket 72 40 7 blanket otherprop Objects n02849154 blanket.n.01 objects 39
|
82 |
+
125 bathroom stall bathroom stall 71 38 7 otherstructure Objects n02873839 booth.n.02 misc 40
|
83 |
+
72 copier copier 70 40 7 otherprop Objects n03257586 duplicator.n.01 appliances 37
|
84 |
+
68 bench bench 66 39 6 bench otherfurniture Furniture bench bench 2828884 n02828884 bench.n.01 seating 34
|
85 |
+
145 bar bar 66 38 7 bar otherstructure Objects n02788689 bar.n.03 misc 40
|
86 |
+
157 soap dish soap dish 65 40 7 soap dish otherprop Objects n04254009 soap_dish.n.01 objects 39
|
87 |
+
1166 laundry hamper laundry hamper 65 40 7 laundry basket otherprop Objects objects 39
|
88 |
+
132 storage bin storage bin 63 40 7 storage bin otherprop Objects objects 39
|
89 |
+
1167 bathroom stall door bathroom stall door 62 8 12 door door Wall door n03221720 door.n.01 door 4
|
90 |
+
232 light switch light switch 61 38 7 light switch otherstructure Objects n04372370 switch.n.01 misc 40
|
91 |
+
134 coffee maker coffee maker 61 40 7 otherprop Objects n03063338 coffee_maker.n.01 appliances 37
|
92 |
+
51 tv stand tv stand 61 39 6 tv stand otherfurniture Furniture tv_stand n03290653 entertainment_center.n.01 furniture 36
|
93 |
+
250 decoration decoration 60 40 7 otherprop Objects n03169390 decoration.n.01 misc 40
|
94 |
+
1168 ceiling light ceiling light 59 38 7 light otherstructure Objects n03665366 light.n.02 lighting 28
|
95 |
+
342 range hood range hood 59 38 7 range hood otherstructure Objects range_hood n04053677 range_hood.n.01 misc 40
|
96 |
+
89 blackboard blackboard 58 38 7 blackboard otherstructure Objects n02846511 blackboard.n.01 board_panel 35
|
97 |
+
103 clock clock 58 40 7 clock otherprop Objects clock 3046257 n03046257 clock.n.01 objects 39
|
98 |
+
99 wardrobe closet wardrobe 54 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
99 |
+
95 rail rail 53 38 7 railing otherstructure Objects n04047401 railing.n.01 railing 30
|
100 |
+
154 bulletin board bulletin board 53 38 7 board otherstructure Objects n03211616 display_panel.n.01 board_panel 35
|
101 |
+
140 mat mat 52 20 5 floor mat floor mat Floor n03727837 mat.n.01 floor 2
|
102 |
+
1169 trash bin trash bin 52 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
103 |
+
193 ledge ledge 51 38 7 otherstructure Objects n09337253 ledge.n.01 misc 40
|
104 |
+
116 seat seat 49 39 6 furniture otherfurniture Furniture n04161981 seat.n.03 furniture 36
|
105 |
+
202 mouse mouse 49 40 7 mouse otherprop Objects n03793489 mouse.n.04 objects 39
|
106 |
+
73 basket basket 48 40 7 basket otherprop Objects basket 2801938 n02801938 basket.n.01 objects 39
|
107 |
+
78 shower shower 48 38 7 otherstructure Objects n04208936 shower.n.01 shower 23
|
108 |
+
1170 dumbbell dumbbell 48 40 7 otherprop Objects n03255030 dumbbell.n.01 objects 39
|
109 |
+
79 paper paper 46 26 7 paper paper Objects n14974264 paper.n.01 objects 39
|
110 |
+
80 person person 46 31 7 person person Objects person n05217688 person.n.02 misc 40
|
111 |
+
141 windowsill windowsill 45 38 7 otherstructure Objects n04590263 windowsill.n.01 window 9
|
112 |
+
57 closet closet 45 39 6 wardrobe otherfurniture Furniture wardrobe misc 40
|
113 |
+
102 bucket bucket 45 40 7 bucket otherprop Objects n02909870 bucket.n.01 misc 40
|
114 |
+
261 sign sign 44 40 7 sign otherprop Objects n04217882 signboard.n.01 objects 39
|
115 |
+
118 speaker speaker 43 40 7 speaker otherprop Objects speaker 3691459 n03691459 loudspeaker.n.01 objects 39
|
116 |
+
136 dishwasher dishwasher 43 38 7 dishwasher otherstructure Objects dishwasher 3207941 n03207941 dishwasher.n.01 appliances 37
|
117 |
+
98 container container 43 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
118 |
+
1171 stair rail stair rail 42 38 7 banister otherstructure Objects n02788148 bannister.n.02 railing 30
|
119 |
+
170 shower curtain rod shower curtain rod 42 40 7 otherprop Objects curtain 12
|
120 |
+
1172 tube tube 41 40 7 otherprop Objects misc 40
|
121 |
+
1173 bathroom cabinet bathroom cabinet 39 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
122 |
+
79 papers paper 39 26 7 paper paper Objects n14974264 paper.n.01 objects 39
|
123 |
+
221 storage container storage container 39 40 7 container otherprop Objects objects 39
|
124 |
+
570 paper bag paper bag 39 37 7 bag bag Objects n04122825 sack.n.01 objects 39
|
125 |
+
138 paper towel roll paper towel roll 39 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
126 |
+
168 ball ball 39 40 7 ball otherprop Objects objects 39
|
127 |
+
276 closet doors closet door 38 8 12 door door Wall door n03221720 door.n.01 door 4
|
128 |
+
106 laundry basket laundry basket 37 40 7 laundry basket otherprop Objects basket 2801938 n03050864 clothes_hamper.n.01 objects 39
|
129 |
+
214 cart cart 37 40 7 cart otherprop Objects n03484083 handcart.n.01 shelving 31
|
130 |
+
276 closet door closet door 35 8 12 door door Wall door n03221720 door.n.01 door 4
|
131 |
+
323 dish rack dish rack 35 40 7 dish rack otherprop Objects n03207630 dish_rack.n.01 objects 39
|
132 |
+
58 stairs stairs 35 38 7 stairs otherstructure Objects n04298308 stairway.n.01 stairs 16
|
133 |
+
86 blinds blinds 35 13 13 blinds blinds Window n02851099 blind.n.03 blinds 32
|
134 |
+
2 stack of chairs chair 35 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
135 |
+
399 purse purse 34 40 7 purse otherprop Objects n02774152 bag.n.04 objects 39
|
136 |
+
121 bicycle bicycle 33 40 7 bicycle otherprop Objects bicycle 2834778 n02834778 bicycle.n.01 objects 39
|
137 |
+
185 tray tray 32 40 7 tray otherprop Objects n04476259 tray.n.01 objects 39
|
138 |
+
300 plunger plunger 30 40 7 otherprop Objects n03970156 plunger.n.03 objects 39
|
139 |
+
180 paper cutter paper cutter 30 40 7 paper cutter otherprop Objects n03886940 paper_cutter.n.01 objects 39
|
140 |
+
163 toilet paper dispenser toilet paper dispenser 29 40 7 otherprop Objects objects 39
|
141 |
+
26 boxes box 29 29 7 box box Objects n02883344 box.n.01 objects 39
|
142 |
+
66 bin bin 28 40 7 bin otherprop Objects n02839910 bin.n.01 objects 39
|
143 |
+
208 toilet seat cover dispenser toilet seat cover dispenser 28 40 7 otherprop Objects objects 39
|
144 |
+
112 guitar guitar 28 40 7 guitar otherprop Objects guitar guitar 3467517 n03467517 guitar.n.01 objects 39
|
145 |
+
540 mailboxes mailbox 28 29 7 box box Objects mailbox 3710193 n03710193 mailbox.n.01 misc 40
|
146 |
+
395 handicap bar handicap bar 27 38 7 bar otherstructure Objects misc 40
|
147 |
+
166 fire extinguisher fire extinguisher 27 40 7 fire extinguisher otherprop Objects n03345837 fire_extinguisher.n.01 misc 40
|
148 |
+
122 ladder ladder 27 39 6 ladder otherfurniture Furniture stairs n03632277 ladder.n.01 stairs 16
|
149 |
+
120 column column 26 38 7 column otherstructure Objects n03074380 column.n.06 column 24
|
150 |
+
107 pipe pipe 25 40 7 pipe otherprop Objects n03944672 pipe.n.02 misc 40
|
151 |
+
283 vacuum cleaner vacuum cleaner 25 40 7 otherprop Objects n04517823 vacuum.n.04 objects 39
|
152 |
+
88 plate plate 24 40 7 plate otherprop Objects n03959485 plate.n.04 objects 39
|
153 |
+
90 piano piano 24 39 6 piano otherfurniture Furniture piano piano 3928116 n03928116 piano.n.01 furniture 36
|
154 |
+
177 water cooler water cooler 24 39 6 water cooler otherfurniture Furniture n04559166 water_cooler.n.01 misc 40
|
155 |
+
1174 cd case cd case 24 40 7 otherprop Objects objects 39
|
156 |
+
562 bowl bowl 24 40 7 bowl otherprop Objects bowl bowl 2880940 n02880940 bowl.n.03 objects 39
|
157 |
+
1175 closet rod closet rod 24 40 7 otherprop Objects n04100174 rod.n.01 misc 40
|
158 |
+
1156 bathroom counter bathroom counter 24 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
159 |
+
84 oven oven 23 38 7 oven otherstructure Objects n03862676 oven.n.01 appliances 37
|
160 |
+
104 stand stand 23 39 6 stand otherfurniture Furniture table table table 4379243 n04301000 stand.n.04 table 5
|
161 |
+
229 scale scale 23 40 7 scale otherprop Objects n04141975 scale.n.07 objects 39
|
162 |
+
70 washing machine washing machine 23 39 6 washing machine otherfurniture Furniture washing_machine 4554684 n04554684 washer.n.03 appliances 37
|
163 |
+
325 broom broom 22 40 7 broom otherprop Objects n02906734 broom.n.01 objects 39
|
164 |
+
169 hat hat 22 40 7 hat otherprop Objects n03497657 hat.n.01 clothes 38
|
165 |
+
128 shower wall shower wall 22 1 12 wall wall Wall n04208936 shower.n.01 wall 1
|
166 |
+
331 guitar case guitar case 21 40 7 guitar case otherprop Objects objects 39
|
167 |
+
87 rack rack 21 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
168 |
+
488 water pitcher water pitcher 21 40 7 pitcher otherprop Objects n03950228 pitcher.n.02 objects 39
|
169 |
+
776 laundry detergent laundry detergent 21 40 7 otherprop Objects objects 39
|
170 |
+
370 hair dryer hair dryer 21 40 7 hair dryer otherprop Objects n03483316 hand_blower.n.01 objects 39
|
171 |
+
191 pillar pillar 21 38 7 column otherstructure Objects n03073977 column.n.07 column 24
|
172 |
+
748 divider divider 20 40 7 otherprop Objects wall 1
|
173 |
+
242 power outlet power outlet 19 40 7 otherprop Objects misc 40
|
174 |
+
45 dining table dining table 19 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
175 |
+
417 shower floor shower floor 19 2 5 floor floor Floor n04208936 shower.n.01 floor 2
|
176 |
+
70 washing machines washing machine 19 39 6 washing machine otherfurniture Furniture washing_machine 4554684 n04554684 washer.n.03 appliances 37
|
177 |
+
188 shower door shower door 19 8 12 door door Wall door n04208936 shower.n.01 door 4
|
178 |
+
1176 coffee kettle coffee kettle 18 40 7 pot otherprop Objects n03612814 kettle.n.01 objects 39
|
179 |
+
1177 wardrobe cabinet wardrobe 18 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
180 |
+
1178 structure structure 18 38 7 otherstructure Objects misc 40
|
181 |
+
18 bookshelves bookshelf 17 10 6 bookshelf bookshelf Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
182 |
+
110 clothes dryer clothes dryer 17 39 6 otherfurniture Furniture n03251766 dryer.n.01 appliances 37
|
183 |
+
148 toaster toaster 17 40 7 toaster otherprop Objects n04442312 toaster.n.02 appliances 37
|
184 |
+
63 shoe shoe 17 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
185 |
+
155 ironing board ironing board 16 39 6 ironing board otherfurniture Furniture n03586090 ironing_board.n.01 objects 39
|
186 |
+
572 alarm clock alarm clock 16 40 7 alarm clock otherprop Objects clock 3046257 n02694662 alarm_clock.n.01 objects 39
|
187 |
+
1179 shower head shower head 15 38 7 otherstructure Objects shower 23
|
188 |
+
28 lamp base lamp 15 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
189 |
+
392 water bottle water bottle 15 40 7 bottle otherprop Objects bottle bottle 2876657 n04557648 water_bottle.n.01 objects 39
|
190 |
+
1180 keyboard piano keyboard piano 15 39 6 piano otherfurniture Furniture piano piano 3928116 n03928116 piano.n.01 furniture 36
|
191 |
+
609 projector screen projector screen 15 38 7 projector screen otherstructure Objects misc 40
|
192 |
+
1181 case of water bottles case of water bottles 15 40 7 otherprop Objects objects 39
|
193 |
+
195 toaster oven toaster oven 14 40 7 toaster oven otherprop Objects n04442441 toaster_oven.n.01 appliances 37
|
194 |
+
581 music stand music stand 14 39 6 music stand otherfurniture Furniture n03801760 music_stand.n.01 furniture 36
|
195 |
+
58 staircase stairs 14 38 7 stairs otherstructure Objects n04298308 stairway.n.01 stairs 16
|
196 |
+
1182 coat rack coat rack 14 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 3
|
197 |
+
1183 storage organizer storage organizer 14 40 7 otherprop Objects shelving 3
|
198 |
+
139 machine machine 14 40 7 machine otherprop Objects n03699975 machine.n.01 appliances 37
|
199 |
+
1184 folded chair folded chair 14 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
200 |
+
1185 fire alarm fire alarm 14 40 7 otherprop Objects n03343737 fire_alarm.n.02 misc 40
|
201 |
+
156 fireplace fireplace 13 38 7 fireplace otherstructure Objects n03346455 fireplace.n.01 fireplace 27
|
202 |
+
408 vent vent 13 40 7 otherprop Objects n04526241 vent.n.01 misc 40
|
203 |
+
213 furniture furniture 13 39 6 furniture otherfurniture Furniture n03405725 furniture.n.01 furniture 36
|
204 |
+
1186 power strip power strip 13 40 7 otherprop Objects objects 39
|
205 |
+
1187 calendar calendar 13 40 7 otherprop Objects objects 39
|
206 |
+
1188 poster poster 13 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
207 |
+
115 toilet paper holder toilet paper holder 13 40 7 toilet paper holder otherprop Objects objects 39
|
208 |
+
1189 potted plant potted plant 12 40 7 plant otherprop Objects plant n00017222 plant.n.02 plant 14
|
209 |
+
304 stuffed animal stuffed animal 12 40 7 stuffed animal otherprop Objects n04399382 teddy.n.01 objects 39
|
210 |
+
1190 luggage luggage 12 40 7 luggage otherprop Objects n02774630 baggage.n.01 objects 39
|
211 |
+
21 curtains curtain 12 16 13 curtain curtain Window curtain n03151077 curtain.n.01 curtain 12
|
212 |
+
312 headphones headphones 12 40 7 otherprop Objects n03261776 earphone.n.01 objects 39
|
213 |
+
233 crate crate 12 39 6 crate otherfurniture Furniture n03127925 crate.n.01 objects 39
|
214 |
+
286 candle candle 12 40 7 candle otherprop Objects lamp n02948072 candle.n.01 objects 39
|
215 |
+
264 projector projector 12 40 7 projector otherprop Objects n04009552 projector.n.02 objects 39
|
216 |
+
110 clothes dryers clothes dryer 12 39 6 otherfurniture Furniture n03251766 dryer.n.01 appliances 37
|
217 |
+
1191 mattress mattress 12 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
218 |
+
356 dustpan dustpan 12 40 7 otherprop Objects n03259009 dustpan.n.02 objects 39
|
219 |
+
25 drawer drawer 11 39 6 drawer otherfurniture Furniture n03233905 drawer.n.01 furniture 36
|
220 |
+
750 rod rod 11 40 7 otherprop Objects pistol 3948459 n03427202 gat.n.01 misc 40
|
221 |
+
269 globe globe 11 40 7 globe otherprop Objects objects 39
|
222 |
+
307 footrest footrest 11 39 6 foot rest otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
223 |
+
410 piano bench piano bench 11 39 6 piano bench otherfurniture Furniture bench bench 2828884 n02828884 bench.n.01 seating 34
|
224 |
+
730 breakfast bar breakfast bar 11 38 7 bar otherstructure Objects counter 26
|
225 |
+
216 step stool step stool 11 40 7 step stool otherprop Objects stool n04315713 step_stool.n.01 stool 19
|
226 |
+
1192 hand rail hand rail 11 38 7 railing otherstructure Objects railing 30
|
227 |
+
119 vending machine vending machine 11 40 7 machine otherprop Objects n04525305 vending_machine.n.01 appliances 37
|
228 |
+
682 ceiling fan ceiling fan 11 40 7 fan otherprop Objects n03320046 fan.n.01 misc 40
|
229 |
+
434 swiffer swiffer 11 40 7 otherprop Objects objects 39
|
230 |
+
126 foosball table foosball table 11 39 6 foosball table otherfurniture Furniture table table table 4379243 n04379243 table.n.02 table 5
|
231 |
+
919 jar jar 11 40 7 jar otherprop Objects jar 3593526 n03593526 jar.n.01 objects 39
|
232 |
+
85 footstool footstool 11 39 6 ottoman otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
233 |
+
1193 folded table folded table 10 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
234 |
+
108 round table round table 10 7 10 table table Table table table table 4379243 n04114554 round_table.n.02 table 5
|
235 |
+
135 hamper hamper 10 40 7 basket otherprop Objects basket 2801938 n03482405 hamper.n.02 objects 39
|
236 |
+
1194 poster tube poster tube 10 40 7 otherprop Objects objects 39
|
237 |
+
432 case case 10 40 7 case otherprop Objects objects 39
|
238 |
+
53 carpet carpet 10 40 7 rug otherprop Objects n04118021 rug.n.01 floor 2
|
239 |
+
1195 thermostat thermostat 10 40 7 otherprop Objects n04422875 thermostat.n.01 misc 40
|
240 |
+
111 coat coat 10 40 7 jacket otherprop Objects n03057021 coat.n.01 clothes 38
|
241 |
+
305 water fountain water fountain 10 38 7 water fountain otherstructure Objects n03241335 drinking_fountain.n.01 misc 40
|
242 |
+
1125 smoke detector smoke detector 10 40 7 otherprop Objects misc 40
|
243 |
+
13 pillows pillow 9 18 7 pillow pillow Objects pillow 3938244 n03938244 pillow.n.01 cushion 8
|
244 |
+
1196 flip flops flip flops 9 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
245 |
+
1197 cloth cloth 9 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
246 |
+
1198 banner banner 9 40 7 otherprop Objects n02788021 banner.n.01 misc 40
|
247 |
+
1199 clothes hanger clothes hanger 9 40 7 otherprop Objects n03057920 coat_hanger.n.01 objects 39
|
248 |
+
1200 whiteboard eraser whiteboard eraser 9 40 7 otherprop Objects objects 39
|
249 |
+
378 iron iron 9 40 7 otherprop Objects n03584829 iron.n.04 objects 39
|
250 |
+
591 instrument case instrument case 9 40 7 case otherprop Objects objects 39
|
251 |
+
49 toilet paper rolls toilet paper 9 40 7 toilet paper otherprop Objects n15075141 toilet_tissue.n.01 objects 39
|
252 |
+
92 soap soap 9 40 7 soap otherprop Objects n04253437 soap.n.01 objects 39
|
253 |
+
1098 block block 9 40 7 otherprop Objects misc 40
|
254 |
+
291 wall hanging wall hanging 8 40 7 otherprop Objects n03491178 hanging.n.01 picture 6
|
255 |
+
1063 kitchen island kitchen island 8 38 7 kitchen island otherstructure Objects n03620600 kitchen_island.n.01 counter 26
|
256 |
+
107 pipes pipe 8 38 7 otherstructure Objects misc 40
|
257 |
+
1135 toothbrush toothbrush 8 40 7 toothbrush otherprop Objects n04453156 toothbrush.n.01 objects 39
|
258 |
+
189 shirt shirt 8 40 7 otherprop Objects n04197391 shirt.n.01 clothes 38
|
259 |
+
245 cutting board cutting board 8 40 7 cutting board otherprop Objects n03025513 chopping_board.n.01 objects 39
|
260 |
+
194 vase vase 8 40 7 vase otherprop Objects vase jar 3593526 n04522168 vase.n.01 objects 39
|
261 |
+
1201 shower control valve shower control valve 8 38 7 otherstructure Objects n04208936 shower.n.01 shower 23
|
262 |
+
386 exercise machine exercise machine 8 40 7 machine otherprop Objects gym_equipment 33
|
263 |
+
1202 compost bin compost bin 8 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
264 |
+
857 shorts shorts 8 40 7 shorts otherprop Objects clothes 38
|
265 |
+
452 tire tire 8 40 7 otherprop Objects n04440749 tire.n.01 objects 39
|
266 |
+
1203 teddy bear teddy bear 7 40 7 stuffed animal otherprop Objects n04399382 teddy.n.01 objects 39
|
267 |
+
346 bathrobe bathrobe 7 40 7 otherprop Objects n02807616 bathrobe.n.01 clothes 38
|
268 |
+
152 handrail handrail 7 38 7 railing otherstructure Objects n02788148 bannister.n.02 railing 30
|
269 |
+
83 faucet faucet 7 40 7 faucet otherprop Objects faucet 3325088 n03325088 faucet.n.01 misc 40
|
270 |
+
1204 pantry wall pantry wall 7 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
271 |
+
726 thermos thermos 7 40 7 flask otherprop Objects bottle bottle 2876657 n04422727 thermos.n.01 objects 39
|
272 |
+
61 rug rug 7 40 7 rug otherprop Objects n04118021 rug.n.01 floor 2
|
273 |
+
39 couch cushions cushion 7 18 7 pillow pillow Objects n03151500 cushion.n.03 cushion 8
|
274 |
+
1117 tripod tripod 7 39 6 stand otherfurniture Furniture n04485082 tripod.n.01 objects 39
|
275 |
+
540 mailbox mailbox 7 29 7 box box Objects mailbox 3710193 n03710193 mailbox.n.01 misc 40
|
276 |
+
1205 tupperware tupperware 7 40 7 otherprop Objects objects 39
|
277 |
+
415 shoe rack shoe rack 7 40 7 shoe rack otherprop Objects shelving 31
|
278 |
+
31 towels towel 6 27 7 towel towel Objects n04459362 towel.n.01 towel 20
|
279 |
+
1206 beer bottles beer bottle 6 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
280 |
+
153 treadmill treadmill 6 39 6 treadmill otherfurniture Furniture n04477387 treadmill.n.01 gym_equipment 33
|
281 |
+
1207 salt salt 6 40 7 otherprop Objects objects 39
|
282 |
+
129 chest chest 6 39 6 chest otherfurniture Furniture dresser dresser chest_of_drawers 13
|
283 |
+
220 dispenser dispenser 6 40 7 otherprop Objects n03210683 dispenser.n.01 objects 39
|
284 |
+
1208 mirror doors mirror door 6 8 12 door door Wall door n03221720 door.n.01 door 4
|
285 |
+
231 remote remote 6 40 7 otherprop Objects remote_control 4074963 n04074963 remote_control.n.01 objects 39
|
286 |
+
1209 folded ladder folded ladder 6 39 6 ladder otherfurniture Furniture stairs n03632277 ladder.n.01 misc 40
|
287 |
+
39 cushion cushion 6 18 7 pillow pillow Objects n03151500 cushion.n.03 cushion 8
|
288 |
+
1210 carton carton 6 40 7 otherprop Objects objects 39
|
289 |
+
117 step step 6 38 7 otherstructure Objects n04314914 step.n.04 misc 40
|
290 |
+
822 drying rack drying rack 6 39 6 drying rack otherfurniture Furniture shelving 31
|
291 |
+
238 slippers slipper 6 40 7 shoe otherprop Objects n04241394 slipper.n.01 clothes 38
|
292 |
+
143 pool table pool table 6 39 6 pool table otherfurniture Furniture table table table 4379243 n03982430 pool_table.n.01 table 5
|
293 |
+
1211 soda stream soda stream 6 40 7 otherprop Objects objects 39
|
294 |
+
228 toilet brush toilet brush 6 40 7 toilet brush otherprop Objects objects 39
|
295 |
+
494 loft bed loft bed 6 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
296 |
+
226 cooking pot cooking pot 6 40 7 pot otherprop Objects objects 39
|
297 |
+
91 heater heater 6 39 6 heater otherfurniture Furniture n03508101 heater.n.01 misc 40
|
298 |
+
1072 messenger bag messenger bag 6 37 7 bag bag Objects objects 39
|
299 |
+
435 stapler stapler 6 40 7 stapler otherprop Objects n04303497 stapler.n.01 objects 39
|
300 |
+
1165 closet walls closet wall 5 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
301 |
+
345 scanner scanner 5 40 7 otherprop Objects appliances 37
|
302 |
+
893 elliptical machine elliptical machine 5 40 7 machine otherprop Objects gym_equipment 33
|
303 |
+
621 kettle kettle 5 40 7 pot otherprop Objects n03612814 kettle.n.01 objects 39
|
304 |
+
1212 metronome metronome 5 40 7 otherprop Objects n03757604 metronome.n.01 objects 39
|
305 |
+
297 dumbell dumbell 5 40 7 otherprop Objects objects 39
|
306 |
+
1213 music book music book 5 23 2 book books Books n02870526 book.n.11 objects 39
|
307 |
+
1214 rice cooker rice cooker 5 40 7 otherprop Objects objects 39
|
308 |
+
1215 dart board dart board 5 38 7 board otherstructure Objects n03162940 dartboard.n.01 objects 39
|
309 |
+
529 sewing machine sewing machine 5 40 7 sewing machine otherprop Objects n04179913 sewing_machine.n.01 objects 39
|
310 |
+
1216 grab bar grab bar 5 38 7 railing otherstructure Objects railing 30
|
311 |
+
1217 flowerpot flowerpot 5 40 7 vase otherprop Objects vase jar 3593526 n04522168 vase.n.01 objects 39
|
312 |
+
1218 painting painting 5 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
313 |
+
1219 railing railing 5 38 7 railing otherstructure Objects n04047401 railing.n.01 railing 30
|
314 |
+
1220 stair stair 5 38 7 stairs otherstructure Objects stairs n04314914 step.n.04 stairs 16
|
315 |
+
525 toolbox toolbox 5 39 6 chest otherfurniture Furniture n04452615 toolbox.n.01 objects 39
|
316 |
+
204 nerf gun nerf gun 5 40 7 otherprop Objects objects 39
|
317 |
+
693 binders binder 5 40 7 binder otherprop Objects objects 39
|
318 |
+
179 desk lamp desk lamp 5 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
319 |
+
1221 quadcopter quadcopter 5 40 7 otherprop Objects objects 39
|
320 |
+
1222 pitcher pitcher 5 40 7 pitcher otherprop Objects n03950228 pitcher.n.02 objects 39
|
321 |
+
1223 hanging hanging 5 40 7 otherprop Objects misc 40
|
322 |
+
1224 mail mail 5 40 7 otherprop Objects misc 40
|
323 |
+
1225 closet ceiling closet ceiling 5 22 3 ceiling ceiling Ceiling n02990373 ceiling.n.01 ceiling 17
|
324 |
+
1226 hoverboard hoverboard 5 40 7 otherprop Objects objects 39
|
325 |
+
1227 beanbag chair beanbag chair 5 39 6 bean bag otherfurniture Furniture n02816656 beanbag.n.01 chair 3
|
326 |
+
571 water heater water heater 5 40 7 water heater otherprop Objects n04560113 water_heater.n.01 misc 40
|
327 |
+
1228 spray bottle spray bottle 5 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
328 |
+
556 rope rope 5 40 7 rope otherprop Objects n04108268 rope.n.01 objects 39
|
329 |
+
280 plastic container plastic container 5 40 7 container otherprop Objects objects 39
|
330 |
+
1229 soap bottle soap bottle 5 40 7 soap otherprop Objects objects 39
|
331 |
+
1230 ikea bag ikea bag 4 37 7 bag bag Objects 2773838 n02773838 bag.n.06 objects 39
|
332 |
+
1231 sleeping bag sleeping bag 4 40 7 otherprop Objects n04235860 sleeping_bag.n.01 objects 39
|
333 |
+
1232 duffel bag duffel bag 4 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
334 |
+
746 frying pan frying pan 4 40 7 frying pan otherprop Objects n03400231 frying_pan.n.01 objects 39
|
335 |
+
1233 oven mitt oven mitt 4 40 7 otherprop Objects objects 39
|
336 |
+
1234 pot pot 4 40 7 pot otherprop Objects n04235860 sleeping_bag.n.01 objects 39
|
337 |
+
144 hand dryer hand dryer 4 40 7 otherprop Objects objects 39
|
338 |
+
282 dollhouse dollhouse 4 39 6 doll house otherfurniture Furniture n03219483 dollhouse.n.01 objects 39
|
339 |
+
167 shampoo bottle shampoo bottle 4 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
340 |
+
1235 hair brush hair brush 4 40 7 otherprop Objects n02908217 brush.n.02 objects 39
|
341 |
+
1236 tennis racket tennis racket 4 40 7 otherprop Objects n04409806 tennis_racket.n.01 objects 39
|
342 |
+
1237 display case display case 4 40 7 case otherprop Objects objects 39
|
343 |
+
234 ping pong table ping pong table 4 39 6 ping pong table otherfurniture Furniture table table table 4379243 n04379243 table.n.02 table 5
|
344 |
+
563 boiler boiler 4 40 7 otherprop Objects misc 40
|
345 |
+
1238 bag of coffee beans bag of coffee beans 4 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
346 |
+
1239 bananas banana 4 40 7 otherprop Objects n00021265 food.n.01 objects 39
|
347 |
+
1240 carseat carseat 4 40 7 otherprop Objects misc 40
|
348 |
+
366 helmet helmet 4 40 7 otherprop Objects helmet 3513137 n03513137 helmet.n.02 clothes 38
|
349 |
+
816 umbrella umbrella 4 40 7 umbrella otherprop Objects n04507155 umbrella.n.01 objects 39
|
350 |
+
1241 coffee box coffee box 4 40 7 otherprop Objects objects 39
|
351 |
+
719 envelope envelope 4 40 7 envelope otherprop Objects n03291819 envelope.n.01 objects 39
|
352 |
+
284 wet floor sign wet floor sign 4 40 7 sign otherprop Objects misc 40
|
353 |
+
1242 clothing rack clothing rack 4 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
354 |
+
247 controller controller 4 40 7 otherprop Objects n03096960 control.n.09 objects 39
|
355 |
+
1243 bath walls bathroom wall 4 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
356 |
+
1244 podium podium 4 39 6 otherfurniture Furniture n03159640 dais.n.01 furniture 36
|
357 |
+
1245 storage box storage box 4 29 7 box box Objects n02883344 box.n.01 objects 39
|
358 |
+
1246 dolly dolly 4 40 7 otherprop Objects misc 40
|
359 |
+
1247 shampoo shampoo 3 40 7 otherprop Objects n04183516 shampoo.n.01 objects 39
|
360 |
+
592 paper tray paper tray 3 40 7 paper tray otherprop Objects objects 39
|
361 |
+
385 cabinet door cabinet door 3 8 12 door door Wall door door 4
|
362 |
+
1248 changing station changing station 3 40 7 otherprop Objects misc 40
|
363 |
+
1249 poster printer poster printer 3 40 7 printer otherprop Objects printer 4004475 n04004475 printer.n.03 appliances 37
|
364 |
+
133 screen screen 3 40 7 otherprop Objects n03151077 curtain.n.01 curtain 12
|
365 |
+
301 soap bar soap bar 3 38 7 bar otherstructure Objects objects 39
|
366 |
+
1250 crutches crutches 3 40 7 otherprop Objects n03141823 crutch.n.01 objects 39
|
367 |
+
379 studio light studio light 3 38 7 light otherstructure Objects lighting 28
|
368 |
+
130 stack of cups cup 3 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
369 |
+
1251 toilet flush button toilet flush button 3 40 7 otherprop Objects objects 39
|
370 |
+
450 trunk trunk 3 40 7 otherprop Objects misc 40
|
371 |
+
1252 grocery bag grocery bag 3 37 7 bag bag Objects suitcase 2773838 n03461288 grocery_bag.n.01 objects 39
|
372 |
+
316 plastic bin plastic bin 3 40 7 bin otherprop Objects objects 39
|
373 |
+
1253 pizza box pizza box 3 29 7 box box Objects objects 39
|
374 |
+
385 cabinet doors cabinet door 3 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 door 4
|
375 |
+
1254 legs legs 3 31 7 person person Objects person n05217688 person.n.02 misc 40
|
376 |
+
461 car car 3 40 7 car otherprop Objects car car 2958343 n02958343 car.n.01 misc 40
|
377 |
+
1255 shaving cream shaving cream 3 40 7 otherprop Objects n04186051 shaving_cream.n.01 objects 39
|
378 |
+
1256 luggage stand luggage stand 3 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
379 |
+
599 shredder shredder 3 40 7 otherprop Objects n04210120 shredder.n.01 objects 39
|
380 |
+
281 statue statue 3 40 7 sculpture otherprop Objects n04306847 statue.n.01 misc 40
|
381 |
+
1257 urinal urinal 3 33 7 toilet toilet Objects toilet toilet n04515991 urinal.n.01 toilet 18
|
382 |
+
1258 hose hose 3 40 7 otherprop Objects n03539875 hose.n.03 misc 40
|
383 |
+
1259 bike pump bike pump 3 40 7 otherprop Objects objects 39
|
384 |
+
319 coatrack coatrack 3 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
385 |
+
1260 bear bear 3 40 7 otherprop Objects objects 39
|
386 |
+
28 wall lamp lamp 3 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
387 |
+
1261 humidifier humidifier 3 40 7 otherprop Objects objects 39
|
388 |
+
546 toothpaste toothpaste 3 40 7 toothpaste otherprop Objects objects 39
|
389 |
+
1262 mouthwash bottle mouthwash bottle 3 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
390 |
+
1263 poster cutter poster cutter 3 40 7 otherprop Objects objects 39
|
391 |
+
1264 golf bag golf bag 3 37 7 bag bag Objects suitcase 2773838 n03445617 golf_bag.n.01 objects 39
|
392 |
+
1265 food container food container 3 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
393 |
+
1266 camera camera 3 40 7 otherprop Objects objects 39
|
394 |
+
28 table lamp lamp 3 35 7 lamp lamp Objects lamp lamp 3636649 n04380533 table_lamp.n.01 lighting 28
|
395 |
+
1267 yoga mat yoga mat 3 20 5 floor mat floor mat Floor n03727837 mat.n.01 floor 2
|
396 |
+
1268 card card 3 40 7 otherprop Objects objects 39
|
397 |
+
1269 mug mug 3 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
398 |
+
188 shower doors shower door 3 38 7 otherstructure Objects n04208936 shower.n.01 door 4
|
399 |
+
689 cardboard cardboard 3 40 7 otherprop Objects objects 39
|
400 |
+
1270 rack stand rack stand 3 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
401 |
+
1271 boxes of paper boxes of paper 3 29 7 box box Objects n02883344 box.n.01 objects 39
|
402 |
+
1272 flag flag 3 40 7 otherprop Objects misc 40
|
403 |
+
354 futon futon 3 39 6 mattress otherfurniture Furniture n03408444 futon.n.01 sofa 10
|
404 |
+
339 magazine magazine 3 40 7 magazine otherprop Objects n06595351 magazine.n.01 objects 39
|
405 |
+
1009 exit sign exit sign 3 40 7 exit sign otherprop Objects misc 40
|
406 |
+
1273 rolled poster rolled poster 3 40 7 otherprop Objects objects 39
|
407 |
+
1274 wheel wheel 3 40 7 otherprop Objects objects 39
|
408 |
+
15 pictures picture 3 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
409 |
+
1275 blackboard eraser blackboard eraser 3 40 7 eraser otherprop Objects n03294833 eraser.n.01 objects 39
|
410 |
+
361 organizer organizer 3 40 7 otherprop Objects n03918737 personal_digital_assistant.n.01 objects 39
|
411 |
+
1276 doll doll 3 40 7 toy otherprop Objects n03219135 doll.n.01 objects 39
|
412 |
+
326 book rack book rack 3 39 6 bookrack otherfurniture Furniture objects 39
|
413 |
+
1277 laundry bag laundry bag 3 40 7 laundry basket otherprop Objects basket 2801938 n03050864 clothes_hamper.n.01 objects 39
|
414 |
+
1278 sponge sponge 3 40 7 otherprop Objects n01906749 sponge.n.04 objects 39
|
415 |
+
116 seating seat 3 39 6 furniture otherfurniture Furniture n04161981 seat.n.03 furniture 36
|
416 |
+
1184 folded chairs folded chair 2 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
417 |
+
1279 lotion bottle lotion bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
418 |
+
212 can can 2 40 7 can otherprop Objects can 2946921 n02946921 can.n.01 objects 39
|
419 |
+
1280 lunch box lunch box 2 40 7 otherprop Objects objects 39
|
420 |
+
1281 food display food display 2 40 7 otherprop Objects misc 40
|
421 |
+
794 storage shelf storage shelf 2 40 7 otherprop Objects shelving 31
|
422 |
+
1282 sliding wood door sliding wood door 2 40 7 otherprop Objects door 4
|
423 |
+
955 pants pants 2 40 7 otherprop Objects n04489008 trouser.n.01 clothes 38
|
424 |
+
387 wood wood 2 40 7 otherprop Objects misc 40
|
425 |
+
69 boards board 2 38 7 board otherstructure Objects board_panel 35
|
426 |
+
65 bottles bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
427 |
+
523 washcloth washcloth 2 40 7 otherprop Objects n04554523 washcloth.n.01 towel 20
|
428 |
+
389 workbench workbench 2 39 6 bench otherfurniture Furniture bench table 4379243 n04600486 workbench.n.01 table 5
|
429 |
+
29 open kitchen cabinet kitchen cabinet 2 3 6 cabinet cabinet Furniture n02933112 cabinet.n.01 cabinet 7
|
430 |
+
1283 organizer shelf organizer shelf 2 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
431 |
+
146 frame frame 2 38 7 otherstructure Objects misc 40
|
432 |
+
130 cups cup 2 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
433 |
+
372 exercise ball exercise ball 2 40 7 ball otherprop Objects n04285146 sports_equipment.n.01 gym_equipment 33
|
434 |
+
289 easel easel 2 39 6 stand otherfurniture Furniture n03262809 easel.n.01 furniture 36
|
435 |
+
440 garbage bag garbage bag 2 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
436 |
+
321 roomba roomba 2 40 7 otherprop Objects objects 39
|
437 |
+
976 garage door garage door 2 38 7 garage door otherstructure Objects door door 4
|
438 |
+
1256 luggage rack luggage stand 2 39 6 stand otherfurniture Furniture n04038440 shelving 31
|
439 |
+
1284 bike lock bike lock 2 40 7 otherprop Objects objects 39
|
440 |
+
1285 briefcase briefcase 2 40 7 otherprop Objects n02900705 briefcase.n.01 objects 39
|
441 |
+
357 hand towel hand towel 2 27 7 towel towel Objects n03490006 hand_towel.n.01 towel 20
|
442 |
+
1286 bath products bath product 2 40 7 otherprop Objects objects 39
|
443 |
+
1287 star star 2 40 7 otherprop Objects n09444783 star.n.03 misc 40
|
444 |
+
365 map map 2 40 7 map otherprop Objects n03720163 map.n.01 misc 40
|
445 |
+
1288 coffee bean bag coffee bean bag 2 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
446 |
+
81 headboard headboard 2 39 6 headboard otherfurniture Furniture n03502200 headboard.n.01 bed 11
|
447 |
+
1289 ipad ipad 2 40 7 otherprop Objects objects 39
|
448 |
+
1290 display rack display rack 2 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
449 |
+
948 traffic cone traffic cone 2 40 7 cone otherprop Objects cone objects 39
|
450 |
+
174 toiletry toiletry 2 40 7 otherprop Objects n04447443 toiletry.n.01 objects 39
|
451 |
+
1028 canopy canopy 2 40 7 otherprop Objects misc 40
|
452 |
+
1291 massage chair massage chair 2 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
453 |
+
1292 paper organizer paper organizer 2 40 7 otherprop Objects objects 39
|
454 |
+
1005 barricade barricade 2 40 7 otherprop Objects misc 40
|
455 |
+
235 platform platform 2 38 7 otherstructure Objects misc 40
|
456 |
+
1293 cap cap 2 40 7 hat otherprop Objects n03497657 hat.n.01 clothes 38
|
457 |
+
1294 dumbbell plates dumbbell plates 2 40 7 otherprop Objects objects 39
|
458 |
+
1295 elevator elevator 2 38 7 otherstructure Objects misc 40
|
459 |
+
1296 cooking pan cooking pan 2 40 7 pan otherprop Objects n03880531 pan.n.01 objects 39
|
460 |
+
1297 trash bag trash bag 2 37 7 bag bag Objects objects 39
|
461 |
+
1298 santa santa 2 40 7 otherprop Objects misc 40
|
462 |
+
1299 jewelry box jewelry box 2 29 7 box box Objects n02883344 box.n.01 objects 39
|
463 |
+
1300 boat boat 2 40 7 otherprop Objects misc 40
|
464 |
+
1301 sock sock 2 21 7 clothes clothes Objects n04254777 sock.n.01 clothes 38
|
465 |
+
1051 kinect kinect 2 40 7 kinect otherprop Objects objects 39
|
466 |
+
566 crib crib 2 39 6 crib otherfurniture Furniture furniture 36
|
467 |
+
1302 plastic storage bin plastic storage bin 2 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
468 |
+
1062 cooler cooler 2 24 6 refridgerator refridgerator Furniture n03102654 cooler.n.01 appliances 37
|
469 |
+
1303 kitchen apron kitchen apron 2 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
470 |
+
1304 dishwashing soap bottle dishwashing soap bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
471 |
+
1305 xbox controller xbox controller 2 40 7 otherprop Objects objects 39
|
472 |
+
1306 banana holder banana holder 2 40 7 otherprop Objects objects 39
|
473 |
+
298 ping pong paddle ping pong paddle 2 40 7 otherprop Objects table 5
|
474 |
+
1307 airplane airplane 2 40 7 otherprop Objects misc 40
|
475 |
+
1308 conditioner bottle conditioner bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
476 |
+
1309 tea kettle tea kettle 2 40 7 tea kettle otherprop Objects n04397768 teakettle.n.01 objects 39
|
477 |
+
43 bedframe bedframe 2 39 6 otherfurniture Furniture n02822579 bedstead.n.01 bed 11
|
478 |
+
1310 wood beam wood beam 2 38 7 otherstructure Objects beam 29
|
479 |
+
593 toilet paper package toilet paper package 2 40 7 otherprop Objects objects 39
|
480 |
+
1311 wall mounted coat rack wall mounted coat rack 2 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
481 |
+
1312 film light film light 2 40 7 otherprop Objects lighting 28
|
482 |
+
749 ceiling lamp ceiling lamp 1 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
483 |
+
623 chain chain 1 40 7 otherprop Objects chair 3
|
484 |
+
1313 sofa sofa 1 6 9 sofa sofa Sofa sofa sofa sofa 4256520 n04256520 sofa.n.01 sofa 10
|
485 |
+
99 closet wardrobe wardrobe 1 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
486 |
+
265 sweater sweater 1 40 7 otherprop Objects n04370048 sweater.n.01 clothes 38
|
487 |
+
1314 kitchen mixer kitchen mixer 1 40 7 otherprop Objects appliances 37
|
488 |
+
99 wardrobe wardrobe 1 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
489 |
+
1315 water softener water softener 1 40 7 otherprop Objects misc 40
|
490 |
+
448 banister banister 1 38 7 banister otherstructure Objects n02788148 bannister.n.02 railing 30
|
491 |
+
257 trolley trolley 1 40 7 trolley otherprop Objects n04335435 streetcar.n.01 misc 40
|
492 |
+
1316 pantry shelf pantry shelf 1 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
493 |
+
786 sofa bed sofa bed 1 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
494 |
+
801 loofa loofa 1 40 7 otherprop Objects objects 39
|
495 |
+
972 shower faucet handle shower faucet handle 1 40 7 handle otherprop Objects shower 23
|
496 |
+
1317 toy piano toy piano 1 40 7 toy otherprop Objects n03964744 plaything.n.01 objects 39
|
497 |
+
1318 fish fish 1 40 7 otherprop Objects n02512053 fish.n.01 objects 39
|
498 |
+
75 file cabinets file cabinet 1 3 6 cabinet cabinet Furniture cabinet 2933112 n03337140 file.n.03 cabinet 7
|
499 |
+
657 cat litter box cat litter box 1 29 7 box box Objects objects 39
|
500 |
+
561 electric panel electric panel 1 40 7 otherprop Objects misc 40
|
501 |
+
93 suitcases suitcase 1 40 7 luggage otherprop Objects n02774630 baggage.n.01 objects 39
|
502 |
+
513 curtain rod curtain rod 1 38 7 curtain rod otherstructure Objects curtain 12
|
503 |
+
411 bunk bed bunk bed 1 39 6 bunk bed otherfurniture Furniture bed bed bed 2818832 n02920259 bunk_bed.n.01 bed 11
|
504 |
+
1122 chandelier chandelier 1 38 7 chandelier otherstructure Objects n03005285 chandelier.n.01 lighting 28
|
505 |
+
922 tape tape 1 40 7 tape otherprop Objects objects 39
|
506 |
+
88 plates plate 1 40 7 otherprop Objects n03959485 plate.n.04 objects 39
|
507 |
+
518 alarm alarm 1 40 7 alarm otherprop Objects clock 3046257 n02694662 alarm_clock.n.01 objects 39
|
508 |
+
814 fire hose fire hose 1 40 7 otherprop Objects n03346004 fire_hose.n.01 misc 40
|
509 |
+
1319 toy dinosaur toy dinosaur 1 40 7 toy otherprop Objects n03964744 plaything.n.01 objects 39
|
510 |
+
1320 cone cone 1 40 7 otherprop Objects objects 39
|
511 |
+
649 glass doors glass door 1 8 12 door door Wall door n03221720 door.n.01 door 4
|
512 |
+
607 hatrack hatrack 1 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
513 |
+
819 subwoofer subwoofer 1 40 7 speaker otherprop Objects speaker 3691459 n04349401 subwoofer.n.01 objects 39
|
514 |
+
1321 fire sprinkler fire sprinkler 1 40 7 otherprop Objects misc 40
|
515 |
+
1322 trash cabinet trash cabinet 1 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
516 |
+
1204 pantry walls pantry wall 1 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
517 |
+
227 photo photo 1 40 7 photo otherprop Objects n03925226 photograph.n.01 picture 6
|
518 |
+
817 barrier barrier 1 40 7 otherprop Objects n02796623 barrier.n.01 misc 40
|
519 |
+
130 stacks of cups cup 1 40 7 otherprop Objects n03147509 cup.n.01 objects 39
|
520 |
+
712 beachball beachball 1 40 7 ball otherprop Objects n02814224 beach_ball.n.01 objects 39
|
521 |
+
1323 folded boxes folded boxes 1 40 7 otherprop Objects objects 39
|
522 |
+
1324 contact lens solution bottle contact lens solution bottle 1 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
523 |
+
673 covered box covered box 1 29 7 box box Objects objects 39
|
524 |
+
459 folder folder 1 40 7 folder otherprop Objects n03376279 folder.n.02 objects 39
|
525 |
+
643 mail trays mail tray 1 40 7 mail tray otherprop Objects objects 39
|
526 |
+
238 slipper slipper 1 40 7 otherprop Objects n04241394 slipper.n.01 clothes 38
|
527 |
+
765 magazine rack magazine rack 1 39 6 stand otherfurniture Furniture n03704549 magazine_rack.n.01 shelving 31
|
528 |
+
1008 sticker sticker 1 40 7 sticker otherprop Objects n07272545 gummed_label.n.01 objects 39
|
529 |
+
225 lotion lotion 1 40 7 otherprop Objects n03690938 lotion.n.01 objects 39
|
530 |
+
1083 buddha buddha 1 40 7 otherprop Objects objects 39
|
531 |
+
813 file organizer file organizer 1 40 7 otherprop Objects objects 39
|
532 |
+
138 paper towel rolls paper towel roll 1 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
533 |
+
1145 night lamp night lamp 1 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
534 |
+
796 fuse box fuse box 1 40 7 otherprop Objects misc 40
|
535 |
+
1325 knife block knife block 1 40 7 otherprop Objects objects 39
|
536 |
+
363 furnace furnace 1 39 6 furnace otherfurniture Furniture n03404449 furnace.n.01
|
537 |
+
1174 cd cases cd case 1 40 7 otherprop Objects objects 39
|
538 |
+
38 stools stool 1 40 7 stool otherprop Objects stool n04326896 stool.n.01 stool 19
|
539 |
+
1326 hand sanitzer dispenser hand sanitzer dispenser 1 40 7 otherprop Objects n04254120 soap_dispenser.n.01 objects 39
|
540 |
+
997 teapot teapot 1 40 7 tea pot otherprop Objects n04398044 teapot.n.01 objects 39
|
541 |
+
1327 pen holder pen holder 1 40 7 otherprop Objects objects 39
|
542 |
+
1328 tray rack tray rack 1 40 7 otherprop Objects objects 39
|
543 |
+
1329 wig wig 1 40 7 otherprop Objects n04584207 wig.n.01 objects 39
|
544 |
+
182 switch switch 1 40 7 otherprop Objects n04372370 switch.n.01 misc 40
|
545 |
+
280 plastic containers plastic container 1 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
546 |
+
1330 night light night light 1 40 7 otherprop Objects lighting 28
|
547 |
+
1331 notepad notepad 1 40 7 otherprop Objects objects 39
|
548 |
+
1332 mail bin mail bin 1 40 7 otherprop Objects misc 40
|
549 |
+
1333 elevator button elevator button 1 40 7 otherprop Objects misc 40
|
550 |
+
939 gaming wheel gaming wheel 1 40 7 otherprop Objects objects 39
|
551 |
+
1334 drum set drum set 1 40 7 otherprop Objects objects 39
|
552 |
+
480 cosmetic bag cosmetic bag 1 37 7 bag bag Objects objects 39
|
553 |
+
907 coffee mug coffee mug 1 40 7 vessel otherprop Objects cup or mug 3797390 n03063599 coffee_mug.n.01 objects 39
|
554 |
+
1335 closet shelf closet shelf 1 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
555 |
+
1336 baby mobile baby mobile 1 40 7 otherprop Objects objects 39
|
556 |
+
829 diaper bin diaper bin 1 40 7 bin otherprop Objects objects 39
|
557 |
+
947 door wall door wall 1 1 12 wall wall Wall wall 1
|
558 |
+
1116 stepstool stepstool 1 40 7 step stool otherprop Objects objects 39
|
559 |
+
599 paper shredder shredder 1 40 7 otherprop Objects n04210120 shredder.n.01 objects 39
|
560 |
+
733 dress rack dress rack 1 40 7 otherprop Objects n03238762 dress_rack.n.01 misc 40
|
561 |
+
123 cover cover 1 40 7 blanket otherprop Objects objects 39
|
562 |
+
506 shopping bag shopping bag 1 37 7 bag bag Objects n04204081 shopping_bag.n.01 objects 39
|
563 |
+
569 sliding door sliding door 1 8 12 door door Wall door n04239074 sliding_door.n.01 door 4
|
564 |
+
1337 exercise bike exercise bike 1 40 7 machine otherprop Objects n04210120 shredder.n.01 gym_equipment 33
|
565 |
+
1338 recliner chair recliner chair 1 5 4 chair chair Chair chair chair chair 3001627 n03238762 dress_rack.n.01 chair 3
|
566 |
+
1314 kitchenaid mixer kitchen mixer 1 40 7 otherprop Objects appliances 37
|
567 |
+
1339 soda can soda can 1 40 7 can otherprop Objects can 2946921 n02946921 can.n.01 objects 39
|
568 |
+
1340 stovetop stovetop 1 38 7 stove otherstructure Objects stove 4330267 n04330267 stove.n.02 appliances 37
|
569 |
+
851 stepladder stepladder 1 39 6 ladder otherfurniture Furniture stairs n04315599 step_ladder.n.01 stairs 16
|
570 |
+
142 tap tap 1 40 7 faucet otherprop Objects faucet 3325088 n04559451 water_faucet.n.01 objects 39
|
571 |
+
436 cable cable 1 40 7 cables otherprop Objects objects 39
|
572 |
+
1341 baby changing station baby changing station 1 39 6 otherfurniture Furniture furniture 36
|
573 |
+
1342 costume costume 1 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
574 |
+
885 rocking chair rocking chair 1 5 4 chair chair Chair chair chair chair 3001627 n04099969 rocking_chair.n.01 chair 3
|
575 |
+
693 binder binder 1 40 7 binder otherprop Objects objects 39
|
576 |
+
815 media center media center 1 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
577 |
+
401 towel rack towel rack 1 40 7 otherprop Objects n04459773 towel_rack.n.01 misc 40
|
578 |
+
1343 medal medal 1 40 7 otherprop Objects objects 39
|
579 |
+
1184 stack of folded chairs folded chair 1 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
580 |
+
1344 telescope telescope 1 40 7 otherprop Objects n04403638 telescope.n.01 objects 39
|
581 |
+
1345 closet doorframe closet doorframe 1 8 12 door door Wall door door 4
|
582 |
+
160 glass glass 1 38 7 glass otherstructure Objects n03438257 glass.n.02 misc 40
|
583 |
+
1126 baseball cap baseball cap 1 40 7 otherprop Objects cap 2954340 n02799323 baseball_cap.n.01 clothes 38
|
584 |
+
1346 battery disposal jar battery disposal jar 1 40 7 jar otherprop Objects jar 3593526 n03593526 jar.n.01 objects 39
|
585 |
+
332 mop mop 1 40 7 otherprop Objects n04367480 swab.n.02 objects 39
|
586 |
+
397 tank tank 1 40 7 otherprop Objects objects 39
|
587 |
+
643 mail tray mail tray 1 40 7 mail tray otherprop Objects objects 39
|
588 |
+
551 centerpiece centerpiece 1 40 7 centerpiece otherprop Objects n02994419 centerpiece.n.02 objects 39
|
589 |
+
1163 stick stick 1 40 7 stick otherprop Objects objects 39
|
590 |
+
1347 closet floor closet floor 1 2 5 floor floor Floor n03365592 floor.n.01 floor 2
|
591 |
+
1348 dryer sheets dryer sheets 1 40 7 otherprop Objects objects 39
|
592 |
+
803 bycicle bycicle 1 40 7 otherprop Objects misc 40
|
593 |
+
484 flower stand flower stand 1 39 6 stand otherfurniture Furniture furniture 36
|
594 |
+
1349 air mattress air mattress 1 4 1 bed bed Bed bed bed bed 2818832 n02690809 air_mattress.n.01 bed 11
|
595 |
+
1350 clip clip 1 40 7 otherprop Objects objects 39
|
596 |
+
222 side table side table 1 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
597 |
+
1253 pizza boxes pizza box 1 29 7 box box Objects n02883344 box.n.01 objects 39
|
598 |
+
1351 display display 1 39 7 otherfurniture Furniture n03211117 display.n.06 misc 40
|
599 |
+
1352 postcard postcard 1 40 7 otherprop Objects objects 39
|
600 |
+
828 display sign display sign 1 40 7 sign otherprop Objects misc 40
|
601 |
+
1353 paper towel paper towel 1 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
602 |
+
612 boots boot 1 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
603 |
+
1354 tennis racket bag tennis racket bag 1 40 7 otherprop Objects objects 39
|
604 |
+
1355 air hockey table air hockey table 1 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
605 |
+
1301 socks sock 1 21 7 clothes clothes Objects n04254777 sock.n.01 clothes 38
|
606 |
+
1356 food bag food bag 1 37 7 bag bag Objects objects 39
|
607 |
+
1199 clothes hangers clothes hanger 1 40 7 otherprop Objects n03057920 coat_hanger.n.01 misc 40
|
608 |
+
1357 starbucks cup starbucks cup 1 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
datasets/scannet_preprocess/meta_data/scannetv2-labels.combined.tsv
ADDED
@@ -0,0 +1,608 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
id raw_category category count nyu40id eigen13id nyuClass nyu40class eigen13class ModelNet40 ModelNet10 ShapeNetCore55 synsetoffset wnsynsetid wnsynsetkey mpcat40 mpcat40index
|
2 |
+
1 wall wall 8277 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
3 |
+
2 chair chair 4646 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
4 |
+
22 books book 1678 23 2 book books Books n02870526 book.n.11 objects 39
|
5 |
+
3 floor floor 1553 2 5 floor floor Floor n03365592 floor.n.01 floor 2
|
6 |
+
5 door door 1483 8 12 door door Wall door n03221720 door.n.01 door 4
|
7 |
+
1163 object object 1313 40 7 otherprop Objects objects 39
|
8 |
+
16 window window 1209 9 13 window window Window n04587648 window.n.01 window 9
|
9 |
+
4 table table 1170 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
10 |
+
56 trash can trash can 1090 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
11 |
+
13 pillow pillow 937 18 7 pillow pillow Objects pillow 3938244 n03938244 pillow.n.01 cushion 8
|
12 |
+
15 picture picture 862 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
13 |
+
41 ceiling ceiling 806 22 3 ceiling ceiling Ceiling n02990373 ceiling.n.01 ceiling 17
|
14 |
+
26 box box 775 29 7 box box Objects n02883344 box.n.01 objects 39
|
15 |
+
161 doorframe doorframe 768 8 12 door door Wall door doorframe.n.01 door 4
|
16 |
+
19 monitor monitor 765 40 7 monitor otherprop Objects monitor monitor tv or monitor 3211117 n03782190 monitor.n.04 objects 39
|
17 |
+
7 cabinet cabinet 731 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
18 |
+
9 desk desk 680 14 10 desk desk Table desk desk table 4379243 n03179701 desk.n.01 table 5
|
19 |
+
8 shelf shelf 641 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
20 |
+
10 office chair office chair 595 5 4 chair chair Chair chair chair chair 3001627 n04373704 swivel_chair.n.01 chair 3
|
21 |
+
31 towel towel 570 27 7 towel towel Objects n04459362 towel.n.01 towel 20
|
22 |
+
6 couch couch 502 6 9 sofa sofa Sofa sofa sofa sofa 4256520 n04256520 sofa.n.01 sofa 10
|
23 |
+
14 sink sink 488 34 7 sink sink Objects sink n04223580 sink.n.01 sink 15
|
24 |
+
48 backpack backpack 479 40 7 backpack otherprop Objects n02769748 backpack.n.01 objects 39
|
25 |
+
28 lamp lamp 419 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
26 |
+
11 bed bed 370 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
27 |
+
18 bookshelf bookshelf 360 10 6 bookshelf bookshelf Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
28 |
+
71 mirror mirror 349 19 7 mirror mirror Objects n03773035 mirror.n.01 mirror 21
|
29 |
+
21 curtain curtain 347 16 13 curtain curtain Window curtain n03151077 curtain.n.01 curtain 12
|
30 |
+
40 plant plant 331 40 7 plant otherprop Objects plant n00017222 plant.n.02 plant 14
|
31 |
+
52 whiteboard whiteboard 327 30 7 whiteboard whiteboard Objects n03211616 display_panel.n.01 board_panel 35
|
32 |
+
96 radiator radiator 322 39 6 radiator otherfurniture Furniture n04041069 radiator.n.02 misc 40
|
33 |
+
22 book book 318 23 2 book books Books n02870526 book.n.11 objects 39
|
34 |
+
29 kitchen cabinet kitchen cabinet 310 3 6 cabinet cabinet Furniture n02933112 cabinet.n.01 cabinet 7
|
35 |
+
49 toilet paper toilet paper 291 40 7 toilet paper otherprop Objects n15075141 toilet_tissue.n.01 objects 39
|
36 |
+
29 kitchen cabinets kitchen cabinet 289 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
37 |
+
23 armchair armchair 281 5 4 chair chair Chair chair chair chair 3001627 n02738535 armchair.n.01 chair 3
|
38 |
+
63 shoes shoe 272 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
39 |
+
24 coffee table coffee table 258 7 10 coffee table table Table table table table 4379243 n03063968 coffee_table.n.01 table 5
|
40 |
+
17 toilet toilet 256 33 7 toilet toilet Objects toilet toilet n04446276 toilet.n.01 toilet 18
|
41 |
+
47 bag bag 252 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
42 |
+
32 clothes clothes 248 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
43 |
+
46 keyboard keyboard 246 40 7 keyboard otherprop Objects keyboard computer keyboard 3085013 n03085013 computer_keyboard.n.01 objects 39
|
44 |
+
65 bottle bottle 226 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
45 |
+
97 recycling bin recycling bin 225 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
46 |
+
34 nightstand nightstand 224 32 6 night stand night stand Furniture night_stand night_stand n03015254 chest_of_drawers.n.01 chest_of_drawers 13
|
47 |
+
38 stool stool 221 40 7 stool otherprop Objects stool n04326896 stool.n.01 stool 19
|
48 |
+
33 tv tv 219 25 11 television television TV tv or monitor 3211117 n03211117 display.n.06 tv_monitor 22
|
49 |
+
75 file cabinet file cabinet 217 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
50 |
+
36 dresser dresser 213 17 6 dresser dresser Furniture dresser dresser n03015254 chest_of_drawers.n.01 chest_of_drawers 13
|
51 |
+
64 computer tower computer tower 203 40 7 computer otherprop Objects n03082979 computer.n.01 objects 39
|
52 |
+
32 clothing clothes 165 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
53 |
+
101 telephone telephone 164 40 7 telephone otherprop Objects telephone 4401088 n04401088 telephone.n.01 objects 39
|
54 |
+
130 cup cup 157 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
55 |
+
27 refrigerator refrigerator 154 24 6 refridgerator refridgerator Furniture n04070727 refrigerator.n.01 appliances 37
|
56 |
+
44 end table end table 147 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
57 |
+
131 jacket jacket 146 40 7 jacket otherprop Objects n03589791 jacket.n.01 clothes 38
|
58 |
+
55 shower curtain shower curtain 144 28 7 shower curtain shower curtain Objects curtain n04209239 shower_curtain.n.01 curtain 12
|
59 |
+
42 bathtub bathtub 144 36 7 bathtub bathtub Objects bathtub bathtub tub 2808440 n02808440 bathtub.n.01 bathtub 25
|
60 |
+
59 microwave microwave 141 40 7 microwave otherprop Objects microwave 3761084 n03761084 microwave.n.02 appliances 37
|
61 |
+
159 kitchen counter kitchen counter 140 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
62 |
+
74 sofa chair sofa chair 129 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
63 |
+
82 paper towel dispenser paper towel dispenser 129 40 7 paper towel dispenser otherprop Objects objects 39
|
64 |
+
1164 bathroom vanity bathroom vanity 126 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 table 5
|
65 |
+
93 suitcase suitcase 118 40 7 luggage otherprop Objects n02773838 bag.n.06 objects 39
|
66 |
+
77 laptop laptop 111 40 7 laptop otherprop Objects laptop laptop 3642806 n03642806 laptop.n.01 objects 39
|
67 |
+
67 ottoman ottoman 111 39 6 ottoman otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
68 |
+
128 shower walls shower wall 109 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
69 |
+
50 printer printer 106 40 7 printer otherprop Objects printer 4004475 n04004475 printer.n.03 appliances 37
|
70 |
+
35 counter counter 104 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
71 |
+
69 board board 100 38 7 board otherstructure Objects board_panel 35
|
72 |
+
100 soap dispenser soap dispenser 99 40 7 otherprop Objects n04254120 soap_dispenser.n.01 objects 39
|
73 |
+
62 stove stove 95 38 7 stove otherstructure Objects stove 4330267 n04330267 stove.n.02 appliances 37
|
74 |
+
105 light light 93 38 7 light otherstructure Objects n03665366 light.n.02 lighting 28
|
75 |
+
1165 closet wall closet wall 90 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
76 |
+
165 mini fridge mini fridge 87 24 6 refridgerator refridgerator Furniture n03273913 electric_refrigerator.n.01 appliances 37
|
77 |
+
7 cabinets cabinet 79 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
78 |
+
5 doors door 76 8 12 door door Wall door n03221720 door.n.01 door 4
|
79 |
+
76 fan fan 75 40 7 fan otherprop Objects n03320046 fan.n.01 misc 40
|
80 |
+
230 tissue box tissue box 73 40 7 tissue box otherprop Objects n02883344 box.n.01 objects 39
|
81 |
+
54 blanket blanket 72 40 7 blanket otherprop Objects n02849154 blanket.n.01 objects 39
|
82 |
+
125 bathroom stall bathroom stall 71 38 7 otherstructure Objects n02873839 booth.n.02 misc 40
|
83 |
+
72 copier copier 70 40 7 otherprop Objects n03257586 duplicator.n.01 appliances 37
|
84 |
+
68 bench bench 66 39 6 bench otherfurniture Furniture bench bench 2828884 n02828884 bench.n.01 seating 34
|
85 |
+
145 bar bar 66 38 7 bar otherstructure Objects n02788689 bar.n.03 misc 40
|
86 |
+
157 soap dish soap dish 65 40 7 soap dish otherprop Objects n04254009 soap_dish.n.01 objects 39
|
87 |
+
1166 laundry hamper laundry hamper 65 40 7 laundry basket otherprop Objects objects 39
|
88 |
+
132 storage bin storage bin 63 40 7 storage bin otherprop Objects objects 39
|
89 |
+
1167 bathroom stall door bathroom stall door 62 8 12 door door Wall door n03221720 door.n.01 door 4
|
90 |
+
232 light switch light switch 61 38 7 light switch otherstructure Objects n04372370 switch.n.01 misc 40
|
91 |
+
134 coffee maker coffee maker 61 40 7 otherprop Objects n03063338 coffee_maker.n.01 appliances 37
|
92 |
+
51 tv stand tv stand 61 39 6 tv stand otherfurniture Furniture tv_stand n03290653 entertainment_center.n.01 furniture 36
|
93 |
+
250 decoration decoration 60 40 7 otherprop Objects n03169390 decoration.n.01 misc 40
|
94 |
+
1168 ceiling light ceiling light 59 38 7 light otherstructure Objects n03665366 light.n.02 lighting 28
|
95 |
+
342 range hood range hood 59 38 7 range hood otherstructure Objects range_hood n04053677 range_hood.n.01 misc 40
|
96 |
+
89 blackboard blackboard 58 38 7 blackboard otherstructure Objects n02846511 blackboard.n.01 board_panel 35
|
97 |
+
103 clock clock 58 40 7 clock otherprop Objects clock 3046257 n03046257 clock.n.01 objects 39
|
98 |
+
99 wardrobe closet wardrobe 54 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
99 |
+
95 rail rail 53 38 7 railing otherstructure Objects n04047401 railing.n.01 railing 30
|
100 |
+
154 bulletin board bulletin board 53 38 7 board otherstructure Objects n03211616 display_panel.n.01 board_panel 35
|
101 |
+
140 mat mat 52 20 5 floor mat floor mat Floor n03727837 mat.n.01 floor 2
|
102 |
+
1169 trash bin trash bin 52 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
103 |
+
193 ledge ledge 51 38 7 otherstructure Objects n09337253 ledge.n.01 misc 40
|
104 |
+
116 seat seat 49 39 6 furniture otherfurniture Furniture n04161981 seat.n.03 furniture 36
|
105 |
+
202 mouse mouse 49 40 7 mouse otherprop Objects n03793489 mouse.n.04 objects 39
|
106 |
+
73 basket basket 48 40 7 basket otherprop Objects basket 2801938 n02801938 basket.n.01 objects 39
|
107 |
+
78 shower shower 48 38 7 otherstructure Objects n04208936 shower.n.01 shower 23
|
108 |
+
1170 dumbbell dumbbell 48 40 7 otherprop Objects n03255030 dumbbell.n.01 objects 39
|
109 |
+
79 paper paper 46 26 7 paper paper Objects n14974264 paper.n.01 objects 39
|
110 |
+
80 person person 46 31 7 person person Objects person n05217688 person.n.02 misc 40
|
111 |
+
141 windowsill windowsill 45 38 7 otherstructure Objects n04590263 windowsill.n.01 window 9
|
112 |
+
57 closet closet 45 39 6 wardrobe otherfurniture Furniture wardrobe misc 40
|
113 |
+
102 bucket bucket 45 40 7 bucket otherprop Objects n02909870 bucket.n.01 misc 40
|
114 |
+
261 sign sign 44 40 7 sign otherprop Objects n04217882 signboard.n.01 objects 39
|
115 |
+
118 speaker speaker 43 40 7 speaker otherprop Objects speaker 3691459 n03691459 loudspeaker.n.01 objects 39
|
116 |
+
136 dishwasher dishwasher 43 38 7 dishwasher otherstructure Objects dishwasher 3207941 n03207941 dishwasher.n.01 appliances 37
|
117 |
+
98 container container 43 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
118 |
+
1171 stair rail stair rail 42 38 7 banister otherstructure Objects n02788148 bannister.n.02 railing 30
|
119 |
+
170 shower curtain rod shower curtain rod 42 40 7 otherprop Objects curtain 12
|
120 |
+
1172 tube tube 41 40 7 otherprop Objects misc 40
|
121 |
+
1173 bathroom cabinet bathroom cabinet 39 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
122 |
+
79 papers paper 39 26 7 paper paper Objects n14974264 paper.n.01 objects 39
|
123 |
+
221 storage container storage container 39 40 7 container otherprop Objects objects 39
|
124 |
+
570 paper bag paper bag 39 37 7 bag bag Objects n04122825 sack.n.01 objects 39
|
125 |
+
138 paper towel roll paper towel roll 39 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
126 |
+
168 ball ball 39 40 7 ball otherprop Objects objects 39
|
127 |
+
276 closet doors closet door 38 8 12 door door Wall door n03221720 door.n.01 door 4
|
128 |
+
106 laundry basket laundry basket 37 40 7 laundry basket otherprop Objects basket 2801938 n03050864 clothes_hamper.n.01 objects 39
|
129 |
+
214 cart cart 37 40 7 cart otherprop Objects n03484083 handcart.n.01 shelving 31
|
130 |
+
276 closet door closet door 35 8 12 door door Wall door n03221720 door.n.01 door 4
|
131 |
+
323 dish rack dish rack 35 40 7 dish rack otherprop Objects n03207630 dish_rack.n.01 objects 39
|
132 |
+
58 stairs stairs 35 38 7 stairs otherstructure Objects n04298308 stairway.n.01 stairs 16
|
133 |
+
86 blinds blinds 35 13 13 blinds blinds Window n02851099 blind.n.03 blinds 32
|
134 |
+
2 stack of chairs chair 35 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
135 |
+
399 purse purse 34 40 7 purse otherprop Objects n02774152 bag.n.04 objects 39
|
136 |
+
121 bicycle bicycle 33 40 7 bicycle otherprop Objects bicycle 2834778 n02834778 bicycle.n.01 objects 39
|
137 |
+
185 tray tray 32 40 7 tray otherprop Objects n04476259 tray.n.01 objects 39
|
138 |
+
300 plunger plunger 30 40 7 otherprop Objects n03970156 plunger.n.03 objects 39
|
139 |
+
180 paper cutter paper cutter 30 40 7 paper cutter otherprop Objects n03886940 paper_cutter.n.01 objects 39
|
140 |
+
163 toilet paper dispenser toilet paper dispenser 29 40 7 otherprop Objects objects 39
|
141 |
+
26 boxes box 29 29 7 box box Objects n02883344 box.n.01 objects 39
|
142 |
+
66 bin bin 28 40 7 bin otherprop Objects n02839910 bin.n.01 objects 39
|
143 |
+
208 toilet seat cover dispenser toilet seat cover dispenser 28 40 7 otherprop Objects objects 39
|
144 |
+
112 guitar guitar 28 40 7 guitar otherprop Objects guitar guitar 3467517 n03467517 guitar.n.01 objects 39
|
145 |
+
540 mailboxes mailbox 28 29 7 box box Objects mailbox 3710193 n03710193 mailbox.n.01 misc 40
|
146 |
+
395 handicap bar handicap bar 27 38 7 bar otherstructure Objects misc 40
|
147 |
+
166 fire extinguisher fire extinguisher 27 40 7 fire extinguisher otherprop Objects n03345837 fire_extinguisher.n.01 misc 40
|
148 |
+
122 ladder ladder 27 39 6 ladder otherfurniture Furniture stairs n03632277 ladder.n.01 stairs 16
|
149 |
+
120 column column 26 38 7 column otherstructure Objects n03074380 column.n.06 column 24
|
150 |
+
107 pipe pipe 25 40 7 pipe otherprop Objects n03944672 pipe.n.02 misc 40
|
151 |
+
283 vacuum cleaner vacuum cleaner 25 40 7 otherprop Objects n04517823 vacuum.n.04 objects 39
|
152 |
+
88 plate plate 24 40 7 plate otherprop Objects n03959485 plate.n.04 objects 39
|
153 |
+
90 piano piano 24 39 6 piano otherfurniture Furniture piano piano 3928116 n03928116 piano.n.01 furniture 36
|
154 |
+
177 water cooler water cooler 24 39 6 water cooler otherfurniture Furniture n04559166 water_cooler.n.01 misc 40
|
155 |
+
1174 cd case cd case 24 40 7 otherprop Objects objects 39
|
156 |
+
562 bowl bowl 24 40 7 bowl otherprop Objects bowl bowl 2880940 n02880940 bowl.n.03 objects 39
|
157 |
+
1175 closet rod closet rod 24 40 7 otherprop Objects n04100174 rod.n.01 misc 40
|
158 |
+
1156 bathroom counter bathroom counter 24 12 6 counter counter Furniture table table table 4379243 n03116530 counter.n.01 counter 26
|
159 |
+
84 oven oven 23 38 7 oven otherstructure Objects n03862676 oven.n.01 appliances 37
|
160 |
+
104 stand stand 23 39 6 stand otherfurniture Furniture table table table 4379243 n04301000 stand.n.04 table 5
|
161 |
+
229 scale scale 23 40 7 scale otherprop Objects n04141975 scale.n.07 objects 39
|
162 |
+
70 washing machine washing machine 23 39 6 washing machine otherfurniture Furniture washing_machine 4554684 n04554684 washer.n.03 appliances 37
|
163 |
+
325 broom broom 22 40 7 broom otherprop Objects n02906734 broom.n.01 objects 39
|
164 |
+
169 hat hat 22 40 7 hat otherprop Objects n03497657 hat.n.01 clothes 38
|
165 |
+
128 shower wall shower wall 22 1 12 wall wall Wall n04208936 shower.n.01 wall 1
|
166 |
+
331 guitar case guitar case 21 40 7 guitar case otherprop Objects objects 39
|
167 |
+
87 rack rack 21 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
168 |
+
488 water pitcher water pitcher 21 40 7 pitcher otherprop Objects n03950228 pitcher.n.02 objects 39
|
169 |
+
776 laundry detergent laundry detergent 21 40 7 otherprop Objects objects 39
|
170 |
+
370 hair dryer hair dryer 21 40 7 hair dryer otherprop Objects n03483316 hand_blower.n.01 objects 39
|
171 |
+
191 pillar pillar 21 38 7 column otherstructure Objects n03073977 column.n.07 column 24
|
172 |
+
748 divider divider 20 40 7 otherprop Objects wall 1
|
173 |
+
242 power outlet power outlet 19 40 7 otherprop Objects misc 40
|
174 |
+
45 dining table dining table 19 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
175 |
+
417 shower floor shower floor 19 2 5 floor floor Floor n04208936 shower.n.01 floor 2
|
176 |
+
70 washing machines washing machine 19 39 6 washing machine otherfurniture Furniture washing_machine 4554684 n04554684 washer.n.03 appliances 37
|
177 |
+
188 shower door shower door 19 8 12 door door Wall door n04208936 shower.n.01 door 4
|
178 |
+
1176 coffee kettle coffee kettle 18 40 7 pot otherprop Objects n03612814 kettle.n.01 objects 39
|
179 |
+
1177 wardrobe cabinet wardrobe 18 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
180 |
+
1178 structure structure 18 38 7 otherstructure Objects misc 40
|
181 |
+
18 bookshelves bookshelf 17 10 6 bookshelf bookshelf Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
182 |
+
110 clothes dryer clothes dryer 17 39 6 otherfurniture Furniture n03251766 dryer.n.01 appliances 37
|
183 |
+
148 toaster toaster 17 40 7 toaster otherprop Objects n04442312 toaster.n.02 appliances 37
|
184 |
+
63 shoe shoe 17 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
185 |
+
155 ironing board ironing board 16 39 6 ironing board otherfurniture Furniture n03586090 ironing_board.n.01 objects 39
|
186 |
+
572 alarm clock alarm clock 16 40 7 alarm clock otherprop Objects clock 3046257 n02694662 alarm_clock.n.01 objects 39
|
187 |
+
1179 shower head shower head 15 38 7 otherstructure Objects shower 23
|
188 |
+
28 lamp base lamp 15 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
189 |
+
392 water bottle water bottle 15 40 7 bottle otherprop Objects bottle bottle 2876657 n04557648 water_bottle.n.01 objects 39
|
190 |
+
1180 keyboard piano keyboard piano 15 39 6 piano otherfurniture Furniture piano piano 3928116 n03928116 piano.n.01 furniture 36
|
191 |
+
609 projector screen projector screen 15 38 7 projector screen otherstructure Objects misc 40
|
192 |
+
1181 case of water bottles case of water bottles 15 40 7 otherprop Objects objects 39
|
193 |
+
195 toaster oven toaster oven 14 40 7 toaster oven otherprop Objects n04442441 toaster_oven.n.01 appliances 37
|
194 |
+
581 music stand music stand 14 39 6 music stand otherfurniture Furniture n03801760 music_stand.n.01 furniture 36
|
195 |
+
58 staircase stairs 14 38 7 stairs otherstructure Objects n04298308 stairway.n.01 stairs 16
|
196 |
+
1182 coat rack coat rack 14 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 3
|
197 |
+
1183 storage organizer storage organizer 14 40 7 otherprop Objects shelving 3
|
198 |
+
139 machine machine 14 40 7 machine otherprop Objects n03699975 machine.n.01 appliances 37
|
199 |
+
1184 folded chair folded chair 14 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
200 |
+
1185 fire alarm fire alarm 14 40 7 otherprop Objects n03343737 fire_alarm.n.02 misc 40
|
201 |
+
156 fireplace fireplace 13 38 7 fireplace otherstructure Objects n03346455 fireplace.n.01 fireplace 27
|
202 |
+
408 vent vent 13 40 7 otherprop Objects n04526241 vent.n.01 misc 40
|
203 |
+
213 furniture furniture 13 39 6 furniture otherfurniture Furniture n03405725 furniture.n.01 furniture 36
|
204 |
+
1186 power strip power strip 13 40 7 otherprop Objects objects 39
|
205 |
+
1187 calendar calendar 13 40 7 otherprop Objects objects 39
|
206 |
+
1188 poster poster 13 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
207 |
+
115 toilet paper holder toilet paper holder 13 40 7 toilet paper holder otherprop Objects objects 39
|
208 |
+
1189 potted plant potted plant 12 40 7 plant otherprop Objects plant n00017222 plant.n.02 plant 14
|
209 |
+
304 stuffed animal stuffed animal 12 40 7 stuffed animal otherprop Objects n04399382 teddy.n.01 objects 39
|
210 |
+
1190 luggage luggage 12 40 7 luggage otherprop Objects n02774630 baggage.n.01 objects 39
|
211 |
+
21 curtains curtain 12 16 13 curtain curtain Window curtain n03151077 curtain.n.01 curtain 12
|
212 |
+
312 headphones headphones 12 40 7 otherprop Objects n03261776 earphone.n.01 objects 39
|
213 |
+
233 crate crate 12 39 6 crate otherfurniture Furniture n03127925 crate.n.01 objects 39
|
214 |
+
286 candle candle 12 40 7 candle otherprop Objects lamp n02948072 candle.n.01 objects 39
|
215 |
+
264 projector projector 12 40 7 projector otherprop Objects n04009552 projector.n.02 objects 39
|
216 |
+
110 clothes dryers clothes dryer 12 39 6 otherfurniture Furniture n03251766 dryer.n.01 appliances 37
|
217 |
+
1191 mattress mattress 12 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
218 |
+
356 dustpan dustpan 12 40 7 otherprop Objects n03259009 dustpan.n.02 objects 39
|
219 |
+
25 drawer drawer 11 39 6 drawer otherfurniture Furniture n03233905 drawer.n.01 furniture 36
|
220 |
+
750 rod rod 11 40 7 otherprop Objects pistol 3948459 n03427202 gat.n.01 misc 40
|
221 |
+
269 globe globe 11 40 7 globe otherprop Objects objects 39
|
222 |
+
307 footrest footrest 11 39 6 foot rest otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
223 |
+
410 piano bench piano bench 11 39 6 piano bench otherfurniture Furniture bench bench 2828884 n02828884 bench.n.01 seating 34
|
224 |
+
730 breakfast bar breakfast bar 11 38 7 bar otherstructure Objects counter 26
|
225 |
+
216 step stool step stool 11 40 7 step stool otherprop Objects stool n04315713 step_stool.n.01 stool 19
|
226 |
+
1192 hand rail hand rail 11 38 7 railing otherstructure Objects railing 30
|
227 |
+
119 vending machine vending machine 11 40 7 machine otherprop Objects n04525305 vending_machine.n.01 appliances 37
|
228 |
+
682 ceiling fan ceiling fan 11 40 7 fan otherprop Objects n03320046 fan.n.01 misc 40
|
229 |
+
434 swiffer swiffer 11 40 7 otherprop Objects objects 39
|
230 |
+
126 foosball table foosball table 11 39 6 foosball table otherfurniture Furniture table table table 4379243 n04379243 table.n.02 table 5
|
231 |
+
919 jar jar 11 40 7 jar otherprop Objects jar 3593526 n03593526 jar.n.01 objects 39
|
232 |
+
85 footstool footstool 11 39 6 ottoman otherfurniture Furniture stool n03380724 footstool.n.01 stool 19
|
233 |
+
1193 folded table folded table 10 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
234 |
+
108 round table round table 10 7 10 table table Table table table table 4379243 n04114554 round_table.n.02 table 5
|
235 |
+
135 hamper hamper 10 40 7 basket otherprop Objects basket 2801938 n03482405 hamper.n.02 objects 39
|
236 |
+
1194 poster tube poster tube 10 40 7 otherprop Objects objects 39
|
237 |
+
432 case case 10 40 7 case otherprop Objects objects 39
|
238 |
+
53 carpet carpet 10 40 7 rug otherprop Objects n04118021 rug.n.01 floor 2
|
239 |
+
1195 thermostat thermostat 10 40 7 otherprop Objects n04422875 thermostat.n.01 misc 40
|
240 |
+
111 coat coat 10 40 7 jacket otherprop Objects n03057021 coat.n.01 clothes 38
|
241 |
+
305 water fountain water fountain 10 38 7 water fountain otherstructure Objects n03241335 drinking_fountain.n.01 misc 40
|
242 |
+
1125 smoke detector smoke detector 10 40 7 otherprop Objects misc 40
|
243 |
+
13 pillows pillow 9 18 7 pillow pillow Objects pillow 3938244 n03938244 pillow.n.01 cushion 8
|
244 |
+
1196 flip flops flip flops 9 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
245 |
+
1197 cloth cloth 9 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
246 |
+
1198 banner banner 9 40 7 otherprop Objects n02788021 banner.n.01 misc 40
|
247 |
+
1199 clothes hanger clothes hanger 9 40 7 otherprop Objects n03057920 coat_hanger.n.01 objects 39
|
248 |
+
1200 whiteboard eraser whiteboard eraser 9 40 7 otherprop Objects objects 39
|
249 |
+
378 iron iron 9 40 7 otherprop Objects n03584829 iron.n.04 objects 39
|
250 |
+
591 instrument case instrument case 9 40 7 case otherprop Objects objects 39
|
251 |
+
49 toilet paper rolls toilet paper 9 40 7 toilet paper otherprop Objects n15075141 toilet_tissue.n.01 objects 39
|
252 |
+
92 soap soap 9 40 7 soap otherprop Objects n04253437 soap.n.01 objects 39
|
253 |
+
1098 block block 9 40 7 otherprop Objects misc 40
|
254 |
+
291 wall hanging wall hanging 8 40 7 otherprop Objects n03491178 hanging.n.01 picture 6
|
255 |
+
1063 kitchen island kitchen island 8 38 7 kitchen island otherstructure Objects n03620600 kitchen_island.n.01 counter 26
|
256 |
+
107 pipes pipe 8 38 7 otherstructure Objects misc 40
|
257 |
+
1135 toothbrush toothbrush 8 40 7 toothbrush otherprop Objects n04453156 toothbrush.n.01 objects 39
|
258 |
+
189 shirt shirt 8 40 7 otherprop Objects n04197391 shirt.n.01 clothes 38
|
259 |
+
245 cutting board cutting board 8 40 7 cutting board otherprop Objects n03025513 chopping_board.n.01 objects 39
|
260 |
+
194 vase vase 8 40 7 vase otherprop Objects vase jar 3593526 n04522168 vase.n.01 objects 39
|
261 |
+
1201 shower control valve shower control valve 8 38 7 otherstructure Objects n04208936 shower.n.01 shower 23
|
262 |
+
386 exercise machine exercise machine 8 40 7 machine otherprop Objects gym_equipment 33
|
263 |
+
1202 compost bin compost bin 8 39 6 garbage bin otherfurniture Furniture trash_bin 2747177 n02747177 ashcan.n.01 objects 39
|
264 |
+
857 shorts shorts 8 40 7 shorts otherprop Objects clothes 38
|
265 |
+
452 tire tire 8 40 7 otherprop Objects n04440749 tire.n.01 objects 39
|
266 |
+
1203 teddy bear teddy bear 7 40 7 stuffed animal otherprop Objects n04399382 teddy.n.01 objects 39
|
267 |
+
346 bathrobe bathrobe 7 40 7 otherprop Objects n02807616 bathrobe.n.01 clothes 38
|
268 |
+
152 handrail handrail 7 38 7 railing otherstructure Objects n02788148 bannister.n.02 railing 30
|
269 |
+
83 faucet faucet 7 40 7 faucet otherprop Objects faucet 3325088 n03325088 faucet.n.01 misc 40
|
270 |
+
1204 pantry wall pantry wall 7 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
271 |
+
726 thermos thermos 7 40 7 flask otherprop Objects bottle bottle 2876657 n04422727 thermos.n.01 objects 39
|
272 |
+
61 rug rug 7 40 7 rug otherprop Objects n04118021 rug.n.01 floor 2
|
273 |
+
39 couch cushions cushion 7 18 7 pillow pillow Objects n03151500 cushion.n.03 cushion 8
|
274 |
+
1117 tripod tripod 7 39 6 stand otherfurniture Furniture n04485082 tripod.n.01 objects 39
|
275 |
+
540 mailbox mailbox 7 29 7 box box Objects mailbox 3710193 n03710193 mailbox.n.01 misc 40
|
276 |
+
1205 tupperware tupperware 7 40 7 otherprop Objects objects 39
|
277 |
+
415 shoe rack shoe rack 7 40 7 shoe rack otherprop Objects shelving 31
|
278 |
+
31 towels towel 6 27 7 towel towel Objects n04459362 towel.n.01 towel 20
|
279 |
+
1206 beer bottles beer bottle 6 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
280 |
+
153 treadmill treadmill 6 39 6 treadmill otherfurniture Furniture n04477387 treadmill.n.01 gym_equipment 33
|
281 |
+
1207 salt salt 6 40 7 otherprop Objects objects 39
|
282 |
+
129 chest chest 6 39 6 chest otherfurniture Furniture dresser dresser chest_of_drawers 13
|
283 |
+
220 dispenser dispenser 6 40 7 otherprop Objects n03210683 dispenser.n.01 objects 39
|
284 |
+
1208 mirror doors mirror door 6 8 12 door door Wall door n03221720 door.n.01 door 4
|
285 |
+
231 remote remote 6 40 7 otherprop Objects remote_control 4074963 n04074963 remote_control.n.01 objects 39
|
286 |
+
1209 folded ladder folded ladder 6 39 6 ladder otherfurniture Furniture stairs n03632277 ladder.n.01 misc 40
|
287 |
+
39 cushion cushion 6 18 7 pillow pillow Objects n03151500 cushion.n.03 cushion 8
|
288 |
+
1210 carton carton 6 40 7 otherprop Objects objects 39
|
289 |
+
117 step step 6 38 7 otherstructure Objects n04314914 step.n.04 misc 40
|
290 |
+
822 drying rack drying rack 6 39 6 drying rack otherfurniture Furniture shelving 31
|
291 |
+
238 slippers slipper 6 40 7 shoe otherprop Objects n04241394 slipper.n.01 clothes 38
|
292 |
+
143 pool table pool table 6 39 6 pool table otherfurniture Furniture table table table 4379243 n03982430 pool_table.n.01 table 5
|
293 |
+
1211 soda stream soda stream 6 40 7 otherprop Objects objects 39
|
294 |
+
228 toilet brush toilet brush 6 40 7 toilet brush otherprop Objects objects 39
|
295 |
+
494 loft bed loft bed 6 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
296 |
+
226 cooking pot cooking pot 6 40 7 pot otherprop Objects objects 39
|
297 |
+
91 heater heater 6 39 6 heater otherfurniture Furniture n03508101 heater.n.01 misc 40
|
298 |
+
1072 messenger bag messenger bag 6 37 7 bag bag Objects objects 39
|
299 |
+
435 stapler stapler 6 40 7 stapler otherprop Objects n04303497 stapler.n.01 objects 39
|
300 |
+
1165 closet walls closet wall 5 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
301 |
+
345 scanner scanner 5 40 7 otherprop Objects appliances 37
|
302 |
+
893 elliptical machine elliptical machine 5 40 7 machine otherprop Objects gym_equipment 33
|
303 |
+
621 kettle kettle 5 40 7 pot otherprop Objects n03612814 kettle.n.01 objects 39
|
304 |
+
1212 metronome metronome 5 40 7 otherprop Objects n03757604 metronome.n.01 objects 39
|
305 |
+
297 dumbell dumbell 5 40 7 otherprop Objects objects 39
|
306 |
+
1213 music book music book 5 23 2 book books Books n02870526 book.n.11 objects 39
|
307 |
+
1214 rice cooker rice cooker 5 40 7 otherprop Objects objects 39
|
308 |
+
1215 dart board dart board 5 38 7 board otherstructure Objects n03162940 dartboard.n.01 objects 39
|
309 |
+
529 sewing machine sewing machine 5 40 7 sewing machine otherprop Objects n04179913 sewing_machine.n.01 objects 39
|
310 |
+
1216 grab bar grab bar 5 38 7 railing otherstructure Objects railing 30
|
311 |
+
1217 flowerpot flowerpot 5 40 7 vase otherprop Objects vase jar 3593526 n04522168 vase.n.01 objects 39
|
312 |
+
1218 painting painting 5 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
313 |
+
1219 railing railing 5 38 7 railing otherstructure Objects n04047401 railing.n.01 railing 30
|
314 |
+
1220 stair stair 5 38 7 stairs otherstructure Objects stairs n04314914 step.n.04 stairs 16
|
315 |
+
525 toolbox toolbox 5 39 6 chest otherfurniture Furniture n04452615 toolbox.n.01 objects 39
|
316 |
+
204 nerf gun nerf gun 5 40 7 otherprop Objects objects 39
|
317 |
+
693 binders binder 5 40 7 binder otherprop Objects objects 39
|
318 |
+
179 desk lamp desk lamp 5 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
319 |
+
1221 quadcopter quadcopter 5 40 7 otherprop Objects objects 39
|
320 |
+
1222 pitcher pitcher 5 40 7 pitcher otherprop Objects n03950228 pitcher.n.02 objects 39
|
321 |
+
1223 hanging hanging 5 40 7 otherprop Objects misc 40
|
322 |
+
1224 mail mail 5 40 7 otherprop Objects misc 40
|
323 |
+
1225 closet ceiling closet ceiling 5 22 3 ceiling ceiling Ceiling n02990373 ceiling.n.01 ceiling 17
|
324 |
+
1226 hoverboard hoverboard 5 40 7 otherprop Objects objects 39
|
325 |
+
1227 beanbag chair beanbag chair 5 39 6 bean bag otherfurniture Furniture n02816656 beanbag.n.01 chair 3
|
326 |
+
571 water heater water heater 5 40 7 water heater otherprop Objects n04560113 water_heater.n.01 misc 40
|
327 |
+
1228 spray bottle spray bottle 5 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
328 |
+
556 rope rope 5 40 7 rope otherprop Objects n04108268 rope.n.01 objects 39
|
329 |
+
280 plastic container plastic container 5 40 7 container otherprop Objects objects 39
|
330 |
+
1229 soap bottle soap bottle 5 40 7 soap otherprop Objects objects 39
|
331 |
+
1230 ikea bag ikea bag 4 37 7 bag bag Objects 2773838 n02773838 bag.n.06 objects 39
|
332 |
+
1231 sleeping bag sleeping bag 4 40 7 otherprop Objects n04235860 sleeping_bag.n.01 objects 39
|
333 |
+
1232 duffel bag duffel bag 4 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
334 |
+
746 frying pan frying pan 4 40 7 frying pan otherprop Objects n03400231 frying_pan.n.01 objects 39
|
335 |
+
1233 oven mitt oven mitt 4 40 7 otherprop Objects objects 39
|
336 |
+
1234 pot pot 4 40 7 pot otherprop Objects n04235860 sleeping_bag.n.01 objects 39
|
337 |
+
144 hand dryer hand dryer 4 40 7 otherprop Objects objects 39
|
338 |
+
282 dollhouse dollhouse 4 39 6 doll house otherfurniture Furniture n03219483 dollhouse.n.01 objects 39
|
339 |
+
167 shampoo bottle shampoo bottle 4 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
340 |
+
1235 hair brush hair brush 4 40 7 otherprop Objects n02908217 brush.n.02 objects 39
|
341 |
+
1236 tennis racket tennis racket 4 40 7 otherprop Objects n04409806 tennis_racket.n.01 objects 39
|
342 |
+
1237 display case display case 4 40 7 case otherprop Objects objects 39
|
343 |
+
234 ping pong table ping pong table 4 39 6 ping pong table otherfurniture Furniture table table table 4379243 n04379243 table.n.02 table 5
|
344 |
+
563 boiler boiler 4 40 7 otherprop Objects misc 40
|
345 |
+
1238 bag of coffee beans bag of coffee beans 4 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
346 |
+
1239 bananas banana 4 40 7 otherprop Objects n00021265 food.n.01 objects 39
|
347 |
+
1240 carseat carseat 4 40 7 otherprop Objects misc 40
|
348 |
+
366 helmet helmet 4 40 7 otherprop Objects helmet 3513137 n03513137 helmet.n.02 clothes 38
|
349 |
+
816 umbrella umbrella 4 40 7 umbrella otherprop Objects n04507155 umbrella.n.01 objects 39
|
350 |
+
1241 coffee box coffee box 4 40 7 otherprop Objects objects 39
|
351 |
+
719 envelope envelope 4 40 7 envelope otherprop Objects n03291819 envelope.n.01 objects 39
|
352 |
+
284 wet floor sign wet floor sign 4 40 7 sign otherprop Objects misc 40
|
353 |
+
1242 clothing rack clothing rack 4 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
354 |
+
247 controller controller 4 40 7 otherprop Objects n03096960 control.n.09 objects 39
|
355 |
+
1243 bath walls bathroom wall 4 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
356 |
+
1244 podium podium 4 39 6 otherfurniture Furniture n03159640 dais.n.01 furniture 36
|
357 |
+
1245 storage box storage box 4 29 7 box box Objects n02883344 box.n.01 objects 39
|
358 |
+
1246 dolly dolly 4 40 7 otherprop Objects misc 40
|
359 |
+
1247 shampoo shampoo 3 40 7 otherprop Objects n04183516 shampoo.n.01 objects 39
|
360 |
+
592 paper tray paper tray 3 40 7 paper tray otherprop Objects objects 39
|
361 |
+
385 cabinet door cabinet door 3 8 12 door door Wall door door 4
|
362 |
+
1248 changing station changing station 3 40 7 otherprop Objects misc 40
|
363 |
+
1249 poster printer poster printer 3 40 7 printer otherprop Objects printer 4004475 n04004475 printer.n.03 appliances 37
|
364 |
+
133 screen screen 3 40 7 otherprop Objects n03151077 curtain.n.01 curtain 12
|
365 |
+
301 soap bar soap bar 3 38 7 bar otherstructure Objects objects 39
|
366 |
+
1250 crutches crutches 3 40 7 otherprop Objects n03141823 crutch.n.01 objects 39
|
367 |
+
379 studio light studio light 3 38 7 light otherstructure Objects lighting 28
|
368 |
+
130 stack of cups cup 3 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
369 |
+
1251 toilet flush button toilet flush button 3 40 7 otherprop Objects objects 39
|
370 |
+
450 trunk trunk 3 40 7 otherprop Objects misc 40
|
371 |
+
1252 grocery bag grocery bag 3 37 7 bag bag Objects suitcase 2773838 n03461288 grocery_bag.n.01 objects 39
|
372 |
+
316 plastic bin plastic bin 3 40 7 bin otherprop Objects objects 39
|
373 |
+
1253 pizza box pizza box 3 29 7 box box Objects objects 39
|
374 |
+
385 cabinet doors cabinet door 3 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 door 4
|
375 |
+
1254 legs legs 3 31 7 person person Objects person n05217688 person.n.02 misc 40
|
376 |
+
461 car car 3 40 7 car otherprop Objects car car 2958343 n02958343 car.n.01 misc 40
|
377 |
+
1255 shaving cream shaving cream 3 40 7 otherprop Objects n04186051 shaving_cream.n.01 objects 39
|
378 |
+
1256 luggage stand luggage stand 3 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
379 |
+
599 shredder shredder 3 40 7 otherprop Objects n04210120 shredder.n.01 objects 39
|
380 |
+
281 statue statue 3 40 7 sculpture otherprop Objects n04306847 statue.n.01 misc 40
|
381 |
+
1257 urinal urinal 3 33 7 toilet toilet Objects toilet toilet n04515991 urinal.n.01 toilet 18
|
382 |
+
1258 hose hose 3 40 7 otherprop Objects n03539875 hose.n.03 misc 40
|
383 |
+
1259 bike pump bike pump 3 40 7 otherprop Objects objects 39
|
384 |
+
319 coatrack coatrack 3 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
385 |
+
1260 bear bear 3 40 7 otherprop Objects objects 39
|
386 |
+
28 wall lamp lamp 3 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
387 |
+
1261 humidifier humidifier 3 40 7 otherprop Objects objects 39
|
388 |
+
546 toothpaste toothpaste 3 40 7 toothpaste otherprop Objects objects 39
|
389 |
+
1262 mouthwash bottle mouthwash bottle 3 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
390 |
+
1263 poster cutter poster cutter 3 40 7 otherprop Objects objects 39
|
391 |
+
1264 golf bag golf bag 3 37 7 bag bag Objects suitcase 2773838 n03445617 golf_bag.n.01 objects 39
|
392 |
+
1265 food container food container 3 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
393 |
+
1266 camera camera 3 40 7 otherprop Objects objects 39
|
394 |
+
28 table lamp lamp 3 35 7 lamp lamp Objects lamp lamp 3636649 n04380533 table_lamp.n.01 lighting 28
|
395 |
+
1267 yoga mat yoga mat 3 20 5 floor mat floor mat Floor n03727837 mat.n.01 floor 2
|
396 |
+
1268 card card 3 40 7 otherprop Objects objects 39
|
397 |
+
1269 mug mug 3 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
398 |
+
188 shower doors shower door 3 38 7 otherstructure Objects n04208936 shower.n.01 door 4
|
399 |
+
689 cardboard cardboard 3 40 7 otherprop Objects objects 39
|
400 |
+
1270 rack stand rack stand 3 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
401 |
+
1271 boxes of paper boxes of paper 3 29 7 box box Objects n02883344 box.n.01 objects 39
|
402 |
+
1272 flag flag 3 40 7 otherprop Objects misc 40
|
403 |
+
354 futon futon 3 39 6 mattress otherfurniture Furniture n03408444 futon.n.01 sofa 10
|
404 |
+
339 magazine magazine 3 40 7 magazine otherprop Objects n06595351 magazine.n.01 objects 39
|
405 |
+
1009 exit sign exit sign 3 40 7 exit sign otherprop Objects misc 40
|
406 |
+
1273 rolled poster rolled poster 3 40 7 otherprop Objects objects 39
|
407 |
+
1274 wheel wheel 3 40 7 otherprop Objects objects 39
|
408 |
+
15 pictures picture 3 11 8 picture picture Picture n03931044 picture.n.01 picture 6
|
409 |
+
1275 blackboard eraser blackboard eraser 3 40 7 eraser otherprop Objects n03294833 eraser.n.01 objects 39
|
410 |
+
361 organizer organizer 3 40 7 otherprop Objects n03918737 personal_digital_assistant.n.01 objects 39
|
411 |
+
1276 doll doll 3 40 7 toy otherprop Objects n03219135 doll.n.01 objects 39
|
412 |
+
326 book rack book rack 3 39 6 bookrack otherfurniture Furniture objects 39
|
413 |
+
1277 laundry bag laundry bag 3 40 7 laundry basket otherprop Objects basket 2801938 n03050864 clothes_hamper.n.01 objects 39
|
414 |
+
1278 sponge sponge 3 40 7 otherprop Objects n01906749 sponge.n.04 objects 39
|
415 |
+
116 seating seat 3 39 6 furniture otherfurniture Furniture n04161981 seat.n.03 furniture 36
|
416 |
+
1184 folded chairs folded chair 2 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
417 |
+
1279 lotion bottle lotion bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
418 |
+
212 can can 2 40 7 can otherprop Objects can 2946921 n02946921 can.n.01 objects 39
|
419 |
+
1280 lunch box lunch box 2 40 7 otherprop Objects objects 39
|
420 |
+
1281 food display food display 2 40 7 otherprop Objects misc 40
|
421 |
+
794 storage shelf storage shelf 2 40 7 otherprop Objects shelving 31
|
422 |
+
1282 sliding wood door sliding wood door 2 40 7 otherprop Objects door 4
|
423 |
+
955 pants pants 2 40 7 otherprop Objects n04489008 trouser.n.01 clothes 38
|
424 |
+
387 wood wood 2 40 7 otherprop Objects misc 40
|
425 |
+
69 boards board 2 38 7 board otherstructure Objects board_panel 35
|
426 |
+
65 bottles bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
427 |
+
523 washcloth washcloth 2 40 7 otherprop Objects n04554523 washcloth.n.01 towel 20
|
428 |
+
389 workbench workbench 2 39 6 bench otherfurniture Furniture bench table 4379243 n04600486 workbench.n.01 table 5
|
429 |
+
29 open kitchen cabinet kitchen cabinet 2 3 6 cabinet cabinet Furniture n02933112 cabinet.n.01 cabinet 7
|
430 |
+
1283 organizer shelf organizer shelf 2 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
431 |
+
146 frame frame 2 38 7 otherstructure Objects misc 40
|
432 |
+
130 cups cup 2 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
433 |
+
372 exercise ball exercise ball 2 40 7 ball otherprop Objects n04285146 sports_equipment.n.01 gym_equipment 33
|
434 |
+
289 easel easel 2 39 6 stand otherfurniture Furniture n03262809 easel.n.01 furniture 36
|
435 |
+
440 garbage bag garbage bag 2 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
436 |
+
321 roomba roomba 2 40 7 otherprop Objects objects 39
|
437 |
+
976 garage door garage door 2 38 7 garage door otherstructure Objects door door 4
|
438 |
+
1256 luggage rack luggage stand 2 39 6 stand otherfurniture Furniture n04038440 shelving 31
|
439 |
+
1284 bike lock bike lock 2 40 7 otherprop Objects objects 39
|
440 |
+
1285 briefcase briefcase 2 40 7 otherprop Objects n02900705 briefcase.n.01 objects 39
|
441 |
+
357 hand towel hand towel 2 27 7 towel towel Objects n03490006 hand_towel.n.01 towel 20
|
442 |
+
1286 bath products bath product 2 40 7 otherprop Objects objects 39
|
443 |
+
1287 star star 2 40 7 otherprop Objects n09444783 star.n.03 misc 40
|
444 |
+
365 map map 2 40 7 map otherprop Objects n03720163 map.n.01 misc 40
|
445 |
+
1288 coffee bean bag coffee bean bag 2 37 7 bag bag Objects suitcase 2773838 n02773838 bag.n.06 objects 39
|
446 |
+
81 headboard headboard 2 39 6 headboard otherfurniture Furniture n03502200 headboard.n.01 bed 11
|
447 |
+
1289 ipad ipad 2 40 7 otherprop Objects objects 39
|
448 |
+
1290 display rack display rack 2 39 6 stand otherfurniture Furniture n04038440 rack.n.05 shelving 31
|
449 |
+
948 traffic cone traffic cone 2 40 7 cone otherprop Objects cone objects 39
|
450 |
+
174 toiletry toiletry 2 40 7 otherprop Objects n04447443 toiletry.n.01 objects 39
|
451 |
+
1028 canopy canopy 2 40 7 otherprop Objects misc 40
|
452 |
+
1291 massage chair massage chair 2 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
453 |
+
1292 paper organizer paper organizer 2 40 7 otherprop Objects objects 39
|
454 |
+
1005 barricade barricade 2 40 7 otherprop Objects misc 40
|
455 |
+
235 platform platform 2 38 7 otherstructure Objects misc 40
|
456 |
+
1293 cap cap 2 40 7 hat otherprop Objects n03497657 hat.n.01 clothes 38
|
457 |
+
1294 dumbbell plates dumbbell plates 2 40 7 otherprop Objects objects 39
|
458 |
+
1295 elevator elevator 2 38 7 otherstructure Objects misc 40
|
459 |
+
1296 cooking pan cooking pan 2 40 7 pan otherprop Objects n03880531 pan.n.01 objects 39
|
460 |
+
1297 trash bag trash bag 2 37 7 bag bag Objects objects 39
|
461 |
+
1298 santa santa 2 40 7 otherprop Objects misc 40
|
462 |
+
1299 jewelry box jewelry box 2 29 7 box box Objects n02883344 box.n.01 objects 39
|
463 |
+
1300 boat boat 2 40 7 otherprop Objects misc 40
|
464 |
+
1301 sock sock 2 21 7 clothes clothes Objects n04254777 sock.n.01 clothes 38
|
465 |
+
1051 kinect kinect 2 40 7 kinect otherprop Objects objects 39
|
466 |
+
566 crib crib 2 39 6 crib otherfurniture Furniture furniture 36
|
467 |
+
1302 plastic storage bin plastic storage bin 2 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
468 |
+
1062 cooler cooler 2 24 6 refridgerator refridgerator Furniture n03102654 cooler.n.01 appliances 37
|
469 |
+
1303 kitchen apron kitchen apron 2 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
470 |
+
1304 dishwashing soap bottle dishwashing soap bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
471 |
+
1305 xbox controller xbox controller 2 40 7 otherprop Objects objects 39
|
472 |
+
1306 banana holder banana holder 2 40 7 otherprop Objects objects 39
|
473 |
+
298 ping pong paddle ping pong paddle 2 40 7 otherprop Objects table 5
|
474 |
+
1307 airplane airplane 2 40 7 otherprop Objects misc 40
|
475 |
+
1308 conditioner bottle conditioner bottle 2 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
476 |
+
1309 tea kettle tea kettle 2 40 7 tea kettle otherprop Objects n04397768 teakettle.n.01 objects 39
|
477 |
+
43 bedframe bedframe 2 39 6 otherfurniture Furniture n02822579 bedstead.n.01 bed 11
|
478 |
+
1310 wood beam wood beam 2 38 7 otherstructure Objects beam 29
|
479 |
+
593 toilet paper package toilet paper package 2 40 7 otherprop Objects objects 39
|
480 |
+
1311 wall mounted coat rack wall mounted coat rack 2 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
481 |
+
1312 film light film light 2 40 7 otherprop Objects lighting 28
|
482 |
+
749 ceiling lamp ceiling lamp 1 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
483 |
+
623 chain chain 1 40 7 otherprop Objects chair 3
|
484 |
+
1313 sofa sofa 1 6 9 sofa sofa Sofa sofa sofa sofa 4256520 n04256520 sofa.n.01 sofa 10
|
485 |
+
99 closet wardrobe wardrobe 1 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
486 |
+
265 sweater sweater 1 40 7 otherprop Objects n04370048 sweater.n.01 clothes 38
|
487 |
+
1314 kitchen mixer kitchen mixer 1 40 7 otherprop Objects appliances 37
|
488 |
+
99 wardrobe wardrobe 1 39 6 wardrobe otherfurniture Furniture wardrobe n04550184 wardrobe.n.01 furniture 36
|
489 |
+
1315 water softener water softener 1 40 7 otherprop Objects misc 40
|
490 |
+
448 banister banister 1 38 7 banister otherstructure Objects n02788148 bannister.n.02 railing 30
|
491 |
+
257 trolley trolley 1 40 7 trolley otherprop Objects n04335435 streetcar.n.01 misc 40
|
492 |
+
1316 pantry shelf pantry shelf 1 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
493 |
+
786 sofa bed sofa bed 1 4 1 bed bed Bed bed bed bed 2818832 n02818832 bed.n.01 bed 11
|
494 |
+
801 loofa loofa 1 40 7 otherprop Objects objects 39
|
495 |
+
972 shower faucet handle shower faucet handle 1 40 7 handle otherprop Objects shower 23
|
496 |
+
1317 toy piano toy piano 1 40 7 toy otherprop Objects n03964744 plaything.n.01 objects 39
|
497 |
+
1318 fish fish 1 40 7 otherprop Objects n02512053 fish.n.01 objects 39
|
498 |
+
75 file cabinets file cabinet 1 3 6 cabinet cabinet Furniture cabinet 2933112 n03337140 file.n.03 cabinet 7
|
499 |
+
657 cat litter box cat litter box 1 29 7 box box Objects objects 39
|
500 |
+
561 electric panel electric panel 1 40 7 otherprop Objects misc 40
|
501 |
+
93 suitcases suitcase 1 40 7 luggage otherprop Objects n02774630 baggage.n.01 objects 39
|
502 |
+
513 curtain rod curtain rod 1 38 7 curtain rod otherstructure Objects curtain 12
|
503 |
+
411 bunk bed bunk bed 1 39 6 bunk bed otherfurniture Furniture bed bed bed 2818832 n02920259 bunk_bed.n.01 bed 11
|
504 |
+
1122 chandelier chandelier 1 38 7 chandelier otherstructure Objects n03005285 chandelier.n.01 lighting 28
|
505 |
+
922 tape tape 1 40 7 tape otherprop Objects objects 39
|
506 |
+
88 plates plate 1 40 7 otherprop Objects n03959485 plate.n.04 objects 39
|
507 |
+
518 alarm alarm 1 40 7 alarm otherprop Objects clock 3046257 n02694662 alarm_clock.n.01 objects 39
|
508 |
+
814 fire hose fire hose 1 40 7 otherprop Objects n03346004 fire_hose.n.01 misc 40
|
509 |
+
1319 toy dinosaur toy dinosaur 1 40 7 toy otherprop Objects n03964744 plaything.n.01 objects 39
|
510 |
+
1320 cone cone 1 40 7 otherprop Objects objects 39
|
511 |
+
649 glass doors glass door 1 8 12 door door Wall door n03221720 door.n.01 door 4
|
512 |
+
607 hatrack hatrack 1 40 7 otherprop Objects n03059103 coatrack.n.01 shelving 31
|
513 |
+
819 subwoofer subwoofer 1 40 7 speaker otherprop Objects speaker 3691459 n04349401 subwoofer.n.01 objects 39
|
514 |
+
1321 fire sprinkler fire sprinkler 1 40 7 otherprop Objects misc 40
|
515 |
+
1322 trash cabinet trash cabinet 1 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
516 |
+
1204 pantry walls pantry wall 1 1 12 wall wall Wall n04546855 wall.n.01 wall 1
|
517 |
+
227 photo photo 1 40 7 photo otherprop Objects n03925226 photograph.n.01 picture 6
|
518 |
+
817 barrier barrier 1 40 7 otherprop Objects n02796623 barrier.n.01 misc 40
|
519 |
+
130 stacks of cups cup 1 40 7 otherprop Objects n03147509 cup.n.01 objects 39
|
520 |
+
712 beachball beachball 1 40 7 ball otherprop Objects n02814224 beach_ball.n.01 objects 39
|
521 |
+
1323 folded boxes folded boxes 1 40 7 otherprop Objects objects 39
|
522 |
+
1324 contact lens solution bottle contact lens solution bottle 1 40 7 bottle otherprop Objects bottle bottle 2876657 n02876657 bottle.n.01 objects 39
|
523 |
+
673 covered box covered box 1 29 7 box box Objects objects 39
|
524 |
+
459 folder folder 1 40 7 folder otherprop Objects n03376279 folder.n.02 objects 39
|
525 |
+
643 mail trays mail tray 1 40 7 mail tray otherprop Objects objects 39
|
526 |
+
238 slipper slipper 1 40 7 otherprop Objects n04241394 slipper.n.01 clothes 38
|
527 |
+
765 magazine rack magazine rack 1 39 6 stand otherfurniture Furniture n03704549 magazine_rack.n.01 shelving 31
|
528 |
+
1008 sticker sticker 1 40 7 sticker otherprop Objects n07272545 gummed_label.n.01 objects 39
|
529 |
+
225 lotion lotion 1 40 7 otherprop Objects n03690938 lotion.n.01 objects 39
|
530 |
+
1083 buddha buddha 1 40 7 otherprop Objects objects 39
|
531 |
+
813 file organizer file organizer 1 40 7 otherprop Objects objects 39
|
532 |
+
138 paper towel rolls paper towel roll 1 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
533 |
+
1145 night lamp night lamp 1 35 7 lamp lamp Objects lamp lamp 3636649 n03636649 lamp.n.02 lighting 28
|
534 |
+
796 fuse box fuse box 1 40 7 otherprop Objects misc 40
|
535 |
+
1325 knife block knife block 1 40 7 otherprop Objects objects 39
|
536 |
+
363 furnace furnace 1 39 6 furnace otherfurniture Furniture n03404449 furnace.n.01
|
537 |
+
1174 cd cases cd case 1 40 7 otherprop Objects objects 39
|
538 |
+
38 stools stool 1 40 7 stool otherprop Objects stool n04326896 stool.n.01 stool 19
|
539 |
+
1326 hand sanitzer dispenser hand sanitzer dispenser 1 40 7 otherprop Objects n04254120 soap_dispenser.n.01 objects 39
|
540 |
+
997 teapot teapot 1 40 7 tea pot otherprop Objects n04398044 teapot.n.01 objects 39
|
541 |
+
1327 pen holder pen holder 1 40 7 otherprop Objects objects 39
|
542 |
+
1328 tray rack tray rack 1 40 7 otherprop Objects objects 39
|
543 |
+
1329 wig wig 1 40 7 otherprop Objects n04584207 wig.n.01 objects 39
|
544 |
+
182 switch switch 1 40 7 otherprop Objects n04372370 switch.n.01 misc 40
|
545 |
+
280 plastic containers plastic container 1 40 7 container otherprop Objects n03094503 container.n.01 objects 39
|
546 |
+
1330 night light night light 1 40 7 otherprop Objects lighting 28
|
547 |
+
1331 notepad notepad 1 40 7 otherprop Objects objects 39
|
548 |
+
1332 mail bin mail bin 1 40 7 otherprop Objects misc 40
|
549 |
+
1333 elevator button elevator button 1 40 7 otherprop Objects misc 40
|
550 |
+
939 gaming wheel gaming wheel 1 40 7 otherprop Objects objects 39
|
551 |
+
1334 drum set drum set 1 40 7 otherprop Objects objects 39
|
552 |
+
480 cosmetic bag cosmetic bag 1 37 7 bag bag Objects objects 39
|
553 |
+
907 coffee mug coffee mug 1 40 7 vessel otherprop Objects cup or mug 3797390 n03063599 coffee_mug.n.01 objects 39
|
554 |
+
1335 closet shelf closet shelf 1 15 6 shelves shelves Furniture bookshelf bookshelf 2871439 n02871439 bookshelf.n.01 shelving 31
|
555 |
+
1336 baby mobile baby mobile 1 40 7 otherprop Objects objects 39
|
556 |
+
829 diaper bin diaper bin 1 40 7 bin otherprop Objects objects 39
|
557 |
+
947 door wall door wall 1 1 12 wall wall Wall wall 1
|
558 |
+
1116 stepstool stepstool 1 40 7 step stool otherprop Objects objects 39
|
559 |
+
599 paper shredder shredder 1 40 7 otherprop Objects n04210120 shredder.n.01 objects 39
|
560 |
+
733 dress rack dress rack 1 40 7 otherprop Objects n03238762 dress_rack.n.01 misc 40
|
561 |
+
123 cover cover 1 40 7 blanket otherprop Objects objects 39
|
562 |
+
506 shopping bag shopping bag 1 37 7 bag bag Objects n04204081 shopping_bag.n.01 objects 39
|
563 |
+
569 sliding door sliding door 1 8 12 door door Wall door n04239074 sliding_door.n.01 door 4
|
564 |
+
1337 exercise bike exercise bike 1 40 7 machine otherprop Objects n04210120 shredder.n.01 gym_equipment 33
|
565 |
+
1338 recliner chair recliner chair 1 5 4 chair chair Chair chair chair chair 3001627 n03238762 dress_rack.n.01 chair 3
|
566 |
+
1314 kitchenaid mixer kitchen mixer 1 40 7 otherprop Objects appliances 37
|
567 |
+
1339 soda can soda can 1 40 7 can otherprop Objects can 2946921 n02946921 can.n.01 objects 39
|
568 |
+
1340 stovetop stovetop 1 38 7 stove otherstructure Objects stove 4330267 n04330267 stove.n.02 appliances 37
|
569 |
+
851 stepladder stepladder 1 39 6 ladder otherfurniture Furniture stairs n04315599 step_ladder.n.01 stairs 16
|
570 |
+
142 tap tap 1 40 7 faucet otherprop Objects faucet 3325088 n04559451 water_faucet.n.01 objects 39
|
571 |
+
436 cable cable 1 40 7 cables otherprop Objects objects 39
|
572 |
+
1341 baby changing station baby changing station 1 39 6 otherfurniture Furniture furniture 36
|
573 |
+
1342 costume costume 1 21 7 clothes clothes Objects n02728440 apparel.n.01 clothes 38
|
574 |
+
885 rocking chair rocking chair 1 5 4 chair chair Chair chair chair chair 3001627 n04099969 rocking_chair.n.01 chair 3
|
575 |
+
693 binder binder 1 40 7 binder otherprop Objects objects 39
|
576 |
+
815 media center media center 1 3 6 cabinet cabinet Furniture cabinet 2933112 n02933112 cabinet.n.01 cabinet 7
|
577 |
+
401 towel rack towel rack 1 40 7 otherprop Objects n04459773 towel_rack.n.01 misc 40
|
578 |
+
1343 medal medal 1 40 7 otherprop Objects objects 39
|
579 |
+
1184 stack of folded chairs folded chair 1 5 4 chair chair Chair chair chair chair 3001627 n03001627 chair.n.01 chair 3
|
580 |
+
1344 telescope telescope 1 40 7 otherprop Objects n04403638 telescope.n.01 objects 39
|
581 |
+
1345 closet doorframe closet doorframe 1 8 12 door door Wall door door 4
|
582 |
+
160 glass glass 1 38 7 glass otherstructure Objects n03438257 glass.n.02 misc 40
|
583 |
+
1126 baseball cap baseball cap 1 40 7 otherprop Objects cap 2954340 n02799323 baseball_cap.n.01 clothes 38
|
584 |
+
1346 battery disposal jar battery disposal jar 1 40 7 jar otherprop Objects jar 3593526 n03593526 jar.n.01 objects 39
|
585 |
+
332 mop mop 1 40 7 otherprop Objects n04367480 swab.n.02 objects 39
|
586 |
+
397 tank tank 1 40 7 otherprop Objects objects 39
|
587 |
+
643 mail tray mail tray 1 40 7 mail tray otherprop Objects objects 39
|
588 |
+
551 centerpiece centerpiece 1 40 7 centerpiece otherprop Objects n02994419 centerpiece.n.02 objects 39
|
589 |
+
1163 object stick 1 40 7 stick otherprop Objects objects 39
|
590 |
+
1347 closet floor closet floor 1 2 5 floor floor Floor n03365592 floor.n.01 floor 2
|
591 |
+
1348 dryer sheets dryer sheets 1 40 7 otherprop Objects objects 39
|
592 |
+
803 bycicle bycicle 1 40 7 otherprop Objects misc 40
|
593 |
+
484 flower stand flower stand 1 39 6 stand otherfurniture Furniture furniture 36
|
594 |
+
1349 air mattress air mattress 1 4 1 bed bed Bed bed bed bed 2818832 n02690809 air_mattress.n.01 bed 11
|
595 |
+
1350 clip clip 1 40 7 otherprop Objects objects 39
|
596 |
+
222 side table side table 1 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
597 |
+
1253 pizza boxes pizza box 1 29 7 box box Objects n02883344 box.n.01 objects 39
|
598 |
+
1351 display display 1 39 7 otherfurniture Furniture n03211117 display.n.06 misc 40
|
599 |
+
1352 postcard postcard 1 40 7 otherprop Objects objects 39
|
600 |
+
828 display sign display sign 1 40 7 sign otherprop Objects misc 40
|
601 |
+
1353 paper towel paper towel 1 40 7 paper towel otherprop Objects n03887697 paper_towel.n.01 towel 20
|
602 |
+
612 boots boot 1 40 7 shoe otherprop Objects n04199027 shoe.n.01 clothes 38
|
603 |
+
1354 tennis racket bag tennis racket bag 1 40 7 otherprop Objects objects 39
|
604 |
+
1355 air hockey table air hockey table 1 7 10 table table Table table table table 4379243 n04379243 table.n.02 table 5
|
605 |
+
1301 socks sock 1 21 7 clothes clothes Objects n04254777 sock.n.01 clothes 38
|
606 |
+
1356 food bag food bag 1 37 7 bag bag Objects objects 39
|
607 |
+
1199 clothes hangers clothes hanger 1 40 7 otherprop Objects n03057920 coat_hanger.n.01 misc 40
|
608 |
+
1357 starbucks cup starbucks cup 1 40 7 cup otherprop Objects cup cup or mug 3797390 n03797390 mug.n.04 objects 39
|
datasets/scannet_preprocess/meta_data/scannetv2_test.txt
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0707_00
|
2 |
+
scene0708_00
|
3 |
+
scene0709_00
|
4 |
+
scene0710_00
|
5 |
+
scene0711_00
|
6 |
+
scene0712_00
|
7 |
+
scene0713_00
|
8 |
+
scene0714_00
|
9 |
+
scene0715_00
|
10 |
+
scene0716_00
|
11 |
+
scene0717_00
|
12 |
+
scene0718_00
|
13 |
+
scene0719_00
|
14 |
+
scene0720_00
|
15 |
+
scene0721_00
|
16 |
+
scene0722_00
|
17 |
+
scene0723_00
|
18 |
+
scene0724_00
|
19 |
+
scene0725_00
|
20 |
+
scene0726_00
|
21 |
+
scene0727_00
|
22 |
+
scene0728_00
|
23 |
+
scene0729_00
|
24 |
+
scene0730_00
|
25 |
+
scene0731_00
|
26 |
+
scene0732_00
|
27 |
+
scene0733_00
|
28 |
+
scene0734_00
|
29 |
+
scene0735_00
|
30 |
+
scene0736_00
|
31 |
+
scene0737_00
|
32 |
+
scene0738_00
|
33 |
+
scene0739_00
|
34 |
+
scene0740_00
|
35 |
+
scene0741_00
|
36 |
+
scene0742_00
|
37 |
+
scene0743_00
|
38 |
+
scene0744_00
|
39 |
+
scene0745_00
|
40 |
+
scene0746_00
|
41 |
+
scene0747_00
|
42 |
+
scene0748_00
|
43 |
+
scene0749_00
|
44 |
+
scene0750_00
|
45 |
+
scene0751_00
|
46 |
+
scene0752_00
|
47 |
+
scene0753_00
|
48 |
+
scene0754_00
|
49 |
+
scene0755_00
|
50 |
+
scene0756_00
|
51 |
+
scene0757_00
|
52 |
+
scene0758_00
|
53 |
+
scene0759_00
|
54 |
+
scene0760_00
|
55 |
+
scene0761_00
|
56 |
+
scene0762_00
|
57 |
+
scene0763_00
|
58 |
+
scene0764_00
|
59 |
+
scene0765_00
|
60 |
+
scene0766_00
|
61 |
+
scene0767_00
|
62 |
+
scene0768_00
|
63 |
+
scene0769_00
|
64 |
+
scene0770_00
|
65 |
+
scene0771_00
|
66 |
+
scene0772_00
|
67 |
+
scene0773_00
|
68 |
+
scene0774_00
|
69 |
+
scene0775_00
|
70 |
+
scene0776_00
|
71 |
+
scene0777_00
|
72 |
+
scene0778_00
|
73 |
+
scene0779_00
|
74 |
+
scene0780_00
|
75 |
+
scene0781_00
|
76 |
+
scene0782_00
|
77 |
+
scene0783_00
|
78 |
+
scene0784_00
|
79 |
+
scene0785_00
|
80 |
+
scene0786_00
|
81 |
+
scene0787_00
|
82 |
+
scene0788_00
|
83 |
+
scene0789_00
|
84 |
+
scene0790_00
|
85 |
+
scene0791_00
|
86 |
+
scene0792_00
|
87 |
+
scene0793_00
|
88 |
+
scene0794_00
|
89 |
+
scene0795_00
|
90 |
+
scene0796_00
|
91 |
+
scene0797_00
|
92 |
+
scene0798_00
|
93 |
+
scene0799_00
|
94 |
+
scene0800_00
|
95 |
+
scene0801_00
|
96 |
+
scene0802_00
|
97 |
+
scene0803_00
|
98 |
+
scene0804_00
|
99 |
+
scene0805_00
|
100 |
+
scene0806_00
|
datasets/scannet_preprocess/meta_data/scannetv2_train.txt
ADDED
@@ -0,0 +1,1201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0191_00
|
2 |
+
scene0191_01
|
3 |
+
scene0191_02
|
4 |
+
scene0119_00
|
5 |
+
scene0230_00
|
6 |
+
scene0528_00
|
7 |
+
scene0528_01
|
8 |
+
scene0705_00
|
9 |
+
scene0705_01
|
10 |
+
scene0705_02
|
11 |
+
scene0415_00
|
12 |
+
scene0415_01
|
13 |
+
scene0415_02
|
14 |
+
scene0007_00
|
15 |
+
scene0141_00
|
16 |
+
scene0141_01
|
17 |
+
scene0141_02
|
18 |
+
scene0515_00
|
19 |
+
scene0515_01
|
20 |
+
scene0515_02
|
21 |
+
scene0447_00
|
22 |
+
scene0447_01
|
23 |
+
scene0447_02
|
24 |
+
scene0531_00
|
25 |
+
scene0503_00
|
26 |
+
scene0285_00
|
27 |
+
scene0069_00
|
28 |
+
scene0584_00
|
29 |
+
scene0584_01
|
30 |
+
scene0584_02
|
31 |
+
scene0581_00
|
32 |
+
scene0581_01
|
33 |
+
scene0581_02
|
34 |
+
scene0620_00
|
35 |
+
scene0620_01
|
36 |
+
scene0263_00
|
37 |
+
scene0263_01
|
38 |
+
scene0481_00
|
39 |
+
scene0481_01
|
40 |
+
scene0020_00
|
41 |
+
scene0020_01
|
42 |
+
scene0291_00
|
43 |
+
scene0291_01
|
44 |
+
scene0291_02
|
45 |
+
scene0469_00
|
46 |
+
scene0469_01
|
47 |
+
scene0469_02
|
48 |
+
scene0659_00
|
49 |
+
scene0659_01
|
50 |
+
scene0024_00
|
51 |
+
scene0024_01
|
52 |
+
scene0024_02
|
53 |
+
scene0564_00
|
54 |
+
scene0117_00
|
55 |
+
scene0027_00
|
56 |
+
scene0027_01
|
57 |
+
scene0027_02
|
58 |
+
scene0028_00
|
59 |
+
scene0330_00
|
60 |
+
scene0418_00
|
61 |
+
scene0418_01
|
62 |
+
scene0418_02
|
63 |
+
scene0233_00
|
64 |
+
scene0233_01
|
65 |
+
scene0673_00
|
66 |
+
scene0673_01
|
67 |
+
scene0673_02
|
68 |
+
scene0673_03
|
69 |
+
scene0673_04
|
70 |
+
scene0673_05
|
71 |
+
scene0585_00
|
72 |
+
scene0585_01
|
73 |
+
scene0362_00
|
74 |
+
scene0362_01
|
75 |
+
scene0362_02
|
76 |
+
scene0362_03
|
77 |
+
scene0035_00
|
78 |
+
scene0035_01
|
79 |
+
scene0358_00
|
80 |
+
scene0358_01
|
81 |
+
scene0358_02
|
82 |
+
scene0037_00
|
83 |
+
scene0194_00
|
84 |
+
scene0321_00
|
85 |
+
scene0293_00
|
86 |
+
scene0293_01
|
87 |
+
scene0623_00
|
88 |
+
scene0623_01
|
89 |
+
scene0592_00
|
90 |
+
scene0592_01
|
91 |
+
scene0569_00
|
92 |
+
scene0569_01
|
93 |
+
scene0413_00
|
94 |
+
scene0313_00
|
95 |
+
scene0313_01
|
96 |
+
scene0313_02
|
97 |
+
scene0480_00
|
98 |
+
scene0480_01
|
99 |
+
scene0401_00
|
100 |
+
scene0517_00
|
101 |
+
scene0517_01
|
102 |
+
scene0517_02
|
103 |
+
scene0032_00
|
104 |
+
scene0032_01
|
105 |
+
scene0613_00
|
106 |
+
scene0613_01
|
107 |
+
scene0613_02
|
108 |
+
scene0306_00
|
109 |
+
scene0306_01
|
110 |
+
scene0052_00
|
111 |
+
scene0052_01
|
112 |
+
scene0052_02
|
113 |
+
scene0053_00
|
114 |
+
scene0444_00
|
115 |
+
scene0444_01
|
116 |
+
scene0055_00
|
117 |
+
scene0055_01
|
118 |
+
scene0055_02
|
119 |
+
scene0560_00
|
120 |
+
scene0589_00
|
121 |
+
scene0589_01
|
122 |
+
scene0589_02
|
123 |
+
scene0610_00
|
124 |
+
scene0610_01
|
125 |
+
scene0610_02
|
126 |
+
scene0364_00
|
127 |
+
scene0364_01
|
128 |
+
scene0383_00
|
129 |
+
scene0383_01
|
130 |
+
scene0383_02
|
131 |
+
scene0006_00
|
132 |
+
scene0006_01
|
133 |
+
scene0006_02
|
134 |
+
scene0275_00
|
135 |
+
scene0451_00
|
136 |
+
scene0451_01
|
137 |
+
scene0451_02
|
138 |
+
scene0451_03
|
139 |
+
scene0451_04
|
140 |
+
scene0451_05
|
141 |
+
scene0135_00
|
142 |
+
scene0065_00
|
143 |
+
scene0065_01
|
144 |
+
scene0065_02
|
145 |
+
scene0104_00
|
146 |
+
scene0674_00
|
147 |
+
scene0674_01
|
148 |
+
scene0448_00
|
149 |
+
scene0448_01
|
150 |
+
scene0448_02
|
151 |
+
scene0502_00
|
152 |
+
scene0502_01
|
153 |
+
scene0502_02
|
154 |
+
scene0440_00
|
155 |
+
scene0440_01
|
156 |
+
scene0440_02
|
157 |
+
scene0071_00
|
158 |
+
scene0072_00
|
159 |
+
scene0072_01
|
160 |
+
scene0072_02
|
161 |
+
scene0509_00
|
162 |
+
scene0509_01
|
163 |
+
scene0509_02
|
164 |
+
scene0649_00
|
165 |
+
scene0649_01
|
166 |
+
scene0602_00
|
167 |
+
scene0694_00
|
168 |
+
scene0694_01
|
169 |
+
scene0101_00
|
170 |
+
scene0101_01
|
171 |
+
scene0101_02
|
172 |
+
scene0101_03
|
173 |
+
scene0101_04
|
174 |
+
scene0101_05
|
175 |
+
scene0218_00
|
176 |
+
scene0218_01
|
177 |
+
scene0579_00
|
178 |
+
scene0579_01
|
179 |
+
scene0579_02
|
180 |
+
scene0039_00
|
181 |
+
scene0039_01
|
182 |
+
scene0493_00
|
183 |
+
scene0493_01
|
184 |
+
scene0242_00
|
185 |
+
scene0242_01
|
186 |
+
scene0242_02
|
187 |
+
scene0083_00
|
188 |
+
scene0083_01
|
189 |
+
scene0127_00
|
190 |
+
scene0127_01
|
191 |
+
scene0662_00
|
192 |
+
scene0662_01
|
193 |
+
scene0662_02
|
194 |
+
scene0018_00
|
195 |
+
scene0087_00
|
196 |
+
scene0087_01
|
197 |
+
scene0087_02
|
198 |
+
scene0332_00
|
199 |
+
scene0332_01
|
200 |
+
scene0332_02
|
201 |
+
scene0628_00
|
202 |
+
scene0628_01
|
203 |
+
scene0628_02
|
204 |
+
scene0134_00
|
205 |
+
scene0134_01
|
206 |
+
scene0134_02
|
207 |
+
scene0238_00
|
208 |
+
scene0238_01
|
209 |
+
scene0092_00
|
210 |
+
scene0092_01
|
211 |
+
scene0092_02
|
212 |
+
scene0092_03
|
213 |
+
scene0092_04
|
214 |
+
scene0022_00
|
215 |
+
scene0022_01
|
216 |
+
scene0467_00
|
217 |
+
scene0392_00
|
218 |
+
scene0392_01
|
219 |
+
scene0392_02
|
220 |
+
scene0424_00
|
221 |
+
scene0424_01
|
222 |
+
scene0424_02
|
223 |
+
scene0646_00
|
224 |
+
scene0646_01
|
225 |
+
scene0646_02
|
226 |
+
scene0098_00
|
227 |
+
scene0098_01
|
228 |
+
scene0044_00
|
229 |
+
scene0044_01
|
230 |
+
scene0044_02
|
231 |
+
scene0510_00
|
232 |
+
scene0510_01
|
233 |
+
scene0510_02
|
234 |
+
scene0571_00
|
235 |
+
scene0571_01
|
236 |
+
scene0166_00
|
237 |
+
scene0166_01
|
238 |
+
scene0166_02
|
239 |
+
scene0563_00
|
240 |
+
scene0172_00
|
241 |
+
scene0172_01
|
242 |
+
scene0388_00
|
243 |
+
scene0388_01
|
244 |
+
scene0215_00
|
245 |
+
scene0215_01
|
246 |
+
scene0252_00
|
247 |
+
scene0287_00
|
248 |
+
scene0668_00
|
249 |
+
scene0572_00
|
250 |
+
scene0572_01
|
251 |
+
scene0572_02
|
252 |
+
scene0026_00
|
253 |
+
scene0224_00
|
254 |
+
scene0113_00
|
255 |
+
scene0113_01
|
256 |
+
scene0551_00
|
257 |
+
scene0381_00
|
258 |
+
scene0381_01
|
259 |
+
scene0381_02
|
260 |
+
scene0371_00
|
261 |
+
scene0371_01
|
262 |
+
scene0460_00
|
263 |
+
scene0118_00
|
264 |
+
scene0118_01
|
265 |
+
scene0118_02
|
266 |
+
scene0417_00
|
267 |
+
scene0008_00
|
268 |
+
scene0634_00
|
269 |
+
scene0521_00
|
270 |
+
scene0123_00
|
271 |
+
scene0123_01
|
272 |
+
scene0123_02
|
273 |
+
scene0045_00
|
274 |
+
scene0045_01
|
275 |
+
scene0511_00
|
276 |
+
scene0511_01
|
277 |
+
scene0114_00
|
278 |
+
scene0114_01
|
279 |
+
scene0114_02
|
280 |
+
scene0070_00
|
281 |
+
scene0029_00
|
282 |
+
scene0029_01
|
283 |
+
scene0029_02
|
284 |
+
scene0129_00
|
285 |
+
scene0103_00
|
286 |
+
scene0103_01
|
287 |
+
scene0002_00
|
288 |
+
scene0002_01
|
289 |
+
scene0132_00
|
290 |
+
scene0132_01
|
291 |
+
scene0132_02
|
292 |
+
scene0124_00
|
293 |
+
scene0124_01
|
294 |
+
scene0143_00
|
295 |
+
scene0143_01
|
296 |
+
scene0143_02
|
297 |
+
scene0604_00
|
298 |
+
scene0604_01
|
299 |
+
scene0604_02
|
300 |
+
scene0507_00
|
301 |
+
scene0105_00
|
302 |
+
scene0105_01
|
303 |
+
scene0105_02
|
304 |
+
scene0428_00
|
305 |
+
scene0428_01
|
306 |
+
scene0311_00
|
307 |
+
scene0140_00
|
308 |
+
scene0140_01
|
309 |
+
scene0182_00
|
310 |
+
scene0182_01
|
311 |
+
scene0182_02
|
312 |
+
scene0142_00
|
313 |
+
scene0142_01
|
314 |
+
scene0399_00
|
315 |
+
scene0399_01
|
316 |
+
scene0012_00
|
317 |
+
scene0012_01
|
318 |
+
scene0012_02
|
319 |
+
scene0060_00
|
320 |
+
scene0060_01
|
321 |
+
scene0370_00
|
322 |
+
scene0370_01
|
323 |
+
scene0370_02
|
324 |
+
scene0310_00
|
325 |
+
scene0310_01
|
326 |
+
scene0310_02
|
327 |
+
scene0661_00
|
328 |
+
scene0650_00
|
329 |
+
scene0152_00
|
330 |
+
scene0152_01
|
331 |
+
scene0152_02
|
332 |
+
scene0158_00
|
333 |
+
scene0158_01
|
334 |
+
scene0158_02
|
335 |
+
scene0482_00
|
336 |
+
scene0482_01
|
337 |
+
scene0600_00
|
338 |
+
scene0600_01
|
339 |
+
scene0600_02
|
340 |
+
scene0393_00
|
341 |
+
scene0393_01
|
342 |
+
scene0393_02
|
343 |
+
scene0562_00
|
344 |
+
scene0174_00
|
345 |
+
scene0174_01
|
346 |
+
scene0157_00
|
347 |
+
scene0157_01
|
348 |
+
scene0161_00
|
349 |
+
scene0161_01
|
350 |
+
scene0161_02
|
351 |
+
scene0159_00
|
352 |
+
scene0254_00
|
353 |
+
scene0254_01
|
354 |
+
scene0115_00
|
355 |
+
scene0115_01
|
356 |
+
scene0115_02
|
357 |
+
scene0162_00
|
358 |
+
scene0163_00
|
359 |
+
scene0163_01
|
360 |
+
scene0523_00
|
361 |
+
scene0523_01
|
362 |
+
scene0523_02
|
363 |
+
scene0459_00
|
364 |
+
scene0459_01
|
365 |
+
scene0175_00
|
366 |
+
scene0085_00
|
367 |
+
scene0085_01
|
368 |
+
scene0279_00
|
369 |
+
scene0279_01
|
370 |
+
scene0279_02
|
371 |
+
scene0201_00
|
372 |
+
scene0201_01
|
373 |
+
scene0201_02
|
374 |
+
scene0283_00
|
375 |
+
scene0456_00
|
376 |
+
scene0456_01
|
377 |
+
scene0429_00
|
378 |
+
scene0043_00
|
379 |
+
scene0043_01
|
380 |
+
scene0419_00
|
381 |
+
scene0419_01
|
382 |
+
scene0419_02
|
383 |
+
scene0368_00
|
384 |
+
scene0368_01
|
385 |
+
scene0348_00
|
386 |
+
scene0348_01
|
387 |
+
scene0348_02
|
388 |
+
scene0442_00
|
389 |
+
scene0178_00
|
390 |
+
scene0380_00
|
391 |
+
scene0380_01
|
392 |
+
scene0380_02
|
393 |
+
scene0165_00
|
394 |
+
scene0165_01
|
395 |
+
scene0165_02
|
396 |
+
scene0181_00
|
397 |
+
scene0181_01
|
398 |
+
scene0181_02
|
399 |
+
scene0181_03
|
400 |
+
scene0333_00
|
401 |
+
scene0614_00
|
402 |
+
scene0614_01
|
403 |
+
scene0614_02
|
404 |
+
scene0404_00
|
405 |
+
scene0404_01
|
406 |
+
scene0404_02
|
407 |
+
scene0185_00
|
408 |
+
scene0126_00
|
409 |
+
scene0126_01
|
410 |
+
scene0126_02
|
411 |
+
scene0519_00
|
412 |
+
scene0236_00
|
413 |
+
scene0236_01
|
414 |
+
scene0189_00
|
415 |
+
scene0075_00
|
416 |
+
scene0267_00
|
417 |
+
scene0192_00
|
418 |
+
scene0192_01
|
419 |
+
scene0192_02
|
420 |
+
scene0281_00
|
421 |
+
scene0420_00
|
422 |
+
scene0420_01
|
423 |
+
scene0420_02
|
424 |
+
scene0195_00
|
425 |
+
scene0195_01
|
426 |
+
scene0195_02
|
427 |
+
scene0597_00
|
428 |
+
scene0597_01
|
429 |
+
scene0597_02
|
430 |
+
scene0041_00
|
431 |
+
scene0041_01
|
432 |
+
scene0111_00
|
433 |
+
scene0111_01
|
434 |
+
scene0111_02
|
435 |
+
scene0666_00
|
436 |
+
scene0666_01
|
437 |
+
scene0666_02
|
438 |
+
scene0200_00
|
439 |
+
scene0200_01
|
440 |
+
scene0200_02
|
441 |
+
scene0536_00
|
442 |
+
scene0536_01
|
443 |
+
scene0536_02
|
444 |
+
scene0390_00
|
445 |
+
scene0280_00
|
446 |
+
scene0280_01
|
447 |
+
scene0280_02
|
448 |
+
scene0344_00
|
449 |
+
scene0344_01
|
450 |
+
scene0205_00
|
451 |
+
scene0205_01
|
452 |
+
scene0205_02
|
453 |
+
scene0484_00
|
454 |
+
scene0484_01
|
455 |
+
scene0009_00
|
456 |
+
scene0009_01
|
457 |
+
scene0009_02
|
458 |
+
scene0302_00
|
459 |
+
scene0302_01
|
460 |
+
scene0209_00
|
461 |
+
scene0209_01
|
462 |
+
scene0209_02
|
463 |
+
scene0210_00
|
464 |
+
scene0210_01
|
465 |
+
scene0395_00
|
466 |
+
scene0395_01
|
467 |
+
scene0395_02
|
468 |
+
scene0683_00
|
469 |
+
scene0601_00
|
470 |
+
scene0601_01
|
471 |
+
scene0214_00
|
472 |
+
scene0214_01
|
473 |
+
scene0214_02
|
474 |
+
scene0477_00
|
475 |
+
scene0477_01
|
476 |
+
scene0439_00
|
477 |
+
scene0439_01
|
478 |
+
scene0468_00
|
479 |
+
scene0468_01
|
480 |
+
scene0468_02
|
481 |
+
scene0546_00
|
482 |
+
scene0466_00
|
483 |
+
scene0466_01
|
484 |
+
scene0220_00
|
485 |
+
scene0220_01
|
486 |
+
scene0220_02
|
487 |
+
scene0122_00
|
488 |
+
scene0122_01
|
489 |
+
scene0130_00
|
490 |
+
scene0110_00
|
491 |
+
scene0110_01
|
492 |
+
scene0110_02
|
493 |
+
scene0327_00
|
494 |
+
scene0156_00
|
495 |
+
scene0266_00
|
496 |
+
scene0266_01
|
497 |
+
scene0001_00
|
498 |
+
scene0001_01
|
499 |
+
scene0228_00
|
500 |
+
scene0199_00
|
501 |
+
scene0219_00
|
502 |
+
scene0464_00
|
503 |
+
scene0232_00
|
504 |
+
scene0232_01
|
505 |
+
scene0232_02
|
506 |
+
scene0299_00
|
507 |
+
scene0299_01
|
508 |
+
scene0530_00
|
509 |
+
scene0363_00
|
510 |
+
scene0453_00
|
511 |
+
scene0453_01
|
512 |
+
scene0570_00
|
513 |
+
scene0570_01
|
514 |
+
scene0570_02
|
515 |
+
scene0183_00
|
516 |
+
scene0239_00
|
517 |
+
scene0239_01
|
518 |
+
scene0239_02
|
519 |
+
scene0373_00
|
520 |
+
scene0373_01
|
521 |
+
scene0241_00
|
522 |
+
scene0241_01
|
523 |
+
scene0241_02
|
524 |
+
scene0188_00
|
525 |
+
scene0622_00
|
526 |
+
scene0622_01
|
527 |
+
scene0244_00
|
528 |
+
scene0244_01
|
529 |
+
scene0691_00
|
530 |
+
scene0691_01
|
531 |
+
scene0206_00
|
532 |
+
scene0206_01
|
533 |
+
scene0206_02
|
534 |
+
scene0247_00
|
535 |
+
scene0247_01
|
536 |
+
scene0061_00
|
537 |
+
scene0061_01
|
538 |
+
scene0082_00
|
539 |
+
scene0250_00
|
540 |
+
scene0250_01
|
541 |
+
scene0250_02
|
542 |
+
scene0501_00
|
543 |
+
scene0501_01
|
544 |
+
scene0501_02
|
545 |
+
scene0320_00
|
546 |
+
scene0320_01
|
547 |
+
scene0320_02
|
548 |
+
scene0320_03
|
549 |
+
scene0631_00
|
550 |
+
scene0631_01
|
551 |
+
scene0631_02
|
552 |
+
scene0255_00
|
553 |
+
scene0255_01
|
554 |
+
scene0255_02
|
555 |
+
scene0047_00
|
556 |
+
scene0265_00
|
557 |
+
scene0265_01
|
558 |
+
scene0265_02
|
559 |
+
scene0004_00
|
560 |
+
scene0336_00
|
561 |
+
scene0336_01
|
562 |
+
scene0058_00
|
563 |
+
scene0058_01
|
564 |
+
scene0260_00
|
565 |
+
scene0260_01
|
566 |
+
scene0260_02
|
567 |
+
scene0243_00
|
568 |
+
scene0603_00
|
569 |
+
scene0603_01
|
570 |
+
scene0093_00
|
571 |
+
scene0093_01
|
572 |
+
scene0093_02
|
573 |
+
scene0109_00
|
574 |
+
scene0109_01
|
575 |
+
scene0434_00
|
576 |
+
scene0434_01
|
577 |
+
scene0434_02
|
578 |
+
scene0290_00
|
579 |
+
scene0627_00
|
580 |
+
scene0627_01
|
581 |
+
scene0470_00
|
582 |
+
scene0470_01
|
583 |
+
scene0137_00
|
584 |
+
scene0137_01
|
585 |
+
scene0137_02
|
586 |
+
scene0270_00
|
587 |
+
scene0270_01
|
588 |
+
scene0270_02
|
589 |
+
scene0271_00
|
590 |
+
scene0271_01
|
591 |
+
scene0504_00
|
592 |
+
scene0274_00
|
593 |
+
scene0274_01
|
594 |
+
scene0274_02
|
595 |
+
scene0036_00
|
596 |
+
scene0036_01
|
597 |
+
scene0276_00
|
598 |
+
scene0276_01
|
599 |
+
scene0272_00
|
600 |
+
scene0272_01
|
601 |
+
scene0499_00
|
602 |
+
scene0698_00
|
603 |
+
scene0698_01
|
604 |
+
scene0051_00
|
605 |
+
scene0051_01
|
606 |
+
scene0051_02
|
607 |
+
scene0051_03
|
608 |
+
scene0108_00
|
609 |
+
scene0245_00
|
610 |
+
scene0369_00
|
611 |
+
scene0369_01
|
612 |
+
scene0369_02
|
613 |
+
scene0284_00
|
614 |
+
scene0289_00
|
615 |
+
scene0289_01
|
616 |
+
scene0286_00
|
617 |
+
scene0286_01
|
618 |
+
scene0286_02
|
619 |
+
scene0286_03
|
620 |
+
scene0031_00
|
621 |
+
scene0031_01
|
622 |
+
scene0031_02
|
623 |
+
scene0545_00
|
624 |
+
scene0545_01
|
625 |
+
scene0545_02
|
626 |
+
scene0557_00
|
627 |
+
scene0557_01
|
628 |
+
scene0557_02
|
629 |
+
scene0533_00
|
630 |
+
scene0533_01
|
631 |
+
scene0116_00
|
632 |
+
scene0116_01
|
633 |
+
scene0116_02
|
634 |
+
scene0611_00
|
635 |
+
scene0611_01
|
636 |
+
scene0688_00
|
637 |
+
scene0294_00
|
638 |
+
scene0294_01
|
639 |
+
scene0294_02
|
640 |
+
scene0295_00
|
641 |
+
scene0295_01
|
642 |
+
scene0296_00
|
643 |
+
scene0296_01
|
644 |
+
scene0596_00
|
645 |
+
scene0596_01
|
646 |
+
scene0596_02
|
647 |
+
scene0532_00
|
648 |
+
scene0532_01
|
649 |
+
scene0637_00
|
650 |
+
scene0638_00
|
651 |
+
scene0121_00
|
652 |
+
scene0121_01
|
653 |
+
scene0121_02
|
654 |
+
scene0040_00
|
655 |
+
scene0040_01
|
656 |
+
scene0197_00
|
657 |
+
scene0197_01
|
658 |
+
scene0197_02
|
659 |
+
scene0410_00
|
660 |
+
scene0410_01
|
661 |
+
scene0305_00
|
662 |
+
scene0305_01
|
663 |
+
scene0615_00
|
664 |
+
scene0615_01
|
665 |
+
scene0703_00
|
666 |
+
scene0703_01
|
667 |
+
scene0555_00
|
668 |
+
scene0297_00
|
669 |
+
scene0297_01
|
670 |
+
scene0297_02
|
671 |
+
scene0582_00
|
672 |
+
scene0582_01
|
673 |
+
scene0582_02
|
674 |
+
scene0023_00
|
675 |
+
scene0094_00
|
676 |
+
scene0013_00
|
677 |
+
scene0013_01
|
678 |
+
scene0013_02
|
679 |
+
scene0136_00
|
680 |
+
scene0136_01
|
681 |
+
scene0136_02
|
682 |
+
scene0407_00
|
683 |
+
scene0407_01
|
684 |
+
scene0062_00
|
685 |
+
scene0062_01
|
686 |
+
scene0062_02
|
687 |
+
scene0386_00
|
688 |
+
scene0318_00
|
689 |
+
scene0554_00
|
690 |
+
scene0554_01
|
691 |
+
scene0497_00
|
692 |
+
scene0213_00
|
693 |
+
scene0258_00
|
694 |
+
scene0323_00
|
695 |
+
scene0323_01
|
696 |
+
scene0324_00
|
697 |
+
scene0324_01
|
698 |
+
scene0016_00
|
699 |
+
scene0016_01
|
700 |
+
scene0016_02
|
701 |
+
scene0681_00
|
702 |
+
scene0398_00
|
703 |
+
scene0398_01
|
704 |
+
scene0227_00
|
705 |
+
scene0090_00
|
706 |
+
scene0066_00
|
707 |
+
scene0262_00
|
708 |
+
scene0262_01
|
709 |
+
scene0155_00
|
710 |
+
scene0155_01
|
711 |
+
scene0155_02
|
712 |
+
scene0352_00
|
713 |
+
scene0352_01
|
714 |
+
scene0352_02
|
715 |
+
scene0038_00
|
716 |
+
scene0038_01
|
717 |
+
scene0038_02
|
718 |
+
scene0335_00
|
719 |
+
scene0335_01
|
720 |
+
scene0335_02
|
721 |
+
scene0261_00
|
722 |
+
scene0261_01
|
723 |
+
scene0261_02
|
724 |
+
scene0261_03
|
725 |
+
scene0640_00
|
726 |
+
scene0640_01
|
727 |
+
scene0640_02
|
728 |
+
scene0080_00
|
729 |
+
scene0080_01
|
730 |
+
scene0080_02
|
731 |
+
scene0403_00
|
732 |
+
scene0403_01
|
733 |
+
scene0282_00
|
734 |
+
scene0282_01
|
735 |
+
scene0282_02
|
736 |
+
scene0682_00
|
737 |
+
scene0173_00
|
738 |
+
scene0173_01
|
739 |
+
scene0173_02
|
740 |
+
scene0522_00
|
741 |
+
scene0687_00
|
742 |
+
scene0345_00
|
743 |
+
scene0345_01
|
744 |
+
scene0612_00
|
745 |
+
scene0612_01
|
746 |
+
scene0411_00
|
747 |
+
scene0411_01
|
748 |
+
scene0411_02
|
749 |
+
scene0625_00
|
750 |
+
scene0625_01
|
751 |
+
scene0211_00
|
752 |
+
scene0211_01
|
753 |
+
scene0211_02
|
754 |
+
scene0211_03
|
755 |
+
scene0676_00
|
756 |
+
scene0676_01
|
757 |
+
scene0179_00
|
758 |
+
scene0498_00
|
759 |
+
scene0498_01
|
760 |
+
scene0498_02
|
761 |
+
scene0547_00
|
762 |
+
scene0547_01
|
763 |
+
scene0547_02
|
764 |
+
scene0269_00
|
765 |
+
scene0269_01
|
766 |
+
scene0269_02
|
767 |
+
scene0366_00
|
768 |
+
scene0680_00
|
769 |
+
scene0680_01
|
770 |
+
scene0588_00
|
771 |
+
scene0588_01
|
772 |
+
scene0588_02
|
773 |
+
scene0588_03
|
774 |
+
scene0346_00
|
775 |
+
scene0346_01
|
776 |
+
scene0359_00
|
777 |
+
scene0359_01
|
778 |
+
scene0014_00
|
779 |
+
scene0120_00
|
780 |
+
scene0120_01
|
781 |
+
scene0212_00
|
782 |
+
scene0212_01
|
783 |
+
scene0212_02
|
784 |
+
scene0176_00
|
785 |
+
scene0049_00
|
786 |
+
scene0259_00
|
787 |
+
scene0259_01
|
788 |
+
scene0586_00
|
789 |
+
scene0586_01
|
790 |
+
scene0586_02
|
791 |
+
scene0309_00
|
792 |
+
scene0309_01
|
793 |
+
scene0125_00
|
794 |
+
scene0455_00
|
795 |
+
scene0177_00
|
796 |
+
scene0177_01
|
797 |
+
scene0177_02
|
798 |
+
scene0326_00
|
799 |
+
scene0372_00
|
800 |
+
scene0171_00
|
801 |
+
scene0171_01
|
802 |
+
scene0374_00
|
803 |
+
scene0654_00
|
804 |
+
scene0654_01
|
805 |
+
scene0445_00
|
806 |
+
scene0445_01
|
807 |
+
scene0475_00
|
808 |
+
scene0475_01
|
809 |
+
scene0475_02
|
810 |
+
scene0349_00
|
811 |
+
scene0349_01
|
812 |
+
scene0234_00
|
813 |
+
scene0669_00
|
814 |
+
scene0669_01
|
815 |
+
scene0375_00
|
816 |
+
scene0375_01
|
817 |
+
scene0375_02
|
818 |
+
scene0387_00
|
819 |
+
scene0387_01
|
820 |
+
scene0387_02
|
821 |
+
scene0312_00
|
822 |
+
scene0312_01
|
823 |
+
scene0312_02
|
824 |
+
scene0384_00
|
825 |
+
scene0385_00
|
826 |
+
scene0385_01
|
827 |
+
scene0385_02
|
828 |
+
scene0000_00
|
829 |
+
scene0000_01
|
830 |
+
scene0000_02
|
831 |
+
scene0376_00
|
832 |
+
scene0376_01
|
833 |
+
scene0376_02
|
834 |
+
scene0301_00
|
835 |
+
scene0301_01
|
836 |
+
scene0301_02
|
837 |
+
scene0322_00
|
838 |
+
scene0542_00
|
839 |
+
scene0079_00
|
840 |
+
scene0079_01
|
841 |
+
scene0099_00
|
842 |
+
scene0099_01
|
843 |
+
scene0476_00
|
844 |
+
scene0476_01
|
845 |
+
scene0476_02
|
846 |
+
scene0394_00
|
847 |
+
scene0394_01
|
848 |
+
scene0147_00
|
849 |
+
scene0147_01
|
850 |
+
scene0067_00
|
851 |
+
scene0067_01
|
852 |
+
scene0067_02
|
853 |
+
scene0397_00
|
854 |
+
scene0397_01
|
855 |
+
scene0337_00
|
856 |
+
scene0337_01
|
857 |
+
scene0337_02
|
858 |
+
scene0431_00
|
859 |
+
scene0223_00
|
860 |
+
scene0223_01
|
861 |
+
scene0223_02
|
862 |
+
scene0010_00
|
863 |
+
scene0010_01
|
864 |
+
scene0402_00
|
865 |
+
scene0268_00
|
866 |
+
scene0268_01
|
867 |
+
scene0268_02
|
868 |
+
scene0679_00
|
869 |
+
scene0679_01
|
870 |
+
scene0405_00
|
871 |
+
scene0128_00
|
872 |
+
scene0408_00
|
873 |
+
scene0408_01
|
874 |
+
scene0190_00
|
875 |
+
scene0107_00
|
876 |
+
scene0076_00
|
877 |
+
scene0167_00
|
878 |
+
scene0361_00
|
879 |
+
scene0361_01
|
880 |
+
scene0361_02
|
881 |
+
scene0216_00
|
882 |
+
scene0202_00
|
883 |
+
scene0303_00
|
884 |
+
scene0303_01
|
885 |
+
scene0303_02
|
886 |
+
scene0446_00
|
887 |
+
scene0446_01
|
888 |
+
scene0089_00
|
889 |
+
scene0089_01
|
890 |
+
scene0089_02
|
891 |
+
scene0360_00
|
892 |
+
scene0150_00
|
893 |
+
scene0150_01
|
894 |
+
scene0150_02
|
895 |
+
scene0421_00
|
896 |
+
scene0421_01
|
897 |
+
scene0421_02
|
898 |
+
scene0454_00
|
899 |
+
scene0626_00
|
900 |
+
scene0626_01
|
901 |
+
scene0626_02
|
902 |
+
scene0186_00
|
903 |
+
scene0186_01
|
904 |
+
scene0538_00
|
905 |
+
scene0479_00
|
906 |
+
scene0479_01
|
907 |
+
scene0479_02
|
908 |
+
scene0656_00
|
909 |
+
scene0656_01
|
910 |
+
scene0656_02
|
911 |
+
scene0656_03
|
912 |
+
scene0525_00
|
913 |
+
scene0525_01
|
914 |
+
scene0525_02
|
915 |
+
scene0308_00
|
916 |
+
scene0396_00
|
917 |
+
scene0396_01
|
918 |
+
scene0396_02
|
919 |
+
scene0624_00
|
920 |
+
scene0292_00
|
921 |
+
scene0292_01
|
922 |
+
scene0632_00
|
923 |
+
scene0253_00
|
924 |
+
scene0021_00
|
925 |
+
scene0325_00
|
926 |
+
scene0325_01
|
927 |
+
scene0437_00
|
928 |
+
scene0437_01
|
929 |
+
scene0438_00
|
930 |
+
scene0590_00
|
931 |
+
scene0590_01
|
932 |
+
scene0400_00
|
933 |
+
scene0400_01
|
934 |
+
scene0541_00
|
935 |
+
scene0541_01
|
936 |
+
scene0541_02
|
937 |
+
scene0677_00
|
938 |
+
scene0677_01
|
939 |
+
scene0677_02
|
940 |
+
scene0443_00
|
941 |
+
scene0315_00
|
942 |
+
scene0288_00
|
943 |
+
scene0288_01
|
944 |
+
scene0288_02
|
945 |
+
scene0422_00
|
946 |
+
scene0672_00
|
947 |
+
scene0672_01
|
948 |
+
scene0184_00
|
949 |
+
scene0449_00
|
950 |
+
scene0449_01
|
951 |
+
scene0449_02
|
952 |
+
scene0048_00
|
953 |
+
scene0048_01
|
954 |
+
scene0138_00
|
955 |
+
scene0452_00
|
956 |
+
scene0452_01
|
957 |
+
scene0452_02
|
958 |
+
scene0667_00
|
959 |
+
scene0667_01
|
960 |
+
scene0667_02
|
961 |
+
scene0463_00
|
962 |
+
scene0463_01
|
963 |
+
scene0078_00
|
964 |
+
scene0078_01
|
965 |
+
scene0078_02
|
966 |
+
scene0636_00
|
967 |
+
scene0457_00
|
968 |
+
scene0457_01
|
969 |
+
scene0457_02
|
970 |
+
scene0465_00
|
971 |
+
scene0465_01
|
972 |
+
scene0577_00
|
973 |
+
scene0151_00
|
974 |
+
scene0151_01
|
975 |
+
scene0339_00
|
976 |
+
scene0573_00
|
977 |
+
scene0573_01
|
978 |
+
scene0154_00
|
979 |
+
scene0096_00
|
980 |
+
scene0096_01
|
981 |
+
scene0096_02
|
982 |
+
scene0235_00
|
983 |
+
scene0168_00
|
984 |
+
scene0168_01
|
985 |
+
scene0168_02
|
986 |
+
scene0594_00
|
987 |
+
scene0587_00
|
988 |
+
scene0587_01
|
989 |
+
scene0587_02
|
990 |
+
scene0587_03
|
991 |
+
scene0229_00
|
992 |
+
scene0229_01
|
993 |
+
scene0229_02
|
994 |
+
scene0512_00
|
995 |
+
scene0106_00
|
996 |
+
scene0106_01
|
997 |
+
scene0106_02
|
998 |
+
scene0472_00
|
999 |
+
scene0472_01
|
1000 |
+
scene0472_02
|
1001 |
+
scene0489_00
|
1002 |
+
scene0489_01
|
1003 |
+
scene0489_02
|
1004 |
+
scene0425_00
|
1005 |
+
scene0425_01
|
1006 |
+
scene0641_00
|
1007 |
+
scene0526_00
|
1008 |
+
scene0526_01
|
1009 |
+
scene0317_00
|
1010 |
+
scene0317_01
|
1011 |
+
scene0544_00
|
1012 |
+
scene0017_00
|
1013 |
+
scene0017_01
|
1014 |
+
scene0017_02
|
1015 |
+
scene0042_00
|
1016 |
+
scene0042_01
|
1017 |
+
scene0042_02
|
1018 |
+
scene0576_00
|
1019 |
+
scene0576_01
|
1020 |
+
scene0576_02
|
1021 |
+
scene0347_00
|
1022 |
+
scene0347_01
|
1023 |
+
scene0347_02
|
1024 |
+
scene0436_00
|
1025 |
+
scene0226_00
|
1026 |
+
scene0226_01
|
1027 |
+
scene0485_00
|
1028 |
+
scene0486_00
|
1029 |
+
scene0487_00
|
1030 |
+
scene0487_01
|
1031 |
+
scene0619_00
|
1032 |
+
scene0097_00
|
1033 |
+
scene0367_00
|
1034 |
+
scene0367_01
|
1035 |
+
scene0491_00
|
1036 |
+
scene0492_00
|
1037 |
+
scene0492_01
|
1038 |
+
scene0005_00
|
1039 |
+
scene0005_01
|
1040 |
+
scene0543_00
|
1041 |
+
scene0543_01
|
1042 |
+
scene0543_02
|
1043 |
+
scene0657_00
|
1044 |
+
scene0341_00
|
1045 |
+
scene0341_01
|
1046 |
+
scene0534_00
|
1047 |
+
scene0534_01
|
1048 |
+
scene0319_00
|
1049 |
+
scene0273_00
|
1050 |
+
scene0273_01
|
1051 |
+
scene0225_00
|
1052 |
+
scene0198_00
|
1053 |
+
scene0003_00
|
1054 |
+
scene0003_01
|
1055 |
+
scene0003_02
|
1056 |
+
scene0409_00
|
1057 |
+
scene0409_01
|
1058 |
+
scene0331_00
|
1059 |
+
scene0331_01
|
1060 |
+
scene0505_00
|
1061 |
+
scene0505_01
|
1062 |
+
scene0505_02
|
1063 |
+
scene0505_03
|
1064 |
+
scene0505_04
|
1065 |
+
scene0506_00
|
1066 |
+
scene0057_00
|
1067 |
+
scene0057_01
|
1068 |
+
scene0074_00
|
1069 |
+
scene0074_01
|
1070 |
+
scene0074_02
|
1071 |
+
scene0091_00
|
1072 |
+
scene0112_00
|
1073 |
+
scene0112_01
|
1074 |
+
scene0112_02
|
1075 |
+
scene0240_00
|
1076 |
+
scene0102_00
|
1077 |
+
scene0102_01
|
1078 |
+
scene0513_00
|
1079 |
+
scene0514_00
|
1080 |
+
scene0514_01
|
1081 |
+
scene0537_00
|
1082 |
+
scene0516_00
|
1083 |
+
scene0516_01
|
1084 |
+
scene0495_00
|
1085 |
+
scene0617_00
|
1086 |
+
scene0133_00
|
1087 |
+
scene0520_00
|
1088 |
+
scene0520_01
|
1089 |
+
scene0635_00
|
1090 |
+
scene0635_01
|
1091 |
+
scene0054_00
|
1092 |
+
scene0473_00
|
1093 |
+
scene0473_01
|
1094 |
+
scene0524_00
|
1095 |
+
scene0524_01
|
1096 |
+
scene0379_00
|
1097 |
+
scene0471_00
|
1098 |
+
scene0471_01
|
1099 |
+
scene0471_02
|
1100 |
+
scene0566_00
|
1101 |
+
scene0248_00
|
1102 |
+
scene0248_01
|
1103 |
+
scene0248_02
|
1104 |
+
scene0529_00
|
1105 |
+
scene0529_01
|
1106 |
+
scene0529_02
|
1107 |
+
scene0391_00
|
1108 |
+
scene0264_00
|
1109 |
+
scene0264_01
|
1110 |
+
scene0264_02
|
1111 |
+
scene0675_00
|
1112 |
+
scene0675_01
|
1113 |
+
scene0350_00
|
1114 |
+
scene0350_01
|
1115 |
+
scene0350_02
|
1116 |
+
scene0450_00
|
1117 |
+
scene0068_00
|
1118 |
+
scene0068_01
|
1119 |
+
scene0237_00
|
1120 |
+
scene0237_01
|
1121 |
+
scene0365_00
|
1122 |
+
scene0365_01
|
1123 |
+
scene0365_02
|
1124 |
+
scene0605_00
|
1125 |
+
scene0605_01
|
1126 |
+
scene0539_00
|
1127 |
+
scene0539_01
|
1128 |
+
scene0539_02
|
1129 |
+
scene0540_00
|
1130 |
+
scene0540_01
|
1131 |
+
scene0540_02
|
1132 |
+
scene0170_00
|
1133 |
+
scene0170_01
|
1134 |
+
scene0170_02
|
1135 |
+
scene0433_00
|
1136 |
+
scene0340_00
|
1137 |
+
scene0340_01
|
1138 |
+
scene0340_02
|
1139 |
+
scene0160_00
|
1140 |
+
scene0160_01
|
1141 |
+
scene0160_02
|
1142 |
+
scene0160_03
|
1143 |
+
scene0160_04
|
1144 |
+
scene0059_00
|
1145 |
+
scene0059_01
|
1146 |
+
scene0059_02
|
1147 |
+
scene0056_00
|
1148 |
+
scene0056_01
|
1149 |
+
scene0478_00
|
1150 |
+
scene0478_01
|
1151 |
+
scene0548_00
|
1152 |
+
scene0548_01
|
1153 |
+
scene0548_02
|
1154 |
+
scene0204_00
|
1155 |
+
scene0204_01
|
1156 |
+
scene0204_02
|
1157 |
+
scene0033_00
|
1158 |
+
scene0145_00
|
1159 |
+
scene0483_00
|
1160 |
+
scene0508_00
|
1161 |
+
scene0508_01
|
1162 |
+
scene0508_02
|
1163 |
+
scene0180_00
|
1164 |
+
scene0148_00
|
1165 |
+
scene0556_00
|
1166 |
+
scene0556_01
|
1167 |
+
scene0416_00
|
1168 |
+
scene0416_01
|
1169 |
+
scene0416_02
|
1170 |
+
scene0416_03
|
1171 |
+
scene0416_04
|
1172 |
+
scene0073_00
|
1173 |
+
scene0073_01
|
1174 |
+
scene0073_02
|
1175 |
+
scene0073_03
|
1176 |
+
scene0034_00
|
1177 |
+
scene0034_01
|
1178 |
+
scene0034_02
|
1179 |
+
scene0639_00
|
1180 |
+
scene0561_00
|
1181 |
+
scene0561_01
|
1182 |
+
scene0298_00
|
1183 |
+
scene0692_00
|
1184 |
+
scene0692_01
|
1185 |
+
scene0692_02
|
1186 |
+
scene0692_03
|
1187 |
+
scene0692_04
|
1188 |
+
scene0642_00
|
1189 |
+
scene0642_01
|
1190 |
+
scene0642_02
|
1191 |
+
scene0642_03
|
1192 |
+
scene0630_00
|
1193 |
+
scene0630_01
|
1194 |
+
scene0630_02
|
1195 |
+
scene0630_03
|
1196 |
+
scene0630_04
|
1197 |
+
scene0630_05
|
1198 |
+
scene0630_06
|
1199 |
+
scene0706_00
|
1200 |
+
scene0567_00
|
1201 |
+
scene0567_01
|
datasets/scannet_preprocess/meta_data/scannetv2_val.txt
ADDED
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scene0568_00
|
2 |
+
scene0568_01
|
3 |
+
scene0568_02
|
4 |
+
scene0304_00
|
5 |
+
scene0488_00
|
6 |
+
scene0488_01
|
7 |
+
scene0412_00
|
8 |
+
scene0412_01
|
9 |
+
scene0217_00
|
10 |
+
scene0019_00
|
11 |
+
scene0019_01
|
12 |
+
scene0414_00
|
13 |
+
scene0575_00
|
14 |
+
scene0575_01
|
15 |
+
scene0575_02
|
16 |
+
scene0426_00
|
17 |
+
scene0426_01
|
18 |
+
scene0426_02
|
19 |
+
scene0426_03
|
20 |
+
scene0549_00
|
21 |
+
scene0549_01
|
22 |
+
scene0578_00
|
23 |
+
scene0578_01
|
24 |
+
scene0578_02
|
25 |
+
scene0665_00
|
26 |
+
scene0665_01
|
27 |
+
scene0050_00
|
28 |
+
scene0050_01
|
29 |
+
scene0050_02
|
30 |
+
scene0257_00
|
31 |
+
scene0025_00
|
32 |
+
scene0025_01
|
33 |
+
scene0025_02
|
34 |
+
scene0583_00
|
35 |
+
scene0583_01
|
36 |
+
scene0583_02
|
37 |
+
scene0701_00
|
38 |
+
scene0701_01
|
39 |
+
scene0701_02
|
40 |
+
scene0580_00
|
41 |
+
scene0580_01
|
42 |
+
scene0565_00
|
43 |
+
scene0169_00
|
44 |
+
scene0169_01
|
45 |
+
scene0655_00
|
46 |
+
scene0655_01
|
47 |
+
scene0655_02
|
48 |
+
scene0063_00
|
49 |
+
scene0221_00
|
50 |
+
scene0221_01
|
51 |
+
scene0591_00
|
52 |
+
scene0591_01
|
53 |
+
scene0591_02
|
54 |
+
scene0678_00
|
55 |
+
scene0678_01
|
56 |
+
scene0678_02
|
57 |
+
scene0462_00
|
58 |
+
scene0427_00
|
59 |
+
scene0595_00
|
60 |
+
scene0193_00
|
61 |
+
scene0193_01
|
62 |
+
scene0164_00
|
63 |
+
scene0164_01
|
64 |
+
scene0164_02
|
65 |
+
scene0164_03
|
66 |
+
scene0598_00
|
67 |
+
scene0598_01
|
68 |
+
scene0598_02
|
69 |
+
scene0599_00
|
70 |
+
scene0599_01
|
71 |
+
scene0599_02
|
72 |
+
scene0328_00
|
73 |
+
scene0300_00
|
74 |
+
scene0300_01
|
75 |
+
scene0354_00
|
76 |
+
scene0458_00
|
77 |
+
scene0458_01
|
78 |
+
scene0423_00
|
79 |
+
scene0423_01
|
80 |
+
scene0423_02
|
81 |
+
scene0307_00
|
82 |
+
scene0307_01
|
83 |
+
scene0307_02
|
84 |
+
scene0606_00
|
85 |
+
scene0606_01
|
86 |
+
scene0606_02
|
87 |
+
scene0432_00
|
88 |
+
scene0432_01
|
89 |
+
scene0608_00
|
90 |
+
scene0608_01
|
91 |
+
scene0608_02
|
92 |
+
scene0651_00
|
93 |
+
scene0651_01
|
94 |
+
scene0651_02
|
95 |
+
scene0430_00
|
96 |
+
scene0430_01
|
97 |
+
scene0689_00
|
98 |
+
scene0357_00
|
99 |
+
scene0357_01
|
100 |
+
scene0574_00
|
101 |
+
scene0574_01
|
102 |
+
scene0574_02
|
103 |
+
scene0329_00
|
104 |
+
scene0329_01
|
105 |
+
scene0329_02
|
106 |
+
scene0153_00
|
107 |
+
scene0153_01
|
108 |
+
scene0616_00
|
109 |
+
scene0616_01
|
110 |
+
scene0671_00
|
111 |
+
scene0671_01
|
112 |
+
scene0618_00
|
113 |
+
scene0382_00
|
114 |
+
scene0382_01
|
115 |
+
scene0490_00
|
116 |
+
scene0621_00
|
117 |
+
scene0607_00
|
118 |
+
scene0607_01
|
119 |
+
scene0149_00
|
120 |
+
scene0695_00
|
121 |
+
scene0695_01
|
122 |
+
scene0695_02
|
123 |
+
scene0695_03
|
124 |
+
scene0389_00
|
125 |
+
scene0377_00
|
126 |
+
scene0377_01
|
127 |
+
scene0377_02
|
128 |
+
scene0342_00
|
129 |
+
scene0139_00
|
130 |
+
scene0629_00
|
131 |
+
scene0629_01
|
132 |
+
scene0629_02
|
133 |
+
scene0496_00
|
134 |
+
scene0633_00
|
135 |
+
scene0633_01
|
136 |
+
scene0518_00
|
137 |
+
scene0652_00
|
138 |
+
scene0406_00
|
139 |
+
scene0406_01
|
140 |
+
scene0406_02
|
141 |
+
scene0144_00
|
142 |
+
scene0144_01
|
143 |
+
scene0494_00
|
144 |
+
scene0278_00
|
145 |
+
scene0278_01
|
146 |
+
scene0316_00
|
147 |
+
scene0609_00
|
148 |
+
scene0609_01
|
149 |
+
scene0609_02
|
150 |
+
scene0609_03
|
151 |
+
scene0084_00
|
152 |
+
scene0084_01
|
153 |
+
scene0084_02
|
154 |
+
scene0696_00
|
155 |
+
scene0696_01
|
156 |
+
scene0696_02
|
157 |
+
scene0351_00
|
158 |
+
scene0351_01
|
159 |
+
scene0643_00
|
160 |
+
scene0644_00
|
161 |
+
scene0645_00
|
162 |
+
scene0645_01
|
163 |
+
scene0645_02
|
164 |
+
scene0081_00
|
165 |
+
scene0081_01
|
166 |
+
scene0081_02
|
167 |
+
scene0647_00
|
168 |
+
scene0647_01
|
169 |
+
scene0535_00
|
170 |
+
scene0353_00
|
171 |
+
scene0353_01
|
172 |
+
scene0353_02
|
173 |
+
scene0559_00
|
174 |
+
scene0559_01
|
175 |
+
scene0559_02
|
176 |
+
scene0593_00
|
177 |
+
scene0593_01
|
178 |
+
scene0246_00
|
179 |
+
scene0653_00
|
180 |
+
scene0653_01
|
181 |
+
scene0064_00
|
182 |
+
scene0064_01
|
183 |
+
scene0356_00
|
184 |
+
scene0356_01
|
185 |
+
scene0356_02
|
186 |
+
scene0030_00
|
187 |
+
scene0030_01
|
188 |
+
scene0030_02
|
189 |
+
scene0222_00
|
190 |
+
scene0222_01
|
191 |
+
scene0338_00
|
192 |
+
scene0338_01
|
193 |
+
scene0338_02
|
194 |
+
scene0378_00
|
195 |
+
scene0378_01
|
196 |
+
scene0378_02
|
197 |
+
scene0660_00
|
198 |
+
scene0553_00
|
199 |
+
scene0553_01
|
200 |
+
scene0553_02
|
201 |
+
scene0527_00
|
202 |
+
scene0663_00
|
203 |
+
scene0663_01
|
204 |
+
scene0663_02
|
205 |
+
scene0664_00
|
206 |
+
scene0664_01
|
207 |
+
scene0664_02
|
208 |
+
scene0334_00
|
209 |
+
scene0334_01
|
210 |
+
scene0334_02
|
211 |
+
scene0046_00
|
212 |
+
scene0046_01
|
213 |
+
scene0046_02
|
214 |
+
scene0203_00
|
215 |
+
scene0203_01
|
216 |
+
scene0203_02
|
217 |
+
scene0088_00
|
218 |
+
scene0088_01
|
219 |
+
scene0088_02
|
220 |
+
scene0088_03
|
221 |
+
scene0086_00
|
222 |
+
scene0086_01
|
223 |
+
scene0086_02
|
224 |
+
scene0670_00
|
225 |
+
scene0670_01
|
226 |
+
scene0256_00
|
227 |
+
scene0256_01
|
228 |
+
scene0256_02
|
229 |
+
scene0249_00
|
230 |
+
scene0441_00
|
231 |
+
scene0658_00
|
232 |
+
scene0704_00
|
233 |
+
scene0704_01
|
234 |
+
scene0187_00
|
235 |
+
scene0187_01
|
236 |
+
scene0131_00
|
237 |
+
scene0131_01
|
238 |
+
scene0131_02
|
239 |
+
scene0207_00
|
240 |
+
scene0207_01
|
241 |
+
scene0207_02
|
242 |
+
scene0461_00
|
243 |
+
scene0011_00
|
244 |
+
scene0011_01
|
245 |
+
scene0343_00
|
246 |
+
scene0251_00
|
247 |
+
scene0077_00
|
248 |
+
scene0077_01
|
249 |
+
scene0684_00
|
250 |
+
scene0684_01
|
251 |
+
scene0550_00
|
252 |
+
scene0686_00
|
253 |
+
scene0686_01
|
254 |
+
scene0686_02
|
255 |
+
scene0208_00
|
256 |
+
scene0500_00
|
257 |
+
scene0500_01
|
258 |
+
scene0552_00
|
259 |
+
scene0552_01
|
260 |
+
scene0648_00
|
261 |
+
scene0648_01
|
262 |
+
scene0435_00
|
263 |
+
scene0435_01
|
264 |
+
scene0435_02
|
265 |
+
scene0435_03
|
266 |
+
scene0690_00
|
267 |
+
scene0690_01
|
268 |
+
scene0693_00
|
269 |
+
scene0693_01
|
270 |
+
scene0693_02
|
271 |
+
scene0700_00
|
272 |
+
scene0700_01
|
273 |
+
scene0700_02
|
274 |
+
scene0699_00
|
275 |
+
scene0231_00
|
276 |
+
scene0231_01
|
277 |
+
scene0231_02
|
278 |
+
scene0697_00
|
279 |
+
scene0697_01
|
280 |
+
scene0697_02
|
281 |
+
scene0697_03
|
282 |
+
scene0474_00
|
283 |
+
scene0474_01
|
284 |
+
scene0474_02
|
285 |
+
scene0474_03
|
286 |
+
scene0474_04
|
287 |
+
scene0474_05
|
288 |
+
scene0355_00
|
289 |
+
scene0355_01
|
290 |
+
scene0146_00
|
291 |
+
scene0146_01
|
292 |
+
scene0146_02
|
293 |
+
scene0196_00
|
294 |
+
scene0702_00
|
295 |
+
scene0702_01
|
296 |
+
scene0702_02
|
297 |
+
scene0314_00
|
298 |
+
scene0277_00
|
299 |
+
scene0277_01
|
300 |
+
scene0277_02
|
301 |
+
scene0095_00
|
302 |
+
scene0095_01
|
303 |
+
scene0015_00
|
304 |
+
scene0100_00
|
305 |
+
scene0100_01
|
306 |
+
scene0100_02
|
307 |
+
scene0558_00
|
308 |
+
scene0558_01
|
309 |
+
scene0558_02
|
310 |
+
scene0685_00
|
311 |
+
scene0685_01
|
312 |
+
scene0685_02
|
datasets/scannet_preprocess/prepare_2d_data/SensorData.py
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
import os, struct
|
3 |
+
import numpy as np
|
4 |
+
import zlib
|
5 |
+
import imageio
|
6 |
+
import cv2
|
7 |
+
|
8 |
+
COMPRESSION_TYPE_COLOR = {-1:'unknown', 0:'raw', 1:'png', 2:'jpeg'}
|
9 |
+
COMPRESSION_TYPE_DEPTH = {-1:'unknown', 0:'raw_ushort', 1:'zlib_ushort', 2:'occi_ushort'}
|
10 |
+
|
11 |
+
class RGBDFrame():
|
12 |
+
|
13 |
+
def load(self, file_handle):
|
14 |
+
self.camera_to_world = np.asarray(struct.unpack('f'*16, file_handle.read(16*4)), dtype=np.float32).reshape(4, 4)
|
15 |
+
self.timestamp_color = struct.unpack('Q', file_handle.read(8))[0]
|
16 |
+
self.timestamp_depth = struct.unpack('Q', file_handle.read(8))[0]
|
17 |
+
self.color_size_bytes = struct.unpack('Q', file_handle.read(8))[0]
|
18 |
+
self.depth_size_bytes = struct.unpack('Q', file_handle.read(8))[0]
|
19 |
+
self.color_data = b''.join(struct.unpack('c'*self.color_size_bytes, file_handle.read(self.color_size_bytes)))
|
20 |
+
self.depth_data = b''.join(struct.unpack('c'*self.depth_size_bytes, file_handle.read(self.depth_size_bytes)))
|
21 |
+
|
22 |
+
|
23 |
+
def decompress_depth(self, compression_type):
|
24 |
+
if compression_type == 'zlib_ushort':
|
25 |
+
return self.decompress_depth_zlib()
|
26 |
+
else:
|
27 |
+
raise
|
28 |
+
|
29 |
+
|
30 |
+
def decompress_depth_zlib(self):
|
31 |
+
return zlib.decompress(self.depth_data)
|
32 |
+
|
33 |
+
|
34 |
+
def decompress_color(self, compression_type):
|
35 |
+
if compression_type == 'jpeg':
|
36 |
+
return self.decompress_color_jpeg()
|
37 |
+
else:
|
38 |
+
raise
|
39 |
+
|
40 |
+
|
41 |
+
def decompress_color_jpeg(self):
|
42 |
+
return imageio.imread(self.color_data)
|
43 |
+
|
44 |
+
|
45 |
+
class SensorData:
|
46 |
+
|
47 |
+
def __init__(self, filename):
|
48 |
+
self.version = 4
|
49 |
+
self.load(filename)
|
50 |
+
|
51 |
+
|
52 |
+
def load(self, filename):
|
53 |
+
with open(filename, 'rb') as f:
|
54 |
+
version = struct.unpack('I', f.read(4))[0]
|
55 |
+
assert self.version == version
|
56 |
+
strlen = struct.unpack('Q', f.read(8))[0]
|
57 |
+
self.sensor_name = b''.join(struct.unpack('c'*strlen, f.read(strlen)))
|
58 |
+
self.intrinsic_color = np.asarray(struct.unpack('f'*16, f.read(16*4)), dtype=np.float32).reshape(4, 4)
|
59 |
+
self.extrinsic_color = np.asarray(struct.unpack('f'*16, f.read(16*4)), dtype=np.float32).reshape(4, 4)
|
60 |
+
self.intrinsic_depth = np.asarray(struct.unpack('f'*16, f.read(16*4)), dtype=np.float32).reshape(4, 4)
|
61 |
+
self.extrinsic_depth = np.asarray(struct.unpack('f'*16, f.read(16*4)), dtype=np.float32).reshape(4, 4)
|
62 |
+
self.color_compression_type = COMPRESSION_TYPE_COLOR[struct.unpack('i', f.read(4))[0]]
|
63 |
+
self.depth_compression_type = COMPRESSION_TYPE_DEPTH[struct.unpack('i', f.read(4))[0]]
|
64 |
+
self.color_width = struct.unpack('I', f.read(4))[0]
|
65 |
+
self.color_height = struct.unpack('I', f.read(4))[0]
|
66 |
+
self.depth_width = struct.unpack('I', f.read(4))[0]
|
67 |
+
self.depth_height = struct.unpack('I', f.read(4))[0]
|
68 |
+
self.depth_shift = struct.unpack('f', f.read(4))[0]
|
69 |
+
num_frames = struct.unpack('Q', f.read(8))[0]
|
70 |
+
self.frames = []
|
71 |
+
for i in range(num_frames):
|
72 |
+
frame = RGBDFrame()
|
73 |
+
frame.load(f)
|
74 |
+
self.frames.append(frame)
|
75 |
+
|
76 |
+
|
77 |
+
def export_depth_images(self, output_path, image_size=None, frame_skip=1):
|
78 |
+
if not os.path.exists(output_path):
|
79 |
+
os.makedirs(output_path)
|
80 |
+
# print 'exporting', len(self.frames)//frame_skip, ' depth frames to', output_path
|
81 |
+
for f in range(0, len(self.frames), frame_skip):
|
82 |
+
depth_data = self.frames[f].decompress_depth(self.depth_compression_type)
|
83 |
+
depth = np.fromstring(depth_data, dtype=np.uint16).reshape(self.depth_height, self.depth_width)
|
84 |
+
if image_size is not None:
|
85 |
+
depth = cv2.resize(depth, (image_size[1], image_size[0]), interpolation=cv2.INTER_NEAREST)
|
86 |
+
imageio.imwrite(os.path.join(output_path, str(f) + '.png'), depth)
|
87 |
+
|
88 |
+
|
89 |
+
def export_color_images(self, output_path, image_size=None, frame_skip=1):
|
90 |
+
if not os.path.exists(output_path):
|
91 |
+
os.makedirs(output_path)
|
92 |
+
# print 'exporting', len(self.frames)//frame_skip, 'color frames to', output_path
|
93 |
+
for f in range(0, len(self.frames), frame_skip):
|
94 |
+
color = self.frames[f].decompress_color(self.color_compression_type)
|
95 |
+
if image_size is not None:
|
96 |
+
color = cv2.resize(color, (image_size[1], image_size[0]), interpolation=cv2.INTER_NEAREST)
|
97 |
+
imageio.imwrite(os.path.join(output_path, str(f) + '.jpg'), color)
|
98 |
+
|
99 |
+
|
100 |
+
def save_mat_to_file(self, matrix, filename):
|
101 |
+
with open(filename, 'w') as f:
|
102 |
+
for line in matrix:
|
103 |
+
np.savetxt(f, line[np.newaxis], fmt='%f')
|
104 |
+
|
105 |
+
|
106 |
+
def export_poses(self, output_path, frame_skip=1):
|
107 |
+
if not os.path.exists(output_path):
|
108 |
+
os.makedirs(output_path)
|
109 |
+
# print 'exporting', len(self.frames)//frame_skip, 'camera poses to', output_path
|
110 |
+
for f in range(0, len(self.frames), frame_skip):
|
111 |
+
self.save_mat_to_file(self.frames[f].camera_to_world, os.path.join(output_path, str(f) + '.txt'))
|
112 |
+
|
113 |
+
|
114 |
+
def export_intrinsics(self, output_path):
|
115 |
+
if not os.path.exists(output_path):
|
116 |
+
os.makedirs(output_path)
|
117 |
+
# print 'exporting camera intrinsics to', output_path
|
118 |
+
self.save_mat_to_file(self.intrinsic_color, os.path.join(output_path, 'intrinsic_color.txt'))
|
119 |
+
self.save_mat_to_file(self.extrinsic_color, os.path.join(output_path, 'extrinsic_color.txt'))
|
120 |
+
self.save_mat_to_file(self.intrinsic_depth, os.path.join(output_path, 'intrinsic_depth.txt'))
|
121 |
+
self.save_mat_to_file(self.extrinsic_depth, os.path.join(output_path, 'extrinsic_depth.txt'))
|
datasets/scannet_preprocess/prepare_2d_data/prepare_2d_data.py
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pre-process ScanNet 2D data
|
2 |
+
# note: depends on the sens file reader from ScanNet:
|
3 |
+
# https://github.com/ScanNet/ScanNet/blob/master/SensReader/python/SensorData.py
|
4 |
+
# if export_label_images flag is on:
|
5 |
+
# - depends on https://github.com/ScanNet/ScanNet/tree/master/BenchmarkScripts/util.py
|
6 |
+
# - also assumes that label images are unzipped as scene*/label*/*.png
|
7 |
+
# expected file structure:
|
8 |
+
# - prepare_2d_data.py
|
9 |
+
# - https://github.com/ScanNet/ScanNet/tree/master/BenchmarkScripts/util.py
|
10 |
+
# - https://github.com/ScanNet/ScanNet/blob/master/SensReader/python/SensorData.py
|
11 |
+
#
|
12 |
+
# example usage:
|
13 |
+
# python prepare_2d_data.py --scannet_path data/scannetv2 --output_path data/scannetv2_images --export_label_images
|
14 |
+
|
15 |
+
import argparse
|
16 |
+
import os, sys
|
17 |
+
import numpy as np
|
18 |
+
import skimage.transform as sktf
|
19 |
+
import imageio
|
20 |
+
from SensorData import SensorData
|
21 |
+
import util
|
22 |
+
# try:
|
23 |
+
# from prepare_2d_data.SensorData import SensorData
|
24 |
+
# except:
|
25 |
+
# print('Failed to import SensorData (from ScanNet code toolbox)')
|
26 |
+
# sys.exit(-1)
|
27 |
+
# try:
|
28 |
+
# from prepare_2d_data import util
|
29 |
+
# except:
|
30 |
+
# print('Failed to import ScanNet code toolbox util')
|
31 |
+
# sys.exit(-1)
|
32 |
+
|
33 |
+
# params
|
34 |
+
parser = argparse.ArgumentParser()
|
35 |
+
parser.add_argument('--scannet_path', required=True, help='path to scannet data')
|
36 |
+
parser.add_argument('--output_path', required=True, help='where to output 2d data')
|
37 |
+
parser.add_argument('--export_label_images', dest='export_label_images', action='store_true')
|
38 |
+
parser.add_argument('--label_type', default='label-filt', help='which labels (label or label-filt)')
|
39 |
+
parser.add_argument('--frame_skip', type=int, default=20, help='export every nth frame')
|
40 |
+
parser.add_argument('--label_map_file', default='scannet-preprocess/meta_data/scannetv2-labels.combined.tsv',
|
41 |
+
help='path to scannetv2-labels.combined.tsv (required for label export only)')
|
42 |
+
parser.add_argument('--output_image_width', type=int, default=640, help='export image width')
|
43 |
+
parser.add_argument('--output_image_height', type=int, default=480, help='export image height')
|
44 |
+
|
45 |
+
parser.set_defaults(export_label_images=False)
|
46 |
+
opt = parser.parse_args()
|
47 |
+
if opt.export_label_images:
|
48 |
+
assert opt.label_map_file != ''
|
49 |
+
print(opt)
|
50 |
+
|
51 |
+
|
52 |
+
def print_error(message):
|
53 |
+
sys.stderr.write('ERROR: ' + str(message) + '\n')
|
54 |
+
sys.exit(-1)
|
55 |
+
|
56 |
+
|
57 |
+
# from https://github.com/ScanNet/ScanNet/tree/master/BenchmarkScripts/2d_helpers/convert_scannet_label_image.py
|
58 |
+
def map_label_image(image, label_mapping):
|
59 |
+
mapped = np.copy(image)
|
60 |
+
for k, v in label_mapping.iteritems():
|
61 |
+
mapped[image == k] = v
|
62 |
+
return mapped.astype(np.uint8)
|
63 |
+
|
64 |
+
|
65 |
+
def main():
|
66 |
+
if not os.path.exists(opt.output_path):
|
67 |
+
os.makedirs(opt.output_path)
|
68 |
+
|
69 |
+
label_mapping = None
|
70 |
+
if opt.export_label_images:
|
71 |
+
label_map = util.read_label_mapping(opt.label_map_file, label_from='id', label_to='nyu40id')
|
72 |
+
|
73 |
+
scenes = [d for d in os.listdir(opt.scannet_path) if os.path.isdir(os.path.join(opt.scannet_path, d))]
|
74 |
+
print('Found %d scenes' % len(scenes))
|
75 |
+
for i in range(0,len(scenes)):
|
76 |
+
if scenes[i] != 'scene0000_00': continue
|
77 |
+
sens_file = os.path.join(opt.scannet_path, scenes[i], scenes[i] + '.sens')
|
78 |
+
label_path = os.path.join(opt.scannet_path, scenes[i], opt.label_type)
|
79 |
+
if opt.export_label_images and not os.path.isdir(label_path):
|
80 |
+
print_error('Error: using export_label_images option but label path %s does not exist' % label_path)
|
81 |
+
output_color_path = os.path.join(opt.output_path, scenes[i], 'color')
|
82 |
+
if not os.path.isdir(output_color_path):
|
83 |
+
os.makedirs(output_color_path)
|
84 |
+
output_depth_path = os.path.join(opt.output_path, scenes[i], 'depth')
|
85 |
+
if not os.path.isdir(output_depth_path):
|
86 |
+
os.makedirs(output_depth_path)
|
87 |
+
output_pose_path = os.path.join(opt.output_path, scenes[i], 'pose')
|
88 |
+
if not os.path.isdir(output_pose_path):
|
89 |
+
os.makedirs(output_pose_path)
|
90 |
+
output_label_path = os.path.join(opt.output_path, scenes[i], 'label')
|
91 |
+
if opt.export_label_images and not os.path.isdir(output_label_path):
|
92 |
+
os.makedirs(output_label_path)
|
93 |
+
output_intrinsics_path = os.path.join(opt.output_path, scenes[i], 'intrinsics')
|
94 |
+
if opt.export_label_images and not os.path.isdir(output_label_path):
|
95 |
+
os.makedirs(output_label_path)
|
96 |
+
|
97 |
+
# read and export
|
98 |
+
sys.stdout.write('\r[ %d | %d ] %s\tloading...' % ((i + 1), len(scenes), scenes[i]))
|
99 |
+
sys.stdout.flush()
|
100 |
+
sd = SensorData(sens_file)
|
101 |
+
sys.stdout.write('\r[ %d | %d ] %s\texporting...' % ((i + 1), len(scenes), scenes[i]))
|
102 |
+
sys.stdout.flush()
|
103 |
+
sd.export_color_images(output_color_path, image_size=[opt.output_image_height, opt.output_image_width],
|
104 |
+
frame_skip=opt.frame_skip)
|
105 |
+
sd.export_depth_images(output_depth_path, image_size=[opt.output_image_height, opt.output_image_width],
|
106 |
+
frame_skip=opt.frame_skip)
|
107 |
+
sd.export_poses(output_pose_path, frame_skip=opt.frame_skip)
|
108 |
+
sd.export_intrinsics(output_intrinsics_path)
|
109 |
+
|
110 |
+
if opt.export_label_images:
|
111 |
+
|
112 |
+
for f in range(0, len(sd.frames), opt.frame_skip):
|
113 |
+
label_file = os.path.join(label_path, str(f) + '.png')
|
114 |
+
image = np.array(imageio.imread(label_file))
|
115 |
+
image = sktf.resize(image, [opt.output_image_height, opt.output_image_width], order=0,
|
116 |
+
preserve_range=True)
|
117 |
+
mapped_image = map_label_image(image, label_map)
|
118 |
+
imageio.imwrite(os.path.join(output_label_path, str(f) + '.png'), mapped_image)
|
119 |
+
print('')
|
120 |
+
|
121 |
+
|
122 |
+
if __name__ == '__main__':
|
123 |
+
main()
|
datasets/scannet_preprocess/prepare_2d_data/util.py
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import os, sys
|
2 |
+
import csv
|
3 |
+
|
4 |
+
try:
|
5 |
+
import numpy as np
|
6 |
+
except:
|
7 |
+
# print "Failed to import numpy package."
|
8 |
+
sys.exit(-1)
|
9 |
+
try:
|
10 |
+
import imageio
|
11 |
+
except:
|
12 |
+
print("Please install the module 'imageio' for image processing, e.g.")
|
13 |
+
print("pip install imageio")
|
14 |
+
sys.exit(-1)
|
15 |
+
|
16 |
+
|
17 |
+
# print an error message and quit
|
18 |
+
def print_error(message, user_fault=False):
|
19 |
+
sys.stderr.write('ERROR: ' + str(message) + '\n')
|
20 |
+
if user_fault:
|
21 |
+
sys.exit(2)
|
22 |
+
sys.exit(-1)
|
23 |
+
|
24 |
+
|
25 |
+
# if string s represents an int
|
26 |
+
def represents_int(s):
|
27 |
+
try:
|
28 |
+
int(s)
|
29 |
+
return True
|
30 |
+
except ValueError:
|
31 |
+
return False
|
32 |
+
|
33 |
+
|
34 |
+
def read_label_mapping(filename, label_from='raw_category', label_to='nyu40id'):
|
35 |
+
assert os.path.isfile(filename)
|
36 |
+
mapping = dict()
|
37 |
+
with open(filename) as csvfile:
|
38 |
+
reader = csv.DictReader(csvfile, delimiter='\t')
|
39 |
+
for row in reader:
|
40 |
+
mapping[row[label_from]] = int(row[label_to])
|
41 |
+
# if ints convert
|
42 |
+
if represents_int(list(mapping.keys())[0]):
|
43 |
+
mapping = {int(k): v for k, v in mapping.items()}
|
44 |
+
return mapping
|
45 |
+
|
46 |
+
|
47 |
+
# input: scene_types.txt or scene_types_all.txt
|
48 |
+
def read_scene_types_mapping(filename, remove_spaces=True):
|
49 |
+
assert os.path.isfile(filename)
|
50 |
+
mapping = dict()
|
51 |
+
lines = open(filename).read().splitlines()
|
52 |
+
lines = [line.split('\t') for line in lines]
|
53 |
+
if remove_spaces:
|
54 |
+
mapping = {x[1].strip(): int(x[0]) for x in lines}
|
55 |
+
else:
|
56 |
+
mapping = {x[1]: int(x[0]) for x in lines}
|
57 |
+
return mapping
|
58 |
+
|
59 |
+
|
60 |
+
# color by label
|
61 |
+
def visualize_label_image(filename, image):
|
62 |
+
height = image.shape[0]
|
63 |
+
width = image.shape[1]
|
64 |
+
vis_image = np.zeros([height, width, 3], dtype=np.uint8)
|
65 |
+
color_palette = create_color_palette()
|
66 |
+
for idx, color in enumerate(color_palette):
|
67 |
+
vis_image[image == idx] = color
|
68 |
+
imageio.imwrite(filename, vis_image)
|
69 |
+
|
70 |
+
|
71 |
+
# color by different instances (mod length of color palette)
|
72 |
+
def visualize_instance_image(filename, image):
|
73 |
+
height = image.shape[0]
|
74 |
+
width = image.shape[1]
|
75 |
+
vis_image = np.zeros([height, width, 3], dtype=np.uint8)
|
76 |
+
color_palette = create_color_palette()
|
77 |
+
instances = np.unique(image)
|
78 |
+
for idx, inst in enumerate(instances):
|
79 |
+
vis_image[image == inst] = color_palette[inst % len(color_palette)]
|
80 |
+
imageio.imwrite(filename, vis_image)
|
81 |
+
|
82 |
+
|
83 |
+
# color palette for nyu40 labels
|
84 |
+
def create_color_palette():
|
85 |
+
return [
|
86 |
+
(0, 0, 0),
|
87 |
+
(174, 199, 232), # wall
|
88 |
+
(152, 223, 138), # floor
|
89 |
+
(31, 119, 180), # cabinet
|
90 |
+
(255, 187, 120), # bed
|
91 |
+
(188, 189, 34), # chair
|
92 |
+
(140, 86, 75), # sofa
|
93 |
+
(255, 152, 150), # table
|
94 |
+
(214, 39, 40), # door
|
95 |
+
(197, 176, 213), # window
|
96 |
+
(148, 103, 189), # bookshelf
|
97 |
+
(196, 156, 148), # picture
|
98 |
+
(23, 190, 207), # counter
|
99 |
+
(178, 76, 76),
|
100 |
+
(247, 182, 210), # desk
|
101 |
+
(66, 188, 102),
|
102 |
+
(219, 219, 141), # curtain
|
103 |
+
(140, 57, 197),
|
104 |
+
(202, 185, 52),
|
105 |
+
(51, 176, 203),
|
106 |
+
(200, 54, 131),
|
107 |
+
(92, 193, 61),
|
108 |
+
(78, 71, 183),
|
109 |
+
(172, 114, 82),
|
110 |
+
(255, 127, 14), # refrigerator
|
111 |
+
(91, 163, 138),
|
112 |
+
(153, 98, 156),
|
113 |
+
(140, 153, 101),
|
114 |
+
(158, 218, 229), # shower curtain
|
115 |
+
(100, 125, 154),
|
116 |
+
(178, 127, 135),
|
117 |
+
(120, 185, 128),
|
118 |
+
(146, 111, 194),
|
119 |
+
(44, 160, 44), # toilet
|
120 |
+
(112, 128, 144), # sink
|
121 |
+
(96, 207, 209),
|
122 |
+
(227, 119, 194), # bathtub
|
123 |
+
(213, 92, 176),
|
124 |
+
(94, 106, 211),
|
125 |
+
(82, 84, 163), # otherfurn
|
126 |
+
(100, 85, 144)
|
127 |
+
]
|
datasets/scannet_preprocess/preprocess_scannet.py
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
Preprocessing Script for ScanNet 20/200
|
3 |
+
|
4 |
+
Author: Xiaoyang Wu ([email protected])
|
5 |
+
Please cite our work if the code is helpful to you.
|
6 |
+
"""
|
7 |
+
|
8 |
+
import warnings
|
9 |
+
|
10 |
+
import torch
|
11 |
+
|
12 |
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
13 |
+
|
14 |
+
import sys
|
15 |
+
import os
|
16 |
+
import argparse
|
17 |
+
import glob
|
18 |
+
import json
|
19 |
+
import plyfile
|
20 |
+
import numpy as np
|
21 |
+
import pandas as pd
|
22 |
+
import multiprocessing as mp
|
23 |
+
from concurrent.futures import ProcessPoolExecutor
|
24 |
+
from itertools import repeat
|
25 |
+
|
26 |
+
# Load external constants
|
27 |
+
from meta_data.scannet200_constants import VALID_CLASS_IDS_200, VALID_CLASS_IDS_20
|
28 |
+
|
29 |
+
CLOUD_FILE_PFIX = '_vh_clean_2'
|
30 |
+
SEGMENTS_FILE_PFIX = '.0.010000.segs.json'
|
31 |
+
AGGREGATIONS_FILE_PFIX = '.aggregation.json'
|
32 |
+
CLASS_IDS200 = VALID_CLASS_IDS_200
|
33 |
+
CLASS_IDS20 = VALID_CLASS_IDS_20
|
34 |
+
IGNORE_INDEX = -1
|
35 |
+
|
36 |
+
|
37 |
+
def read_plymesh(filepath):
|
38 |
+
"""Read ply file and return it as numpy array. Returns None if emtpy."""
|
39 |
+
with open(filepath, 'rb') as f:
|
40 |
+
plydata = plyfile.PlyData.read(f)
|
41 |
+
if plydata.elements:
|
42 |
+
vertices = pd.DataFrame(plydata['vertex'].data).values
|
43 |
+
faces = np.stack(plydata['face'].data['vertex_indices'], axis=0)
|
44 |
+
return vertices, faces
|
45 |
+
|
46 |
+
|
47 |
+
# Map the raw category id to the point cloud
|
48 |
+
def point_indices_from_group(seg_indices, group, labels_pd):
|
49 |
+
group_segments = np.array(group['segments'])
|
50 |
+
label = group['label']
|
51 |
+
|
52 |
+
# Map the category name to id
|
53 |
+
label_id20 = labels_pd[labels_pd['raw_category'] == label]['nyu40id']
|
54 |
+
label_id20 = int(label_id20.iloc[0]) if len(label_id20) > 0 else 0
|
55 |
+
label_id200 = labels_pd[labels_pd['raw_category'] == label]['id']
|
56 |
+
label_id200 = int(label_id200.iloc[0]) if len(label_id200) > 0 else 0
|
57 |
+
|
58 |
+
# Only store for the valid categories
|
59 |
+
if label_id20 in CLASS_IDS20:
|
60 |
+
label_id20 = CLASS_IDS20.index(label_id20)
|
61 |
+
else:
|
62 |
+
label_id20 = IGNORE_INDEX
|
63 |
+
|
64 |
+
if label_id200 in CLASS_IDS200:
|
65 |
+
label_id200 = CLASS_IDS200.index(label_id200)
|
66 |
+
else:
|
67 |
+
label_id200 = IGNORE_INDEX
|
68 |
+
|
69 |
+
# get points, where segment indices (points labelled with segment ids) are in the group segment list
|
70 |
+
point_idx = np.where(np.isin(seg_indices, group_segments))[0]
|
71 |
+
return point_idx, label_id20, label_id200
|
72 |
+
|
73 |
+
|
74 |
+
def face_normal(vertex, face):
|
75 |
+
v01 = vertex[face[:, 1]] - vertex[face[:, 0]]
|
76 |
+
v02 = vertex[face[:, 2]] - vertex[face[:, 0]]
|
77 |
+
vec = np.cross(v01, v02)
|
78 |
+
length = np.sqrt(np.sum(vec ** 2, axis=1, keepdims=True)) + 1.0e-8
|
79 |
+
nf = vec / length
|
80 |
+
area = length * 0.5
|
81 |
+
return nf, area
|
82 |
+
|
83 |
+
|
84 |
+
def vertex_normal(vertex, face):
|
85 |
+
nf, area = face_normal(vertex, face)
|
86 |
+
nf = nf * area
|
87 |
+
|
88 |
+
nv = np.zeros_like(vertex)
|
89 |
+
for i in range(face.shape[0]):
|
90 |
+
nv[face[i]] += nf[i]
|
91 |
+
|
92 |
+
length = np.sqrt(np.sum(nv ** 2, axis=1, keepdims=True)) + 1.0e-8
|
93 |
+
nv = nv / length
|
94 |
+
return nv
|
95 |
+
|
96 |
+
|
97 |
+
def handle_process(scene_path, output_path, labels_pd, train_scenes, val_scenes, parse_normals=True):
|
98 |
+
scene_id = os.path.basename(scene_path)
|
99 |
+
mesh_path = os.path.join(scene_path, f'{scene_id}{CLOUD_FILE_PFIX}.ply')
|
100 |
+
segments_file = os.path.join(scene_path, f'{scene_id}{CLOUD_FILE_PFIX}{SEGMENTS_FILE_PFIX}')
|
101 |
+
aggregations_file = os.path.join(scene_path, f'{scene_id}{AGGREGATIONS_FILE_PFIX}')
|
102 |
+
info_file = os.path.join(scene_path, f'{scene_id}.txt')
|
103 |
+
|
104 |
+
if scene_id in train_scenes:
|
105 |
+
output_file = os.path.join(output_path, 'train', f'{scene_id}.pth')
|
106 |
+
split_name = 'train'
|
107 |
+
elif scene_id in val_scenes:
|
108 |
+
output_file = os.path.join(output_path, 'val', f'{scene_id}.pth')
|
109 |
+
split_name = 'val'
|
110 |
+
else:
|
111 |
+
output_file = os.path.join(output_path, 'test', f'{scene_id}.pth')
|
112 |
+
split_name = 'test'
|
113 |
+
|
114 |
+
print(f'Processing: {scene_id} in {split_name}')
|
115 |
+
|
116 |
+
vertices, faces = read_plymesh(mesh_path)
|
117 |
+
coords = vertices[:, :3]
|
118 |
+
colors = vertices[:, 3:6]
|
119 |
+
save_dict = dict(coord=coords, color=colors, scene_id=scene_id)
|
120 |
+
|
121 |
+
# # Rotating the mesh to axis aligned
|
122 |
+
# info_dict = {}
|
123 |
+
# with open(info_file) as f:
|
124 |
+
# for line in f:
|
125 |
+
# (key, val) = line.split(" = ")
|
126 |
+
# info_dict[key] = np.fromstring(val, sep=' ')
|
127 |
+
#
|
128 |
+
# if 'axisAlignment' not in info_dict:
|
129 |
+
# rot_matrix = np.identity(4)
|
130 |
+
# else:
|
131 |
+
# rot_matrix = info_dict['axisAlignment'].reshape(4, 4)
|
132 |
+
# r_coords = coords.transpose()
|
133 |
+
# r_coords = np.append(r_coords, np.ones((1, r_coords.shape[1])), axis=0)
|
134 |
+
# r_coords = np.dot(rot_matrix, r_coords)
|
135 |
+
# coords = r_coords
|
136 |
+
|
137 |
+
# Parse Normals
|
138 |
+
if parse_normals:
|
139 |
+
save_dict["normal"] = vertex_normal(coords, faces)
|
140 |
+
|
141 |
+
# Load segments file
|
142 |
+
if split_name != "test":
|
143 |
+
with open(segments_file) as f:
|
144 |
+
segments = json.load(f)
|
145 |
+
seg_indices = np.array(segments['segIndices'])
|
146 |
+
|
147 |
+
# Load Aggregations file
|
148 |
+
with open(aggregations_file) as f:
|
149 |
+
aggregation = json.load(f)
|
150 |
+
seg_groups = np.array(aggregation['segGroups'])
|
151 |
+
|
152 |
+
# Generate new labels
|
153 |
+
semantic_gt20 = np.ones((vertices.shape[0])) * IGNORE_INDEX
|
154 |
+
semantic_gt200 = np.ones((vertices.shape[0])) * IGNORE_INDEX
|
155 |
+
instance_ids = np.ones((vertices.shape[0])) * IGNORE_INDEX
|
156 |
+
for group in seg_groups:
|
157 |
+
point_idx, label_id20, label_id200 = \
|
158 |
+
point_indices_from_group(seg_indices, group, labels_pd)
|
159 |
+
|
160 |
+
semantic_gt20[point_idx] = label_id20
|
161 |
+
semantic_gt200[point_idx] = label_id200
|
162 |
+
instance_ids[point_idx] = group['id']
|
163 |
+
|
164 |
+
semantic_gt20 = semantic_gt20.astype(int)
|
165 |
+
semantic_gt200 = semantic_gt200.astype(int)
|
166 |
+
instance_ids = instance_ids.astype(int)
|
167 |
+
|
168 |
+
save_dict["semantic_gt20"] = semantic_gt20
|
169 |
+
save_dict["semantic_gt200"] = semantic_gt200
|
170 |
+
save_dict["instance_gt"] = instance_ids
|
171 |
+
|
172 |
+
# Concatenate with original cloud
|
173 |
+
processed_vertices = np.hstack((semantic_gt200, instance_ids))
|
174 |
+
|
175 |
+
if np.any(np.isnan(processed_vertices)) or not np.all(np.isfinite(processed_vertices)):
|
176 |
+
raise ValueError(f'Find NaN in Scene: {scene_id}')
|
177 |
+
|
178 |
+
# Save processed data
|
179 |
+
torch.save(save_dict, output_file)
|
180 |
+
|
181 |
+
|
182 |
+
if __name__ == '__main__':
|
183 |
+
parser = argparse.ArgumentParser()
|
184 |
+
parser.add_argument('--dataset_root', required=True, help='Path to the ScanNet dataset containing scene folders')
|
185 |
+
parser.add_argument('--output_root', required=True, help='Output path where train/val folders will be located')
|
186 |
+
parser.add_argument('--parse_normals', default=True, type=bool, help='Whether parse point normals')
|
187 |
+
config = parser.parse_args()
|
188 |
+
|
189 |
+
# Load label map
|
190 |
+
labels_pd = pd.read_csv('scannet-preprocess/meta_data/scannetv2-labels.combined.tsv',
|
191 |
+
sep='\t', header=0)
|
192 |
+
|
193 |
+
# Load train/val splits
|
194 |
+
with open('scannet-preprocess/meta_data/scannetv2_train.txt') as train_file:
|
195 |
+
train_scenes = train_file.read().splitlines()
|
196 |
+
with open('scannet-preprocess/meta_data/scannetv2_val.txt') as val_file:
|
197 |
+
val_scenes = val_file.read().splitlines()
|
198 |
+
|
199 |
+
# Create output directories
|
200 |
+
train_output_dir = os.path.join(config.output_root, 'train')
|
201 |
+
os.makedirs(train_output_dir, exist_ok=True)
|
202 |
+
val_output_dir = os.path.join(config.output_root, 'val')
|
203 |
+
os.makedirs(val_output_dir, exist_ok=True)
|
204 |
+
test_output_dir = os.path.join(config.output_root, 'test')
|
205 |
+
os.makedirs(test_output_dir, exist_ok=True)
|
206 |
+
|
207 |
+
# Load scene paths
|
208 |
+
scene_paths = sorted(glob.glob(config.dataset_root + '/scans*/scene*'))
|
209 |
+
|
210 |
+
# Preprocess data.
|
211 |
+
print('Processing scenes...')
|
212 |
+
pool = ProcessPoolExecutor(max_workers=mp.cpu_count())
|
213 |
+
# pool = ProcessPoolExecutor(max_workers=1)
|
214 |
+
_ = list(pool.map(handle_process, scene_paths, repeat(config.output_root), repeat(labels_pd), repeat(train_scenes),
|
215 |
+
repeat(val_scenes), repeat(config.parse_normals)))
|