Skip to content

Second PR for pose estimation implementation (AUTH)

Illia Oleksiienko requested to merge pose-estimation-learner into master

Created by: tsampazk

This is the second PR for the pose estimation implementation of the lightweight open pose algorithm.

This PR contains the Learner class for the lightweight open pose algorithm integrated, as well as the docs/reference/lightweight-open-pose.md documentation file. The various demos will be added at a later stage in a different PR.

Some notes about this PR:

  1. Removed a leftover comment in a file added in the previous PR (with_mobilenet_v2.py)
  2. Added new attributes to the Pose class in target.py needed
  3. Some parts of the utilities.py and learner are in comments, with explanations
  4. Added a README.md in the lightweight_open_pose dir stating sources for the learner and utilities

General question, our license on the first line states # Copyright 1996-2020 OpenDR European Project and i was wondering if this is indeed correct?

Thanks!

Merge request reports