https://github.com/fel88/dendrite
ONNX viewer/editor/inference
https://github.com/fel88/dendrite
deep-learning inference neural-networks onnx
Last synced: 18 days ago
JSON representation
ONNX viewer/editor/inference
- Host: GitHub
- URL: https://github.com/fel88/dendrite
- Owner: fel88
- License: mit
- Created: 2020-11-14T11:01:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T20:57:41.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:12:36.451Z (about 1 month ago)
- Topics: deep-learning, inference, neural-networks, onnx
- Language: C#
- Homepage:
- Size: 1.96 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dendrite
ONNX viewer/editor/inferenceGraph layout https://github.com/fel88/Dagre.NET
**Project status: WIP**
![]()
![]()
## How to create an inference environment:
1. Open graph editor (Model->Inference->Manager)
2. Add Net node and select .onnx file to use
3. Add pre/post-processing nodes (e.g NCHW, Mean/Std normalization, boxes decoder ... etc.)
4. Load sample image to Image Source Node (Context menu -> Load image)
5. Run inference
6. Check outputs
7. (optional). Save inference environment to .den file for quick use next time
![]()
Ready inference environments can be downloaded from here : https://github.com/fel88/Dendrite.Environments## Console use:
[exe] <.den file>
**Dendrite.Console craft.den sample.jpg output.jpg**