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
I am trying to use your approach to remove the motion blur of a dance video, like in your examples, with a single person looking to the camera all the time, no background blur or movement, but im not sure how to do it.
I have placed the checkpoints, I have changed the dataset config to point to a single folder from my video, that i called it test, and i have placed the frames of my video with the correct names on "blur" folder. The rest of folders from the dataset I dont know how to generate them.
Can you give me some directions of how to do it please?
Basicly what i have done
Editted the config to point just my test folder
Place in dataset my video dataset, like
dataset/test/blur -> my video frames
dataset/test/sharp -> empty
dataset/test/blur_anno -> empty
dataset/test/trend+_avg -> empty
Place your checkpoints
What i want its giving my video, use the checkpoints to correct the blur of my video
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Regarding "animation-from-blur", please refer to "valid_video.py". Considering that you have a video, I would suggest using BiT, which is better suited and more convenient.
You can find BiT at the following link: https://github.com/zzh-tech/BiT
I am trying to use your approach to remove the motion blur of a dance video, like in your examples, with a single person looking to the camera all the time, no background blur or movement, but im not sure how to do it.
I have placed the checkpoints, I have changed the dataset config to point to a single folder from my video, that i called it test, and i have placed the frames of my video with the correct names on "blur" folder. The rest of folders from the dataset I dont know how to generate them.
Can you give me some directions of how to do it please?
Basicly what i have done
dataset/test/blur -> my video frames
dataset/test/sharp -> empty
dataset/test/blur_anno -> empty
dataset/test/trend+_avg -> empty
What i want its giving my video, use the checkpoints to correct the blur of my video
Thank you in advance.
The text was updated successfully, but these errors were encountered: