You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During Florence-2 for object detection fine-tuning, a TypeError: 'NoneType' object is not iterable error sometimes occurs originating from the process_output_for_detection_metric function. The error happens when the syntax of the generated prediction from Florence-2 </s><s>queen of spades</s><pad><pad><pad><pad> makes it impossible to parse into sv.Detections.
Description
During Florence-2 for object detection fine-tuning, a
TypeError: 'NoneType' object is not iterable
error sometimes occurs originating from theprocess_output_for_detection_metric
function. The error happens when the syntax of the generated prediction from Florence-2</s><s>queen of spades</s><pad><pad><pad><pad>
makes it impossible to parse intosv.Detections
.Environment
Fine-tune Florence-2 for object detection
Minimal Reproducible Example
Just run the Florence-2 for object detection fine-tuning Google Colab. There's a good chance you'll encounter this error.
The text was updated successfully, but these errors were encountered: