This package is providing base model for dnn inference.
This base model is implemented based on Sentis.
These packages work on Unity 2023.2 (Unity 6) or later.
Copyright © 2024 HoloLab Inc.
Distributed under the MIT License.
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
- [Window]>[Package Manager]
- [+]>[Add package from git URL...]
- Add the following URLs
https://github.com/HoloLabInc/HoloLabDnnPackages.git?path=packages/jp.co.hololab.dnn.base
-
Packages/manifest.json
- Open Packages/manifest.json file using text editor
- Add the following lines in dependencies
"jp.co.hololab.dnn.base": "https://github.com/HoloLabInc/HoloLabDnnPackages.git?path=packages/jp.co.hololab.dnn.base",
Please see other packages that depend on this package.
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.
- [Edit]>[Project Settings]
- [Graphics]>[Always Included Shaders]
- increment size and set BaseModel/PreProcess shader to new element