-
Notifications
You must be signed in to change notification settings - Fork 39
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
frames folder example results in black images #14
Comments
Hi @antithing, With the provided logs, there might be something wrong with your environment. More specifically, some packages are not correctly installed. You may refer to the Colab notebook for the installation. Hope this can help you. |
Hi, thanks! I have run the install.sh steps again, and i no longer see the warning
But the frames are still black! Is this line correct? ` cv2.imwrite(save_image_path, out[0].cpu().permute(1, 2, 0).numpy())`` |
Hi @antithing, I will check what happened and update the results here ASAP. |
Hi @antithing, sorry for the late reply. python inference_video.py \
CONFIG_PATH \
CKPT_PATH \
--frames_folder_path FRAME_FOLDER_PATH \
--save_dir OUTPUT_ROOT Note that the Hope this can help you. |
Hi, and thank you for making this code available!
I am running:
python video_infer.py D:\\DeBlur\\SimDeblur-main\\SimDeblur-main\\configs\\dbn\\dbn_gopro.yaml D:\\DeBlur\\SimDeblur-main\\SimDeblur-main\\saves\\checkpoints\\DBN\\dbn_ckpt.pth --frames_folder_path=datasets/input --save_path=deblur
where video_infer.py is:
The code runs, and prints:
But all the resulting frames are just solid black. What might be happening here?
Thanks!
The text was updated successfully, but these errors were encountered: