Replies: 1 comment 2 replies
-
@Kisjjw to combine your models, you'll need to create a custom script that first processes the image with the dehazing model and then passes the output to the YOLOv10 model. Merging them into a single |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to combine my trained YOLOv10.pt model with a trained dehazing model. What should I do? I want to first pass the image through the dehazing model to obtain a clear image, and then pass it on to the YOLO model. I want to merge these two models into one .pt model.
Beta Was this translation helpful? Give feedback.
All reactions