Open Issues Need Help
View All on GitHub Trying to fine tune a model about 2 months ago
AI Summary: The user is encountering a `KeyError: 'info'` during the evaluation phase of fine-tuning the `pixeltable-yolox` object detection model. The error occurs after epoch 10 and seems related to missing 'info' in the COCO annotation JSON. The task involves debugging the evaluation process, potentially by inspecting the JSON annotation files for correctness and ensuring compatibility with the `pycocotools` library used by the evaluator. It may also require modifying the evaluation script or configuration to handle the missing 'info' field appropriately.
Complexity:
4/5
help wanted question
Lightweight, open-source, high-performance Yolo implementation
Python