You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Guys, tell me what the problem is. I work with 4K video 25 fps 13000 kbps. I'm running on a cpu and 16gb ram. Approximately when the length of the video is more than 10 seconds. An error comes out:
fake_merged = img_mask * bgr_fake + (1-img_mask) * target_img.astype(np.float32)
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 94.9 MiB for an array with shape (2160, 3840, 3) and data type float32
Swap file 16 GB, I work on behalf of the administrator.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Guys, tell me what the problem is. I work with 4K video 25 fps 13000 kbps. I'm running on a cpu and 16gb ram. Approximately when the length of the video is more than 10 seconds. An error comes out:
fake_merged = img_mask * bgr_fake + (1-img_mask) * target_img.astype(np.float32)
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 94.9 MiB for an array with shape (2160, 3840, 3) and data type float32
Swap file 16 GB, I work on behalf of the administrator.
The text was updated successfully, but these errors were encountered: