Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/a/n/antispoofing.evaluation-1.0.0/antispoofing/evaluation/script/score_distr_generator.py antispoofing.evaluation(Download)
mt = bob.core.random.mt19937() # initialise the random number generator real_generator = bob.core.random.normal_float32(mean_real, sigma_real) imp_generator = bob.core.random.normal_float32(mean_imp, sigma_imp) spoof_generator = bob.core.random.normal_float32(mean_spoof, sigma_spoof)