Skip to content
New issue

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

No server/static/data/nyuv2/nyuv2.scans.txt #3

Closed
Coldplayplay opened this issue Apr 26, 2018 · 4 comments
Closed

No server/static/data/nyuv2/nyuv2.scans.txt #3

Coldplayplay opened this issue Apr 26, 2018 · 4 comments

Comments

@Coldplayplay
Copy link

As wiki said, you also need to update server/proj/scannet/tasks/segment_annotation/default.config.yml to point to the assets you want to annotate by updating the following fields:

scansToAnnotate: <filename of your file with list of scans that you people to annotate>
idPrefix: <your asset source>

https://github.com/smartscenes/sstk/blob/dev/server/proj/scannet/tasks/segment_annotation/default.config.yml
But no nynu2 existence as reference

@msavva
Copy link
Contributor

msavva commented May 6, 2018

@Coldplayplay ,

Apologies for the long delay in responding to this issue. We have incorporated example files and some starter data.

Please pull the latest code and refer to the instructions in https://github.com/smartscenes/sstk/wiki/Preparing-assets-for-annotation#registering-your-assets .

Let us know if you experience any issues.

@Coldplayplay
Copy link
Author

I have tried many times, but there is nothing shown in the web.I guess something went wrong in registering our assets.Hope a complete tutorial in wiki soon.

@msavva
Copy link
Contributor

msavva commented May 20, 2018

@Coldplayplay

Can you try the following steps on the dev branch of the repository and let us know if there are any errors or issues that you observe:

  1. Build the sstk dev branch using the build.sh script
  2. Download the NYUv2 example data by running the getexamples.sh script
  3. Run the server module using the run.sh script in server
  4. Navigate to http://localhost:8010/scans/nyuv2

You should see a view showing one example scan and allowing for annotation (ignore the red message about no existing annotations). If nothing shows up, open the Chrome developer tools console, refresh the URL and look for error messages. Also look for messages on the terminal within which the server process is running. Please follow up on this issue if you see any errors.

@Coldplayplay
Copy link
Author

Coldplayplay commented May 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants