Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(17) | Call(16) | Derive(0) | Import(1)
src/a/n/antispoofing.competition_icb2013-1.1.0/antispoofing/competition_icb2013/script/crop_faces.py antispoofing.competition_icb2013(Download)
video = bob.io.load(obj.make_path(directory=args.inputdir, extension='.hdf5')) else: video = bob.io.VideoReader(str(obj.videofile(directory=args.inputdir))) if args.inputtype == '.hdf5':
src/x/b/xbob.optflow.liu-1.1.2/xbob/optflow/liu/script/flow.py xbob.optflow.liu(Download)
sys.stdout.flush() input = bob.io.VideoReader(args.input[0])[:args.frames] else:
src/a/n/antispoofing.optflow-1.0.2/antispoofing/optflow/script/liu.py antispoofing.optflow(Download)
sys.stdout.flush() input = bob.io.VideoReader(filename)[:args.frames] else:
src/a/n/antispoofing.eyeblink-1.0.4/antispoofing/eyeblink/script/make_movie.py antispoofing.eyeblink(Download)
obj = db.session.query(File).filter(File.path == path_query).one() video = bob.io.VideoReader(args.path) print "Opened movie file %s (%d frames), id = %d" % \ (args.path, len(video), obj.id)
src/a/n/antispoofing.verification.gmm-1.0.2/antispoofing/verification/gmm/script/feature_extract.py antispoofing.verification.gmm(Download)
# bootstraps video reader for client video = bob.io.VideoReader(files[key]) # loads face locations - roll localization
src/a/n/antispoofing.competition_icb2013-1.1.0/antispoofing/competition_icb2013/script/icb2013_facebb_countermeasure.py antispoofing.competition_icb2013(Download)
#Loading the video input = bob.io.VideoReader(filename) locations = preprocess_detections(flocfile,input.number_of_frames)
src/a/n/antispoofing.fusion_faceverif-2.0/antispoofing/fusion_faceverif/script/four_column_to_dir_structure.py antispoofing.fusion_faceverif(Download)
if models_dict[model].scores_dict.has_key(str(obj.make_path())) == False: input = bob.io.VideoReader(obj.videofile(args.inputdir)) # read the video to see the total number of frames it contains models_dict[model].add_scorelist(obj, input.number_of_frames)
src/a/n/antispoofing.lbp-1.3.0/antispoofing/lbp/script/calclbp.py antispoofing.lbp(Download)
for obj in process: counter += 1 input = bob.io.VideoReader(obj.videofile(directory=args.inputdir)) # loading the face locations
src/a/n/antispoofing.lbp-1.3.0/antispoofing/lbp/script/calcframelbp.py antispoofing.lbp(Download)
for obj in process: counter += 1 input = bob.io.VideoReader(obj.videofile(directory=args.inputdir)) # loading the face locations
src/a/n/antispoofing.motion-1.1.1/antispoofing/motion/script/framediff.py antispoofing.motion(Download)
filename = obj.videofile(args.inputdir) input = bob.io.VideoReader(filename) facefile = obj.facefile(args.inputdir)
1 | 2 Next