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

Cropping posibilties #8

Closed
Lubsey1 opened this issue Aug 12, 2020 · 2 comments
Closed

Cropping posibilties #8

Lubsey1 opened this issue Aug 12, 2020 · 2 comments

Comments

@Lubsey1
Copy link

Lubsey1 commented Aug 12, 2020

Hi, is it a possibility to process a face in an entire frame (1920*1080) rather than cropping and scaling it to just the face?

Thanks.

@csxmli2016
Copy link
Owner

csxmli2016 commented Aug 12, 2020

Hi, is it a possibility to process a face in an entire frame (1920*1080) rather than cropping and scaling it to just the face?

Thanks.

Hi, this may be a valuable topic. The simple way is to copy and paste the face results to the original entire frame with upsample scale s, which can only enhance the face region. This is what I am doing (refer to [here])(#6 (comment)).

Another complex way to process a face in an entire frame should flexibly explore the face component in different sizes and locations in CNN. But this may be limited in our current framework due to the requirement of dictionaries in the same feature space.

@csxmli2016
Copy link
Owner

Hi, is it a possibility to process a face in an entire frame (1920*1080) rather than cropping and scaling it to just the face?

Thanks.

Hi, I have updated a new branch. It is more flexible to handle an entire frame. The background will be enhanced in my future work.

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