Last active
September 8, 2017 11:59
-
-
Save esc/56fc4d5540dd4033a88c31135f3e4a8a to your computer and use it in GitHub Desktop.
GulpIO Blogpost Ingestor Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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