smartscenes / sstk

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

NYUV2 sample does not display in browser #40

Closed tdty1803 closed 2 years ago

tdty1803 commented 2 years ago

http://localhost:8010/scans/segment-annotator-single When running the above annotator, the nyuv2 sample (nyuv2.bedroom_0114) ) No data is displayed. What I did was sh build.sh, sh getexamples.sh, sh run.sh. The server creates the database "test" with mysql (ver5.7.36), and the table is created by executing stk / scripts / db / create_annotation_tables.sql. scansToAnnotate: in defalut.config.yml has been changed to'../../../../static/data/nyuv2/nyuv2.example.csv'. config.annDb of stk / server / config / index.js has been changed to the specified name created by mysql. After executing sh run.sh, when segmentAnnotatorServer is opened in chrome, bedroom_0114 is not displayed as shown in the image below. Please let me know if there are any missing parts in the settings. Screenshot from 2022-03-02 09-28-25

beibeirory commented 2 years ago

Hi, I have the same problem. Have you resolved it? Thanks. @tdty1803

tdty1803 commented 2 years ago

Hello, I haven't solved this problem yet. The environment uses Ubuntu 18.04, Python 3. I tried it on another PC, but it had the same symptoms. Thanks. @beibeirory