Skip to content
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

Visualize in breakpoint 1 #10

Open
fengziyue opened this issue Dec 11, 2021 · 0 comments
Open

Visualize in breakpoint 1 #10

fengziyue opened this issue Dec 11, 2021 · 0 comments

Comments

@fengziyue
Copy link

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:

fig.add_subplot(ea1,ea2,ii); ii += 1; plt.imshow(r2t_inst); plt.colorbar(); plt.text(10, -14, "r2t_inst", fontsize=7, bbox=dict(facecolor='None', edgecolor='None'));

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant