Replies: 1 comment
-
hi. i try deal this erro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello.i train reparameterize model
text use "clip-vit-base-patch32-projection" gen .npy file
use "yolo_world_v2_s_obj365v1_goldg_pretrain_1280ft-fc4ff4f7.pth" reparameterizing head and reparameterizing neck
train is OK !test is OK yet!
but i use "demo/image_demo.py" infer own model is show:
File "demo/image_demo.py", line 207, in <module> model.reparameterize(texts) File "/home/xxx/anaconda3/envs/yolo_world/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1695, in __getattr__ raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'") AttributeError: 'SimpleYOLOWorldDetector' object has no attribute 'reparameterize
Beta Was this translation helpful? Give feedback.
All reactions