HsinYingLee / DRIT

Learning diverse image-to-image translation from unpaired data
844 stars 155 forks source link

Linear Interpolation #22

Closed affromero closed 6 years ago

affromero commented 6 years ago

Can you share please how you do the linear interpolation between two attributes? Is it just a linspace? Thank you.

hytseng0509 commented 6 years ago

Yes, I believe you can use a linspace for each dimension of attributes to do the interpolation.