-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 run via CLI? #7
Comments
@dpar39 please help. I ran |
You'll need to upload the image to debug it and figure out what's going on. Here I see you are using the same image file path for badge output and normal output. |
@dpar39 Are you able to provide further information on how to use the CLI? I've tried using the parameters provided by Seems like I'm not the only one having this issue. |
Same here, I'm trying to run this tool using attached image. `ubuntu@ubuntu-VM:~$ cd ppp/ ubuntu@ubuntu-VM:~/ppp$ cd install_linux_release_x64/ ubuntu@ubuntu-VM:~/ppp/install_linux_release_x64$ ./ppp_app -b manbadge.png -o mainmage.png -i personthatnotexists.jpeg Segmentation fault (core dumped) ubuntu@ubuntu-VM:~/ppp/install_linux_release_x64$ |
I also hit the segfault but managed to get it to run by building from 1bdd1b5 and specifying the path to |
If you have the ./result/bin/ppp_app --config ./result/share/config.bundle.json -i [...] -b [...] -o [...] |
Hi! Thanks for your work. Tell me please, how to run this tool via CLI?
The text was updated successfully, but these errors were encountered: