Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.58 KB

File metadata and controls

56 lines (36 loc) · 1.58 KB

README

About

This package is providing base model for dnn inference.
This base model is implemented based on Sentis.

Environment

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

License

Copyright © 2024 HoloLab Inc.
Distributed under the MIT License.

How To Add Package

Note

This package is used as internal dependency for other packages.
Please add this package with any packages that depend on this package.

Please add package in one of the following methods.

  • Package Manager

    1. [Window]>[Package Manager]
    2. [+]>[Add package from git URL...]
    3. Add the following URLs
      • https://github.com/HoloLabInc/HoloLabDnnPackages.git?path=packages/jp.co.hololab.dnn.base
  • Packages/manifest.json

    1. Open Packages/manifest.json file using text editor
    2. Add the following lines in dependencies
      "jp.co.hololab.dnn.base": "https://github.com/HoloLabInc/HoloLabDnnPackages.git?path=packages/jp.co.hololab.dnn.base",
      

How To Use

Please see other packages that depend on this package.

Note

Note

This setting is automatically by editor extension when importing this package.

This package depends on BaseModel/PreProcess shader of jp.co.hololab.dnn.base.
Please add BaseModel/PreProcess shader to Always Included Shaders before building your application.

  1. [Edit]>[Project Settings]
  2. [Graphics]>[Always Included Shaders]
  3. increment size and set BaseModel/PreProcess shader to new element

Always Included Shaders