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

cli.py just shuts down immedietly #44

Open
Soukmancer opened this issue Feb 11, 2025 · 1 comment
Open

cli.py just shuts down immedietly #44

Soukmancer opened this issue Feb 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Soukmancer
Copy link

I installed python313 ... opened the command console and ran pip with pip install numpy onnxruntime imageio

No problems there, downloaded and installed those files.

but in the cmd prompt when i run cli.py . I see nothing, I briefly get a split second of another window trying to open but that window closes immediately and nothing else happens, no error, no nothing

@HugoTini HugoTini added the bug Something isn't working label Mar 12, 2025
@HugoTini
Copy link
Owner

The cli.py does not open any app, it is a simple python script calling the models and so it should not create any window.

How exactly are you running cli.py ?

If you try the following :

  1. Open a terminal (do not try to open cli.py with the terminal, just open a new empty terminal)
  2. Then go to the cli.py folder with cd path/to/deepbump/folder/
  3. Then python3 cli.py path/to/your_input_img.jpg path/to/output.jpg color_to_normals

Then you should get some feedback in the terminal, if you get an error you can report it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants