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
First, Thanks for your great work. I have my own .ply file. And I want to annotate it using sstk. I builded & ran server according to https://github.com/smartscenes/sstk/blob/dev/README.md 'Getting started'. I can access http://localhost:8010 in my chrome brower. Then, for registering my own asset, I put my assets under 'server/static/assets/myhome'.(myhome is my asset name) (refering https://github.com/smartscenes/sstk/wiki/Preparing-assets-for-annotation)
server/static/assets/myhome/0001/0001.ply server/static/assets/myhome/0001/0001.segs.json server/static/assets/myhome/0001/0001.png
But I cannot access to my assets at http://localhost:8010/resources/assets/ I want to know if there are problems in my way. Thank you.
The text was updated successfully, but these errors were encountered:
I also want to know how to do?
Sorry, something went wrong.
Instead of accessing http://localhost:8010/resources/assets/, you should access your specific asset directly: http://localhost:8010/resources/assets/myhome/0001/0001.png
No branches or pull requests
First, Thanks for your great work.
I have my own .ply file. And I want to annotate it using sstk.
I builded & ran server according to https://github.com/smartscenes/sstk/blob/dev/README.md 'Getting started'.
I can access http://localhost:8010 in my chrome brower.
Then, for registering my own asset, I put my assets under 'server/static/assets/myhome'.(myhome is my asset name)
(refering https://github.com/smartscenes/sstk/wiki/Preparing-assets-for-annotation)
server/static/assets/myhome/0001/0001.ply
server/static/assets/myhome/0001/0001.segs.json
server/static/assets/myhome/0001/0001.png
But I cannot access to my assets at http://localhost:8010/resources/assets/
I want to know if there are problems in my way.
Thank you.
The text was updated successfully, but these errors were encountered: