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

How to add new ncnn model to the program and execute in the command line #60

Open
jamesjiang221 opened this issue Jan 23, 2024 · 1 comment

Comments

@jamesjiang221
Copy link

Hi, I have an onxx with x2 upscaled model converted to ncnn model with .param .bin, how do use this new model and execute in the command line? Dragging .param an .bin to "models" folder does not work when executing the model with its name after "-n", would it be any edits needed from the source code and recompile?

@NeedsMoar
Copy link

That will work if it's a compatible esrgan model, but a bunch of them aren't and need either this one specific branch of it that isn't available for ncnn or precompiled or potentially some other upscaler base program entirely if they were named wrong.

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