Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence exists with only message "Killed" #8

Closed
tsaxena opened this issue May 15, 2019 · 3 comments
Closed

Sequence exists with only message "Killed" #8

tsaxena opened this issue May 15, 2019 · 3 comments

Comments

@tsaxena
Copy link

tsaxena commented May 15, 2019

Hi,
I am applying the pepper or salt augmenters but the process keeps getting killed and I am not sure why. Only message is "Killed". I tried to look for where this might be coming from but could not identify the source.

@ahmetgunduz
Copy link
Collaborator

Can you please share your code where it get killed? Are you sure about the input format is proper?

@tsaxena
Copy link
Author

tsaxena commented May 15, 2019

I have a ".mov" file and I extract frames using ffmpeg. Before calling the augmentor, I read all the files using glob and PIL and then call the augmentor.

frames = sorted(glob.glob(os.path.join(frame_folder, '*jpg')))
for image_path in frames:
      image = Image.open(image_path)
      frame_images.append(image.convert("RGB"))
      return frame_images

frame_images is a list of PIL images.

seq(frame_images)

@tsaxena
Copy link
Author

tsaxena commented May 15, 2019

The super useless exception occurs for high resolution videos and is coming from PIL, not the vidaug source code.

@tsaxena tsaxena closed this as completed May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants