cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 198 forks source link

Documentation for working with videos #86

Closed alexbw closed 9 years ago

alexbw commented 9 years ago

It seems in the codebase that there is some support for annotating frames of a video, which would be an absolutely incredible feature for my research, but I'm not quite sure how to get it to work.

Any tips, or a place in the docs where I should look? I haven't been able to find anything.

alexbw commented 9 years ago

Found the JSON format to do this, but now I'm getting okapy import errors. I have not been able to locate this package. What is it?

[
    {
        "class": "video",
        "filename": "mymovie.mp4",
        "frames": [
        {
            "class": "frame",
            "num": 1
        }
        ]
    }
]
alexbw commented 9 years ago

I made some edits in a fork of mine to take advantage of the actively-maintained moviepy project.

https://github.com/alexbw/sloth/commit/4020ef618ff929ad88bf9e58c57e62bf7b29c579.

Works for me now, let me know if you want a PR.

baeuml commented 9 years ago

Perfect, a PR would be much appreciated. Thanks!

On Sun, Nov 2, 2014 at 5:40 PM, Alex Wiltschko notifications@github.com wrote:

I made some edits in a fork of mine to take advantage of the actively-maintained moviepy project.

alexbw@4020ef6 https://github.com/alexbw/sloth/commit/4020ef618ff929ad88bf9e58c57e62bf7b29c579 .

Works for me now, let me know if you want a PR.

— Reply to this email directly or view it on GitHub https://github.com/cvhciKIT/sloth/issues/86#issuecomment-61413327.

Martin Bäuml Karlsruhe Institute of Technology Institute for Anthropomatics Vincenz-Priessnitz-Straße 3, 76131 Karlsruhe, Germany Email: baeuml@kit.edu Phone: +49 721 608 44735, Fax: +49 721 608 45939