Files
automatic/modules/api
CalamitousFelicitousness 5193285bc7 refactor(vqa): convert to class-based singleton
Refactor VQA module from module-level globals to a VQA class singleton
  pattern with self-contained per-model loading methods.

Changes:
- Add VQA class with model/processor state and detection data storage
- Extract load methods for clean model pre-loading via UI
- Interrogate to return string only; store detection data on instance
- Add vqa_draw.py for bounding box/point annotation utilities
    Stub, further transfer of drawing functions to follow
- Update moondream3.py to store detection data on VQA singleton
- Update endpoints.py and ui_caption.py for new return type
2025-12-05 20:53:18 +00:00
..
2025-11-23 13:09:51 -05:00
2025-10-07 08:21:05 -04:00
2025-09-10 10:21:51 -04:00
2025-09-12 16:12:45 -04:00
2025-10-26 18:55:54 -04:00
2025-08-12 08:49:38 -04:00
2025-11-14 15:47:13 -05:00
2025-09-14 11:17:03 -04:00
2025-08-10 09:19:49 -04:00
2025-07-03 09:18:38 -04:00
2025-11-14 15:47:13 -05:00
2025-10-27 02:14:41 +03:00