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

Reduce variation in output? #6

Open
bradleybauer opened this issue Dec 14, 2017 · 2 comments
Open

Reduce variation in output? #6

bradleybauer opened this issue Dec 14, 2017 · 2 comments

Comments

@bradleybauer
Copy link

Is it possible to reduce the difference between the output of the network for two different but very similar inputs?

I'm asking because if I run py webcam.py ... and sit still in front of the webcam, then the output of the network is very different from frame to frame.

@eridgd
Copy link
Owner

eridgd commented Dec 14, 2017

This effect is often referred to as 'flickering' and is common to nearly all neural style transfer techniques, as far as I'm aware. I've seen a few papers on video style transfer that address this with variations on a 'temporal consistency' loss that tracks pixel correspondence across frames using optical flow. Some examples:

@bradleybauer
Copy link
Author

Thanks for the info.

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