zhengyuf / STED-gaze

Code for paper 'Self-learning Transformations for Improving Gaze and Head Redirection'
GNU General Public License v3.0
89 stars 23 forks source link

There appears to be a few errors in the names of some items from eval.json #6

Closed LeArmadillo closed 3 years ago

LeArmadillo commented 3 years ago

There appears to be a few errors in the names of some items from eval.json, they currently read: "size_0d_unit": 1024, "num_1d_units": 4, "size_1d_unnit": 16, "num_2d_uits": 4, "size_2d_unit": 16, should they read as follows?: "size_0d_unit": 1024, "num_1d_units": 4, "size_1d_unit": 16, "num_2d_units": 4, "size_2d_unit": 16,

zhengyuf commented 3 years ago

Hey, thank you for spotting this typo, it's corrected now :)