- project: refactor all project to reduce unuseful code
- aipose: add the correct original_output
- yolov7: added original prediction in the output
- all-project: add pydoc and doc to rtd, change the api, fix bugs
- rtd: fix rtd extensions
- stream: added two new events to the flow processor and decouple pytorch
- stream: added new kind of stream - rtsp, and add pydoc for stream functions
- YoloV7PoseKeypoints: added info about atch_id, class_id, x, y, w, h, conf
- yolov7.py: currently you can calculate the pose similarity, and turn a pose prediction
- model.py: refactor model.py to yolov7.py in order to add news pose estimators
- frame_manager_base: added a new on_ends_stream event
- frame_yolo_v7.py: always returned the original frame instead the processed_frame
- aipose: add support to work with videos and refactor api
- frame-and-stream: apply isort and fixed all
- aipose: add support to work with videos and refactor api
- aipose: run isort over the code
- frame_managers.py: added new managers
- model.py: added int type to x, y and conf
- webcam.md: update webcam.md code and style
- webcam: added managers to add logic to webcam
- model.py: currently the yolo v7 pose model is downloaded into home/.aipose folder
- model.py: the model is downloaded into home folder if doesn't exists
- pyproject.toml: update outdated reference to cli execution
- package: set up build package with a function and added poe the poet to add scripts
- init project
- pyproject.toml: select packages to install in pyproject.toml