nips16_PTN icon indicating copy to clipboard operation
nips16_PTN copied to clipboard

Torch Implementation of NIPS'16 paper: Perspective Transformer Nets

Results 4 nips16_PTN issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to replicate your projection work with PyTorch. But I'm confused about the definition of "focal length" and "disf" in your code. That is: ___________________________________________________ focal_length = math.sqrt(3)/2...

I am sorry to bother you . Recently i want to reproduct the PTN with tensorflow implementation . I want to use my own data , but having problems in...

Thank you for what you have done! I'm confused about the translate matrix .here are the specific question: (1)Is the original focal length=1(i.e. if elevation=0deg) ? (2)Why the translate matrix...

Very great work! I want to ask, is your RGB images rendered by yourself? Is there color information? If I want to get a dataset which includes RGB images and...