You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Hi!
First of all, thank you for the great work!
Secondly, I have a question: I have changed the model to detect instruments, like following: model = get_model(model_path, model_type='UNet11', problem_type='instruments')
As a result in mask i receive a tensor with size 'torch.Size([1, 8, 320, 480])', where i suppose that 8 mean a mask per each instrument. But what i see is that masks 1,3,5,7 are the same as well as 2,4,6,8. ( so it looks like it just make two masks instead of 8) What I'm possibly doing wrong and how to get labels for each instrument?
The text was updated successfully, but these errors were encountered:
Were you able to figure this out? When I perform inference I'm getting negative and positive numbers for the pixel values. The binary example works, but not sure how to interpret the parts or instruments model outputs. Would anyone have an example of how to post-process those predictions? Thanks.
Hi!
First of all, thank you for the great work!
Secondly, I have a question: I have changed the model to detect instruments, like following:
model = get_model(model_path, model_type='UNet11', problem_type='instruments')
As a result in mask i receive a tensor with size
'torch.Size([1, 8, 320, 480])'
, where i suppose that 8 mean a mask per each instrument. But what i see is that masks 1,3,5,7 are the same as well as 2,4,6,8. ( so it looks like it just make two masks instead of 8) What I'm possibly doing wrong and how to get labels for each instrument?The text was updated successfully, but these errors were encountered: