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
Thank you for sharing this amazing work, the visualization in this code helps me a lot in understanding the logic. However, I have a confusion, the line below:
will trigger the error "TypeError: Invalid shape (256, 832, 2) for image data"
There are two instance masks in r2t_inst, are you supposed to visualize one of them like r2t_inst[:, :, 0] or do you have other implementations to visualize both of them in once?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @SeokjuLee :
Thank you for sharing this amazing work, the visualization in this code helps me a lot in understanding the logic. However, I have a confusion, the line below:
Insta-DM/train.py
Line 402 in 95fac7f
will trigger the error
"TypeError: Invalid shape (256, 832, 2) for image data"
There are two instance masks in
r2t_inst
, are you supposed to visualize one of them liker2t_inst[:, :, 0]
or do you have other implementations to visualize both of them in once?Thank you!
The text was updated successfully, but these errors were encountered: