Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(7) | Call(7) | Derive(0) | Import(0)
src/x/b/xbob.thesis.elshafey2014-0.0.1a0/xbob/thesis/elshafey2014/scripts/para_isv.py xbob.thesis.elshafey2014(Download)
isv_trainer.initialize(isv_base, data) utils.ensure_dir(os.path.dirname(output_file)) isv_base.save(bob.io.HDF5File(output_file, 'w')) utils.info("ISV training: saved initial ISV machine to '%s'" % output_file)
# Save the ISV model utils.ensure_dir(os.path.dirname(new_machine_file)) isv_base.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_tool.m_isv_filename) utils.info("ISV training: Wrote new ISV machine '%s'" % new_machine_file)
hdf5file.create_group('Enroller') hdf5file.cd('Enroller') isv_base.save(hdf5file)
src/x/b/xbob.spkrec-1.0.3/xbob/spkrec/tools/ISV.py xbob.spkrec(Download)
# Save the ISV base AND the UBM into the same file self.m_isvbase.save(bob.io.HDF5File(enroler_file, "w"))
src/b/o/bob.spear-1.1.2/spear/tools/ISV.py bob.spear(Download)
# Save the ISV base AND the UBM into the same file self.m_isvbase.save(bob.io.HDF5File(enroler_file, "w"))
src/f/a/facereclib-1.2.1/facereclib/tools/ISV.py facereclib(Download)
# Save the ISV base AND the UBM into the same file self.m_isvbase.save(bob.io.HDF5File(enroller_file, "w")) def enroll(self, frame_containers):
src/f/a/facereclib-HEAD/facereclib/tools/ISV.py facereclib(Download)
# Save the ISV base AND the UBM into the same file self.m_isvbase.save(bob.io.HDF5File(enroller_file, "w")) def enroll(self, frame_containers):