smartscenes / sstk

SSTK: SmartScenes ToolKit
MIT License
116 stars 41 forks source link

I cannot access to my assets at http://localhost:8010/resources/assets/ #51

Open jeong-heo opened 2 years ago

jeong-heo commented 2 years ago

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/ image I want to know if there are problems in my way. Thank you.

YigaoWang commented 10 months ago

I also want to know how to do?

angelxuanchang commented 8 months ago

Instead of accessing http://localhost:8010/resources/assets/, you should access your specific asset directly: http://localhost:8010/resources/assets/myhome/0001/0001.png