Brainstorm on monocular pipeline:
Questions:
- One scaled model per motion?
Expected hurdles:
- Have a container with tensorflow (for augmenter) and pytorch (monocular), but I'm sure workable
1st approach:
- Frontend: When hitting new session, get option to go single-camera or multi-camera (default) route
- This passes flag at session level:
monocular
- Core:
- Pose detection: Another loop waiting for monocular jobs (ie, same as OpenPose and HRNet)
- Add big if statement in
main.py to support Monocular code / Have main_monocular.py
Brainstorm on monocular pipeline:
Questions:
Expected hurdles:
1st approach:
monocularmain.pyto support Monocular code / Havemain_monocular.py