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

Fix colorized image the same size as input #21

Closed
wants to merge 1 commit into from

Conversation

jiaruiyu99
Copy link
Collaborator

@jiaruiyu99 jiaruiyu99 commented Nov 13, 2024

  • bbox_inches will result a scaled output
  • eg: input (640, 480,) output (369, 277)
  • save another image with the same input size

- bbox_inches will result a scaled output
- eg: input 640*480, output 369*277
- save another image with the same input size
Copy link
Member

@MalcolmMielle MalcolmMielle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure of why we need the scaled image since we only use those for visualization purpose? The size is proportional to the original so the perspective is kept, no?

@jiaruiyu99 jiaruiyu99 closed this Nov 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants