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

How to let crop and landmark detection run on gpu while running restoration on cpu #47

Closed
Michaelwhite34 opened this issue Nov 4, 2020 · 3 comments

Comments

@Michaelwhite34
Copy link

I have the question because my gpu doesn't have enough memory.

@Michaelwhite34
Copy link
Author

Another question,is it possible to set some parameters manually ? For some highly compressed videos,there will be some kind of noise in the face (which can't be eliminated by denoise method),DFDNet will take it as face feature and produce some kind of
freckle in the face.So can we manually set the face to be smooth (without much
speckle )?

@csxmli2016
Copy link
Owner

I have the question because my gpu doesn't have enough memory.

Hi, you can run the first two steps with gpu. Then with the detected and cropped results saved in the filepath, you can comment the two steps and directly run the restoration process with cpu.

@csxmli2016
Copy link
Owner

Another question,is it possible to set some parameters manually ? For some highly compressed videos,there will be some kind of noise in the face (which can't be eliminated by denoise method),DFDNet will take it as face feature and produce some kind of
freckle in the face.So can we manually set the face to be smooth (without much
speckle )?

Good suggestion. Maybe it is better to consider this degradation in conducting training pairs.

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