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

Newer for the annotation tool #145

Open
YangBain opened this issue May 7, 2018 · 5 comments
Open

Newer for the annotation tool #145

YangBain opened this issue May 7, 2018 · 5 comments

Comments

@YangBain
Copy link

YangBain commented May 7, 2018

@antingshen Could you give me a brief introduction (step by step) about how to using this tool to annotate video such as upload video, create links etc. . I am not very clear for the readme file. Thank you very much.

@antingshen
Copy link
Owner

antingshen commented May 7, 2018

Please try the readme file and let me know what's unclear. The gist is:

  1. upload videos wherever you want
  2. create video objects in beaverdam/db
  3. annotate

Happy to help if you get stuck at a step

@YangBain
Copy link
Author

YangBain commented May 17, 2018

@antingshen Thank you very much for your reply. I am sorry for disturb you again.
Although there are some introduction for the video: "To add videos, one must upload the video to a CDN (or use /annotator/static/videos to serve on the same server), then create a Django video object that contains the url (host + filename) to the video file." I still do not know how to upload video, could you describe this part more clearly for me.
And also how to create video objects in beaverdam/db and finally get the link?
Thanks for your understanding.

@antingshen
Copy link
Owner

BeaverDam's database does not store videos. Upload your video to whichever service you want to use to serve videos. If you want BeaverDam to serve your videos, put them in the static folder, (likely /static, see Django Static Files) and use your static link as the url (likely /static/folder/your_video.mp4)

@pnambiar
Copy link

I am new to this tool as well. I find the instructions a bit confusing. All I want to do is a list of sequential images ( Not using mechanical turk)

  1. Do I have to convert it to mp4. Is there an option to use the list of images?
  2. I put the videos in the the static folder.
    Then what? Could you please provide a step by step instruction? That will be really helpful.

@antingshen
Copy link
Owner

  1. Instead of putting video paths in your DB/Video objects, put a list of image paths
  2. Put images at those paths (aka your static folder).

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

3 participants