I want to export an onnx model with clip and yolov8 backbone;
configs:
YOLO-World/configs/pretrain/yolo_world_v2_l_clip_large_vlpan_bn_2e-3_100e_4x8gpus_obj365v1_goldg_train_800ft_lvis_minival.py
YOLO-World/yolo_world_v2_l_clip_large_o365v1_goldg_pretrain_800ft-9df82e55.pth
The command is as follows:
python deploy/export_onnx.py --opset 11 --simplify --model-only
The following problems occur when exporting:
I changed two models to export, but only the model of yolov8 backbone is exported; The changes are as follows:
I want to export an onnx model with clip and yolov8 backbone; configs: YOLO-World/configs/pretrain/yolo_world_v2_l_clip_large_vlpan_bn_2e-3_100e_4x8gpus_obj365v1_goldg_train_800ft_lvis_minival.py YOLO-World/yolo_world_v2_l_clip_large_o365v1_goldg_pretrain_800ft-9df82e55.pth The command is as follows: python deploy/export_onnx.py --opset 11 --simplify --model-only The following problems occur when exporting:
I changed two models to export, but only the model of yolov8 backbone is exported; The changes are as follows: