carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.08k stars 541 forks source link

Finding gesturing software #123

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Here is eight that is done at least somewhat useful

Here is the reasoning behind the picking of these repos:

  1. They do not use Neural Networks or most types of computationally complex MLs
    • Keras and Tensorflow is strictly forbidden, along with others like Caffe or (Py)Torch
  2. They are written in Python, and uses OpenCV and/or Skikit-Learn
    • I do not count Scikit-Learn as ML, to be a bit lax about it
  3. They need to be active in the last two years (no old code thanks)
  4. They must have more than 3 stars (otherwise there will be too many entries in this list)