Closed
Description
When running inference, using the command: python image_demo.py
./configs/finetune_coco/yolo_world_l_dual_vlpan_2e-4_80e_8gpus_finetune_coco.py /../YOLO-World/weights/yolo_world_seg_l_dual_vlpan_2e-4_80e_8gpus_allmodules_finetune_lvis-8c58c916.pth /../YOLO-World/image/ 'person,dog,machine,police' --topk 100 --threshold 0.005 --output-dir demo_outputs
`
I consistently receive this error:
zip(detections.class_id, detections.confidence)
AttributeError: 'NoneType' object has no attribute 'class_id'
Metadata
Metadata
Assignees
Labels
No labels