fidler-lab / polyrnn-pp

Inference Code for Polygon-RNN++ (CVPR 2018)
GNU General Public License v3.0
735 stars 161 forks source link

Regarding the values passed again to the pytorch model for the corrected coordinates #21

Closed abinjoabraham closed 5 years ago

abinjoabraham commented 5 years ago

I was interested in the fixing method while testing the model. Especially about the variable 'instance['fwd_poly']'. I just initially thought this variable is the new value which is generated after the user does the correction interactively. But after printing this fwd_poly of instance it seems like some floating point numbers with values less than 100. If you don't mind can you elaborate how this fwd_poly is populated?

amlankar commented 5 years ago

Closing since this is related to the pytorch repo -- fidler-lab/polyrnn-pp-pytorch#9