| Crates.io | cortenforge-inference |
| lib.rs | cortenforge-inference |
| version | 0.6.0 |
| created_at | 2026-01-03 18:02:55.246623+00 |
| updated_at | 2026-01-14 00:59:21.125185+00 |
| description | Detector factory and inference helpers (Burn-backed or heuristic) for the CortenForge stack. |
| homepage | https://github.com/via-balaena/CortenForge |
| repository | https://github.com/via-balaena/CortenForge |
| max_upload_size | |
| id | 2020546 |
| size | 200,212 |
Burn-backed (or heuristic) detector factory and inference plugin for Bevy apps.
Details
backend-ndarray; enable --features backend-wgpu for WGPU. Needs burn features enabled in the root build if you want GPU.TinyDet (default) or BigDet from the shared models crate via BinFileRecorder (full precision). Pass a weights path to the factory to load a checkpoint; otherwise it falls back to a heuristic detector.inference::InferenceFactory when mode==Inference. Ensure the checkpoint exists and matches the model config.Apache-2.0 (see LICENSE in the repo root).