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
These two values num_sem_pos and num_top_pos use the default value of 0, Then they get the same identity matrix through function def idx2mask(idx):
So, in the main function, mask = torch.logical_or(sem_mask, top_mask).to(device) seems to have no effect.
I'm not sure if there are any issues with my understanding. I hope to receive your reply.
The text was updated successfully, but these errors were encountered:
These two values num_sem_pos and num_top_pos use the default value of 0, Then they get the same identity matrix through function
def idx2mask(idx):
So, in the main function,
mask = torch.logical_or(sem_mask, top_mask).to(device)
seems to have no effect.I'm not sure if there are any issues with my understanding. I hope to receive your reply.
The text was updated successfully, but these errors were encountered: