Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(16) | Call(16) | Derive(0) | Import(0)
src/x/b/xbob.thesis.elshafey2014-0.0.1a0/xbob/thesis/elshafey2014/tools/ParaUBMGMM.py xbob.thesis.elshafey2014(Download)
utils.ensure_dir(os.path.dirname(output_file)) gmm_machine.save(bob.io.HDF5File(os.path.join(output_file), 'w')) utils.info("UBM Training: Wrote GMM file '%s'" % output_file)
# Saves the GMM statistics to the file utils.ensure_dir(os.path.dirname(new_machine_file)) gmm_machine.save(bob.io.HDF5File(new_machine_file, 'w')) import shutil shutil.copy(new_machine_file, self.m_tool.m_gmm_filename)
src/x/b/xbob.spkrec-1.0.3/xbob/spkrec/script/ParallelUBMGMM.py xbob.spkrec(Download)
utils.ensure_dir(os.path.dirname(output_file)) gmm_machine.save(bob.io.HDF5File(os.path.join(output_file), 'w')) utils.info("UBM Training: Wrote GMM file '%s'" % output_file)
# Saves the GMM statistics to the file utils.ensure_dir(os.path.dirname(new_machine_file)) gmm_machine.save(bob.io.HDF5File(new_machine_file, 'w')) import shutil shutil.copy(new_machine_file, self.m_configuration.projector_file)
src/a/n/antispoofing.verification.gmm-1.0.2/antispoofing/verification/gmm/__init__.py antispoofing.verification.gmm(Download)
# Saves the UBM to file gmm.save(bob.io.HDF5File(ubm_filename, 'w')) def generate_statistics(features_input, ubm, gmmstats_output, force=False):
# Saves it to the given file gmm.save(bob.io.HDF5File(model_path, 'w')) def score(model_filename, probe_file, probe_output, ubm_filename):
src/b/o/bob.spear-1.1.2/spear/script/ParallelUBMGMM.py bob.spear(Download)
utils.ensure_dir(os.path.dirname(output_file)) gmm_machine.save(bob.io.HDF5File(os.path.join(output_file), 'w')) utils.info("UBM Training: Wrote GMM file '%s'" % output_file)
# Saves the GMM statistics to the file utils.ensure_dir(os.path.dirname(new_machine_file)) gmm_machine.save(bob.io.HDF5File(new_machine_file, 'w')) import shutil shutil.copy(new_machine_file, self.m_configuration.projector_file)
src/f/a/facereclib-1.2.1/facereclib/tools/ParallelUBMGMM.py facereclib(Download)
utils.ensure_dir(os.path.dirname(output_file)) gmm_machine.save(bob.io.HDF5File(os.path.join(output_file), 'w')) utils.info("UBM Training: Wrote GMM file '%s'" % output_file)
# Saves the GMM statistics to the file utils.ensure_dir(os.path.dirname(new_machine_file)) gmm_machine.save(bob.io.HDF5File(new_machine_file, 'w')) import shutil shutil.copy(new_machine_file, self.m_tool.m_gmm_filename)
src/f/a/facereclib-HEAD/facereclib/tools/ParallelUBMGMM.py facereclib(Download)
utils.ensure_dir(os.path.dirname(output_file)) gmm_machine.save(bob.io.HDF5File(os.path.join(output_file), 'w')) utils.info("UBM Training: Wrote GMM file '%s'" % output_file)
# Saves the GMM statistics to the file utils.ensure_dir(os.path.dirname(new_machine_file)) gmm_machine.save(bob.io.HDF5File(new_machine_file, 'w')) import shutil shutil.copy(new_machine_file, self.m_tool.m_gmm_filename)
src/x/b/xbob.thesis.elshafey2014-0.0.1a0/xbob/thesis/elshafey2014/scripts/para_jfa.py xbob.thesis.elshafey2014(Download)
hdf5file.create_group('Projector') hdf5file.cd('Projector') ubm.save(hdf5file) hdf5file.cd('/')
hdf5file.create_group('Projector') hdf5file.cd('Projector') ubm.save(hdf5file) hdf5file.cd('/')
hdf5file.create_group('Projector') hdf5file.cd('Projector') ubm.save(hdf5file) hdf5file.cd('/')
src/x/b/xbob.thesis.elshafey2014-0.0.1a0/xbob/thesis/elshafey2014/scripts/para_isv.py xbob.thesis.elshafey2014(Download)
hdf5file.create_group('Projector') hdf5file.cd('Projector') ubm.save(hdf5file) hdf5file.cd('/')