Skip to content

Instantly share code, notes, and snippets.

@esc
Last active September 8, 2017 11:59
Show Gist options
  • Save esc/56fc4d5540dd4033a88c31135f3e4a8a to your computer and use it in GitHub Desktop.
Save esc/56fc4d5540dd4033a88c31135f3e4a8a to your computer and use it in GitHub Desktop.
GulpIO Blogpost Ingestor Example
adapter = Custom20BNCsvJpegAdapter(input_csv, jpeg_path, output_folder,
shuffle=shuffle,
frame_size=img_size,
shm_dir_path=shm_dir
)
ingestor = GulpIngestor(adapter, output_folder, videos_per_chunk,
num_workers=num_workers)
ingestor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment