paartheee
paartheee
You set the wrong path and the model cannot find the training data to start training ( 您设置了错误的路径,模型找不到训练数据开始训练)
Inside PASCAL VOC XML file, that filename of the image filename and actual file name of the image will be same.( 在 PASCAL VOC XML 文件中,图像文件名的文件名和图像的实际文件名将相同) 
https://github.com/AILab-CVC/YOLO-World/tree/master/configs Check this !
Hi @poojatambe, try this ```html !python image_demo.py "/content/yolo_world_seg_l_dual_vlpan_2e-4_80e_8gpus_allmodules_finetune_lvis.py" "/content/yolo_world_seg_l_dual_vlpan_2e-4_80e_8gpus_allmodules_finetune_lvis-8c58c916.pth" /content/dog.jpeg 'dog' --topk 100 --threshold 0.3 --output-dir demo_outputs```