DLR-RM / BlenderProc

A procedural Blender pipeline for photorealistic training image generation
GNU General Public License v3.0
2.6k stars 432 forks source link

Couldn't download matterport3d #1051

Closed Varatharajan-Raja closed 4 months ago

Varatharajan-Raja commented 4 months ago

Describe the issue

As a part of testing my previous issue #1036, I tried to use the matterport3d's main.py scripts to debug for no_background. Therefore, inorder to download the dataset I run the following command and ended up in /bin/sh: python2: Kommando nicht gefunden. (translating to command not found).

Command:

blenderproc download matterport3d ./BlenderProc/examples/datasets/matterport3d/download_mp.py ./BlenderProc/examples/datasets/matterport3d/scans.txt ./BlenderProc/examples/datasets/matterport3d/dataset_bp

Result:

/bin/sh: python2: Kommando nicht gefunden.

Minimal code example

No response

Files required to run the code

No response

Expected behavior

Starts to downloads the matterport3d dataset

BlenderProc version

v2.6.1

cornerfarmer commented 4 months ago

The download_mp.py script from matterport3d only support python2. Either you install python2 on your system or you adapt the script such that it also works with python3.

Varatharajan-Raja commented 4 months ago

Closing. Refer #1036