-
Notifications
You must be signed in to change notification settings - Fork 84
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
the Output image size? #13
Comments
Heatmap size is dictated by the network. As this network is not
fully-convolutional it outputs a fixed size heatmaps. Heatmap can be
resized to original image.
Thanks and Regards
Adi
…On Thu, Apr 4, 2019 at 4:56 AM ByYourSide ***@***.***> wrote:
Original image and heatmap are inconsistent in size
why???
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB008rvWkYN4xB05aNYDBBW3g9JkOGXEks5vdb46gaJpZM4ccRQT>
.
|
How to adjust it? Do you adjust during training or during testing |
You do not have to adjust it. Just resize the heatmap to the size of the
image.
Thanks and Regards
Adi
…On Fri, Apr 5, 2019 at 11:46 AM ByYourSide ***@***.***> wrote:
How to adjust it? Do you adjust during training or during testing
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB008oEJ2ouBdy640yGI4IdlI47OSvZkks5vd2_agaJpZM4ccRQT>
.
|
But after this adjustment, the content of the heat map and the content of the original map is not a corresponding one. In other words, there is no corresponding heat map output in the original picture |
Then probably your image is too large and with different aspect ratio. Can
you crop your image to the correct aspect ratio, so that after resizing all
the objects are in the same region?
Thanks and Regards
Adi
…On Fri, Apr 5, 2019 at 11:51 AM ByYourSide ***@***.***> wrote:
But after this adjustment, the content of the heat map and the content of
the original map is not a corresponding one. In other words, there is no
corresponding heat map output in the original picture
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB008s92Ugc18PEMoHZxdf1HLN9msCwAks5vd3DygaJpZM4ccRQT>
.
|
Thanks |
I am not sure but I think it supports square image (1:1). What do you mean
it is not better than JPEG. This project uses JPEG to compress images. So
it should be at least as good as standard JPEG.
Thanks and Regards
Adi
…On Fri, Apr 5, 2019 at 11:57 AM ByYourSide ***@***.***> wrote:
Thanks
What is the aspect ratio that your project supports? As an aside, I don't
think deep learning does a good job of compressing images. It's not nearly
as good as Jpeg, like Google. What do you think?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB008pWw7bQcPd6Da5uoE1B_WwXAr_klks5vd3J9gaJpZM4ccRQT>
.
|
I just can't guarantee that my input image will produce a heat map of the same size, can I say that? And, as far as you know, there are other GitHub projects that generate heat maps |
Original image and heatmap are inconsistent in size
why???
The text was updated successfully, but these errors were encountered: