HoloLabInc / HoloLabDnnPackages

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

Home Page:https://hololab.co.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.
    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 2021.3 LTS 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.

https://hololab.co.jp/

License:MIT License


Languages

Language:C# 97.9%Language:ShaderLab 2.1%