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

Plot titles #21

Closed
alexinnovap opened this issue Aug 24, 2023 · 1 comment
Closed

Plot titles #21

alexinnovap opened this issue Aug 24, 2023 · 1 comment
Labels
question Further information is requested

Comments

@alexinnovap
Copy link

Hi there, I am currently visualising feature maps in yolov7 for each layer and I was wondering if it was possible for each image to have a subtitle? for example "Feature map 1"
filter_maps

@xwying
Copy link
Owner

xwying commented Aug 26, 2023

Yes, you could do it by using the axes_title option. For example:

ts.show(feature_map, axes_title="Feature Map {img_id_from_1}")

@xwying xwying added the question Further information is requested label Aug 26, 2023
@xwying xwying closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants