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

Where can I find some helpful documentation for linux usage? #19

Open
herzog0 opened this issue Jul 16, 2020 · 5 comments
Open

Where can I find some helpful documentation for linux usage? #19

herzog0 opened this issue Jul 16, 2020 · 5 comments

Comments

@herzog0
Copy link

herzog0 commented Jul 16, 2020

Hello @jamriska , first of all, thanks and congratulations for this incredible work!
I was truly amazed when I saw a video showing the EbSynth software running this algorithm and I'm attempting to get used to the Linux interface of the program.
I've successfully built it in my LinuxMint, based on Ubuntu 18.04.2, but now I'm having trouble to understand what each parameter does and how to use them. I couldn't find any information about them neither on the README (and the other project files) or on the ebsynth website.
Am I missing something?
Thank you!

@myselfhimself
Copy link

Have you had a look at the examples code .sh scripts?

@herzog0
Copy link
Author

herzog0 commented Jan 4, 2021

Sure, but that didn't clarify anything, as there are not even comments to explain each parameter.

@Charan-Karthikeyan
Copy link

I have been trying to get to know about the package without having to dig deep into the source code(do not know if it might help also), it would also be of great help to user if you can add the description in the README file

@sutble
Copy link

sutble commented Feb 23, 2021

Here's an example

./ebsynth -style '../../rotoscope/keyframes/image000527.png'  -guide 'image000527.png' 'image000528.png' -output 'out000527.png'

style - this is the keyframe
guide source target - the source should match the keyframe, the target is the frame you want the style to transfer to
output - where you want the new image to be saved

I havent played around with the other flags, but they look like settings you can adjust.

@insomniacUNDERSCORElemon

Problem is that the current GUI way of doing things and the command seem completely different. The GUI just uses style keyframes and even masks are turned off by default. Maybe I'm missing something, but I can't seem to figure out how to get a style transfer to work as expected with the guides parameter in the command (something is happening, sure...). Then there's also the lack of (or undocument?) sequence support.

It really seems like the command is just outdated, maybe at-best using the updated code but only the stuff that the old methods used.

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

5 participants