-
Notifications
You must be signed in to change notification settings - Fork 27
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
Multi-head model support #149 #150
Conversation
result_imgs.append(result_img) | ||
|
||
return result_imgs | ||
return self.limit_extended_extent_image_to_base_extent_with_mask(full_img=full_imgs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe rename parameter name to full_imgs for consistency
src/deepness/processing/map_processor/map_processor_regression.py
Outdated
Show resolved
Hide resolved
@@ -1,6 +1,8 @@ | |||
""" This file implements map processing for segmentation model """ | |||
|
|||
from calendar import c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
random import
@przemyslaw-aszkowski I think the PR is ready for review and merge. Edit: Nope, there is something wrong with export features. |
Now works fine! |
Add YOLOv9 model handle
TODO:
get_channel_name
due to changes_create_result_message
due to changes