Skip to content

The HoloLab DNN Packages providing image recognition library using deep learning running on the Unity. This packages is implemented based on Unity Sentis.

License

Notifications You must be signed in to change notification settings

HoloLabInc/HoloLabDnnPackages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoloLab DNN Packages

About

The HoloLab DNN Packages providing image recognition library using deep learning running on the Unity.
This packages is implemented based on Unity Sentis, and can be deployed to all platforms supported by Unity.

Packages

The HoloLab DNN Packages consists of some packages.
You can use this library by combination of one base package and some task packages.
Please see README of each package about how to use package.

Base Package

  • jp.co.hololab.dnn.base
    This package is providing base class for dnn inference.
    This package is used as internal dependency for other packages.
    You can create inference classes for your models using this base class too.

Task Packages

  • jp.co.hololab.dnn.classification
    This package is providing classification class using general classification models.
    This package contains simple inference sample app to learn how to use classification class.
    classification

  • jp.co.hololab.dnn.objectdetection
    This package is providing object detection class using YOLOX model, YOLOv9 MIT model, and DETR based models.
    This package contains simple inference sample app to learn how to use object detection class.
    objectdetection

  • jp.co.hololab.dnn.depthestimation
    This package is providing depth estimation class using general relative depth estimation models.
    This package contains simple inference sample app to learn how to use depth estimation class.
    depthestimation

  • jp.co.hololab.dnn.segmentation
    This package is providing segmentation class using general segmentation models.
    This package contains simple inference sample app to learn how to use segmentation class.
    segmentation

Environment

These packages work on Unity 2023.2 (Unity 6) or later.

License

Copyright © 2024 HoloLab Inc.
All packages are distributed under the MIT license for now.
Please see the license for each package.

About

The HoloLab DNN Packages providing image recognition library using deep learning running on the Unity. This packages is implemented based on Unity Sentis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published