# WIP


## Requirements

- Godot 4.4 with .NET support
- .NET 8.0
- Microsoft.ML.OnnxRuntime.DirectML package (already included in the project)

to build:
- https://github.com/electron/rcedit/releases
- https://github.com/godotengine/godot/releases/download/4.4-stable/Godot_v4.4-stable_mono_export_templates.tpz 

## Notes

- The code assumes the model expects RGB images with dimensions specified in the model's input metadata
- If your model has different input requirements, you may need to modify the preprocessing in the `RunInference` method
- Results are displayed in the ResultLabel node and in the console output

## Documentation

For detailed class structure and interaction diagrams, see [CLASS_DIAGRAM.md](CLASS_DIAGRAM.md).
