Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.45 KB

YOLOX with built-in Post Processing using HoloLab DNN Packages

About

This Unity project is sample app of YOLOX with built-in post processing using HoloLab DNN Packages.

HoloLab DNN Packages implements object detection class with YOLOX model. However, it doesn't support for YOLOX model with built-in post processing.
You can learn how to implement new inference classes for such models that have not been implemented in HoloLab DNN Packages.

YOLOX with built-in Post Processing

This sample includes the pre-trained model of 426_YOLOX-Body-Head-Hand from PINTO Model Zoo.
This model detects the head, face, hands, and body.

In addition to it's impressive high-performance, this model also features built-in post processing.
Therefore, It is unnecessary to implement post processing for YOLOX yourself.

If you want more deteals, Please see PINTO Model Zoo.

Environment

These sample work on Unity 2021.3 LTS or later.

License

Copyright © 2024 Tsukasa Sugiura
Distributed under the MIT License.

Contact

Reference