Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about esaydploy.model #549

Open
HezhaoHZ opened this issue Dec 14, 2024 · 0 comments
Open

Question about esaydploy.model #549

HezhaoHZ opened this issue Dec 14, 2024 · 0 comments

Comments

@HezhaoHZ
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant