You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thanks for your such interesting work, Can you please tell me why we need to subtract 0.5 and while calculating the coordinates in LR space.
coor_h = ((coor_hr[0] + 0.5) / scale) - (torch.floor((coor_hr[0] + 0.5) / scale + 1e-3)) - 0.5
The text was updated successfully, but these errors were encountered:
--
**CONFIDENTIALITY NOTICE: The
contents of this email message and any
attachments are intended solely
for the addressee(s) and may contain
confidential and/or privileged
information and may be legally protected
from disclosure. If you are not
the intended recipient of this message or
their agent, or if this
message has been addressed to you in error, please
immediately alert the
sender by reply email and then delete this message
and any attachments.
If you are not the intended recipient, you are hereby
notified that any
use, dissemination, copying, or storage of this message
or its
attachments is strictly prohibited.*
*
Hi thanks for your such interesting work, Can you please tell me why we need to subtract 0.5 and while calculating the coordinates in LR space.
coor_h = ((coor_hr[0] + 0.5) / scale) - (torch.floor((coor_hr[0] + 0.5) / scale + 1e-3)) - 0.5
The text was updated successfully, but these errors were encountered: