Replies: 1 comment
-
@tcc940308 to integrate your image enhancement model, you'll need to modify the preprocessing or postprocessing steps rather than the model head. Consider applying your enhancement in the data loading or augmentation phase. For more guidance, please refer to our documentation: https://docs.ultralytics.com/guides/yolo-common-issues/. |
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
-
Dear community,
I am looking to integrate my image enhancement model into a specific region of an image, which I have highlighted in red.
I am trying to determine whether this region is represented by the following piece of code: https://github.com/ultralytics/ultralytics/blob/main/ultralytics/nn/modules/head.py#L63-L73.
If this assumption is incorrect, I would greatly appreciate any assistance in identifying the correct section of the code.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions