Interface for specification of the Probability Distribution Function of a pen stroke.
Please refer to "A Neural Representation of Sketch Drawings" https://arxiv.org/abs/1704.03477
In Eq.3 is an explanation of all of these parameters.
Below is a brief description:
pi: categorial distribution for mixture of Gaussian
muX: mean for x-axis
muY: mean for y-axis
sigmaX: standard deviation of x-axis
sigmaY: standard deviation of y-axis
corr: correlation parameter between x and y
pen: categorical distribution for the 3 pen states
Generated using TypeDoc
Interface for specification of the Probability Distribution Function of a pen stroke.
Please refer to "A Neural Representation of Sketch Drawings" https://arxiv.org/abs/1704.03477
In Eq.3 is an explanation of all of these parameters.
Below is a brief description:
pi: categorial distribution for mixture of Gaussian
muX: mean for x-axis
muY: mean for y-axis
sigmaX: standard deviation of x-axis
sigmaY: standard deviation of y-axis
corr: correlation parameter between x and y
pen: categorical distribution for the 3 pen states