Code Monkey home page Code Monkey logo

Comments (5)

bjzhb666 avatar bjzhb666 commented on September 26, 2024

I am facing the same problem? How to solve it? Thanks!

from matterport3dsimulator.

Routine113 avatar Routine113 commented on September 26, 2024

I'm ashamed that I haven't found a solution yet. Docker's knowledge is not very clear. If you make progress, I hope you can tell me

from matterport3dsimulator.

Routine113 avatar Routine113 commented on September 26, 2024

I'm ashamed that I haven't found a solution yet. Docker's knowledge is not very clear. If you make progress, I hope you can tell me

from matterport3dsimulator.

staale92 avatar staale92 commented on September 26, 2024

Hi,
I don't think it is a problem with Docker, but rather with the path to the scans directory. Have you verified that you have the required data downloaded, and that MATTERPORT_DATA_DIR is set to the directory containing the Matterport scan folders (../Matterport3D/data/v1/scans)? Notice that the downloaded files under each scan folder should be first unzipped (as mentioned in the instructions and in #85) and that depending on how you unzip the files you could accidentally create subfolders with the same name as the main folder. Running something like for k in $(find ./ -type f -name '*.zip') ; do unzip $k ; done from the ../Matterport3D/data/v1/scans directory should work fine.

from matterport3dsimulator.

Routine113 avatar Routine113 commented on September 26, 2024

Hi, I don't think it is a problem with Docker, but rather with the path to the scans directory. Have you verified that you have the required data downloaded, and that MATTERPORT_DATA_DIR is set to the directory containing the Matterport scan folders (../Matterport3D/data/v1/scans)? Notice that the downloaded files under each scan folder should be first unzipped (as mentioned in the instructions and in #85) and that depending on how you unzip the files you could accidentally create subfolders with the same name as the main folder. Running something like for k in $(find ./ -type f -name '*.zip') ; do unzip $k ; done from the ../Matterport3D/data/v1/scans directory should work fine.

Oh,Thank you very much for your patient answer!!

from matterport3dsimulator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.