gitclone--recursivehttps://github.com/AILab-CVC/YOLO-World.git 文档给的一键安装大寄特寄,只能自己一点一点慢慢来了。 后面都是在pycharm命令行运行的 因为对各种包的版本都有要求,所以用anaconda建一个虚拟环境 conda create --name yolow conda activate yolow conda install python==3.8 安装pytorch1.11 p...
coco_val_dataset = dict( _delete_=True, type='MultiModalDataset', dataset=dict(type='YOLOv5LVISV1Dataset', metainfo=dict(classes=classes), data_root=r'E:\george\Yolo_world_datasets\ExDark', test_mode=True, ann_file=r'annotations/instances_val2017.json', data_prefix=dict(img=r'images/...