Skip to content

Latest commit

 

History

History

head-pose-estimation

DirectMHP for deployment

This package simplifies DirectMHP for deployment in my project.

Table of contents

Installation

TODO

Usage

Using the model for inference

from DirectMHP_Inference_seoy import DirectMHP

model = DirectMHP(weights='path/to/weights', device=device)

To save model in onnx format

from DirectMHP_Inference_seoy import save_with_weights

save_with_weights(weights='path/to/weights', device='device')

or run the save_model script in the package

References

Licenses

Our work is based on public code and datasets. If you plan to add our work to your business project, please obtain the following enterprise licenses.

  • DirectMHP: GNU General Public License v3.0 (GPL-3.0 License): See LICENSE file for details.
  • YOLOv5: To request an Enterprise License please complete the form at Ultralytics Licensing
  • AGORA-HPE: Data & Software Copyright License for non-commercial scientific research purposes AGORA License
  • CMU-HPE: CMU Panoptic Studio dataset is shared only for research purposes, and this cannot be used for any commercial purposes. The dataset or its modified version cannot be redistributed without permission from dataset organizers CMU Panoptic Homepage