Open 20155004 opened 8 years ago
20153395 Jaeshin Yoon.
You need to get activations for training GMM.
In this case, the number of activation you have to obtain is ('numGaussian*numSamplePerGaussian').
That is, the number of activation you have to obtain in each picture is same with numSamplePerGaussian. (Randomly).
Thank you..
% numGaussian:
% maxNumSrcIm:
% numSamplePerGaussian
plz give me some tips how to use them...
what's the meaning of below two terms? % numGaussian: Number of Gaussians
% numSamplePerGaussian: Rough number of region activations which belong to a single Gaussian.