MistEO
Results
107
issues of
MistEO
binding 需要分为两步: 1. C API 的直接翻译,不做任何封装。可以不对外提供。 2. 标准化的 OOP 封装,尽可能保证各个语言中 MaaFW 的使用方法几乎一致
whimsy
```jsonc { "TaskA": { "recognition": "Custom", "custom_recognition": "MyReco" } } ``` ```tree resource ├─exec_agent │ └─MyReco ├─image ├─model │ └─ocr └─pipeline ```
whimsy