peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
481 stars 129 forks source link

How to modify the dataset path #136

Open Gaozzzz opened 3 months ago

Gaozzzz commented 3 months ago
self.sims[i].newEpisode([scanId], [viewpointId], [heading], [0])

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

jdiazram commented 3 months ago

@Gaozzzz I have the same problem. Could you solve it?

Gaozzzz commented 3 months ago

@jdiazram sorry, I have not solve it yet

jdiazram commented 3 months ago

@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.

Gaozzzz commented 3 months ago

@jdiazram Thank you very much for your detailed guide. Good luck with your research.