-
Notifications
You must be signed in to change notification settings - Fork 94
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
hello can you help with models? #20
Comments
Sorry I can't help you with that. In fact the work I have done is very small. As the readme shows, these projects have original projects (use Python language and .pth models), nihui produced inference in c language and ncnn models. This repository uses nihui's results directly. |
Ok thank you. Do you know what settings are better for ncnn for video conversion? Like the net.opt are different? |
Anyone? Thanks |
A model processing video is actually to parse the video into multiple pictures, then process each image separately, and finally connect these pictures into a video again. |
I'm not sure which model you used? realesrgan pth model to ncnn model: |
Hello
i have a free app with code for thermal camera and i want to try the models you have in this git but the problems is that my app use opencv which know only *.pb or *.onnx models and i'm stuck
can you help me somehow? thank you
The text was updated successfully, but these errors were encountered: