pub fn detect_with_disk_weights( storage_root: &Path, rgb: &[u8], width: u32, height: u32, ) -> Result<VisionDemoResult, String>
Detect with QVWT from disk if present.