-
Notifications
You must be signed in to change notification settings - Fork 5
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
THANKS for your great job, Is there a pytorch version of the code? #1
Comments
Sorry, there is no PyTorch version. |
in mutual loss, Can Kullback-Leibler be applied to compare two images directly? |
Kullback–Leibler divergence is a measure of how one probability distribution is different from a second, reference probability distribution. Hence, it cannot be applied on two input images. |
I see kl_loss in the code, so I think you are using Kullback-Leibler divergence to meansure. |
it can be utilized to measure the discrepancy between two likelihood maps
rather than input images.
Jesse Liu ***@***.***>于2021年10月8日 周五16:25写道:
… I see kl_loss in the code, so I think you are using Kullback-Leibler
divergence to meansure.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKMY2T6RXIAL4UKPTYJKH3UF2THFANCNFSM5FN6NIGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
THANKS, You mean I should change images 2 likelihood maps first? |
If you want to calculate the similarity of two images, you may leverage
mutual information.
Jesse Liu ***@***.***>于2021年10月8日 周五16:39写道:
… THANKS, You mean I should change images 2 likelihood maps first?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKMY2T3SRXGQP237DGTVHLUF2U5XANCNFSM5FN6NIGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
THANKS for your great job, Is there a pytorch version of the code?
The text was updated successfully, but these errors were encountered: