We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for building and releasing this awesome project!
I am trying to use sstk to load Matterport3D dataset. I followed the instruction and when I entered url: http://localhost:8010/scans/segment-annotator-single?modelId=mprd.id, I got the error saying:
Cannot GET /matterport/data/public_extracted/v1/scans/xxxx/matterport_mesh/xxxx/xxxx.merged.glb.
Cannot GET /matterport/data/public_extracted/v1/scans/xxxx/matterport_mesh/xxxx/xxxx.merged.glb
When I removed the field from matterport3d.json which links to xxxx.merged.glb file, I got the following error:
matterport3d.json
xxxx.merged.glb
Cannot read property 'dropMissingSegments' of undefined. Which seems to be caused by a missing field of matterport3d.json.
Cannot read property 'dropMissingSegments' of undefined
What would be the proper way to hook sstk up with matterport3d assets? Thanks for the help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for building and releasing this awesome project!
I am trying to use sstk to load Matterport3D dataset. I followed the instruction and when I entered url: http://localhost:8010/scans/segment-annotator-single?modelId=mprd.id, I got the error saying:
Cannot GET /matterport/data/public_extracted/v1/scans/xxxx/matterport_mesh/xxxx/xxxx.merged.glb
.When I removed the field from
matterport3d.json
which links toxxxx.merged.glb
file, I got the following error:Cannot read property 'dropMissingSegments' of undefined
. Which seems to be caused by a missing field ofmatterport3d.json
.What would be the proper way to hook sstk up with matterport3d assets? Thanks for the help!
The text was updated successfully, but these errors were encountered: