Open Gaozzzz opened 6 months ago
@Gaozzzz I have the same problem. Could you solve it?
@jdiazram sorry, I have not solve it yet
@Gaozzzz I solved this by reinitiating all (cloning, docker, everything XD), using the docker, and creating another directory with repo matterport3Dsimulator, installing the minimum for my problem with pip3. And now it's working fine so far.
@jdiazram Thank you very much for your detailed guide. Good luck with your research.
Yes, the cause of this error is the bug with the default data root './data/v1/scans/'.
To fix it, I used the following steps...
rm -rf ./build/
cmake -D OPENGL_opengl_LIBRARY=/usr/lib/x86_64-linux-gnu/libGL.so -D PYTHON_EXECUTABLE=/home/xxx/.conda/envs/xxx/bin/python3 -DEGL_RENDERING=ON ..
make -j8
cp MatterSim.cpython-36m-x86_64-linux-gnu.so /home/xxx/.conda/envs/xxx/lib/python3.6/site-packages
cp libMatterSim.so /home/xxx/.conda/envs/xxx/lib/python3.6/site-packages
./build/tests ~Timing
Please note that your paths and mine may differ.
ValueError: MatterSim: Could not open skybox RGB files at: ./data/v1/scans//sT4fr6TAbpF/matterport_skybox_images/6e41a7632c5a4048a17a316d7192b97e_skybox_small.jpg
I think the cause of this error is a bug with './data/v1/scans/', how can I modify this part