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

No CV release. #7

Closed
zvezdochiot opened this issue Jan 4, 2023 · 6 comments
Closed

No CV release. #7

zvezdochiot opened this issue Jan 4, 2023 · 6 comments

Comments

@zvezdochiot
Copy link

Hi @rageworx .

See stb-image-srcnn. This is your SRCNN implementation in C without OpenCV. Use stb.

Good luck.

@rageworx
Copy link
Owner

rageworx commented Jan 4, 2023 via email

@zvezdochiot
Copy link
Author

zvezdochiot commented Jan 4, 2023

@rageworx say:

But did you checked my older source code of libsrcnn ?

Yes, I checked. And it exactly repeats the original scheme with memory abuse. I reduced all the layers into one function, reducing the memory of CNN consumption to 32*resize_height*resize_width*sizeof(float) (== 43*resize_image). Total memory usage: source_image+resize_image+CNN=175*source_image=44*resize_image.

Good Luck.

@rageworx
Copy link
Owner

rageworx commented Jan 5, 2023

It was an issue that reported by you, so I made a new branch here,

Regards, Raph.

ps
What meaning of Good Luck ? Something regarding way of your home ? Let me know.

@rageworx
Copy link
Owner

rageworx commented Jan 5, 2023

It will take long term by understanding codes again about 4 years ago.

@rageworx
Copy link
Owner

rageworx commented Jan 5, 2023

Closing this issue, follow this issue : rageworx/libsrcnn#10

@rageworx rageworx closed this as completed Jan 5, 2023
@rageworx
Copy link
Owner

rageworx commented Jan 5, 2023

Appreciate to @zvezdochiot !

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