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
C:\Anaconda3\envs\myyoloworld\lib\site-packages\albumentations_init_.py:24: UserWarning: A new version of Albumentations is available: 1.4.22 (you have 1.4.20). Upgrade using: pip install -U albumen
tations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
check_for_updates()
Traceback (most recent call last):
File "C:\YOLOworld\YOLO-World-master\deploy\export_onnx.py", line 14, in
from easydeploy.model import DeployModel, MMYOLOBackend # noqa E402
ModuleNotFoundError: No module named 'easydeploy.model'
It seems that there is no esayploy.model, but my mmcv is installed.Can anyone help me with this problem?
The text was updated successfully, but these errors were encountered:
I had a problem exporting the onnx model:
(myyoloworld) PS C:\YOLOworld\YOLO-World-master> python deploy/export_onnx.py configs/pretrain/yolo_world_v2_l_vlpan_bn_2e-3_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py demo/pretrained_weights/yolo_world_v2_l_obj365v1_goldg_pretrain-a82b1fe3.pth --custom-text custom_class_fixed.json --opset 11 --without-nms
C:\Anaconda3\envs\myyoloworld\lib\site-packages\albumentations_init_.py:24: UserWarning: A new version of Albumentations is available: 1.4.22 (you have 1.4.20). Upgrade using: pip install -U albumen
tations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
check_for_updates()
Traceback (most recent call last):
File "C:\YOLOworld\YOLO-World-master\deploy\export_onnx.py", line 14, in
from easydeploy.model import DeployModel, MMYOLOBackend # noqa E402
ModuleNotFoundError: No module named 'easydeploy.model'
It seems that there is no esayploy.model, but my mmcv is installed.Can anyone help me with this problem?
The text was updated successfully, but these errors were encountered: