Skip to content

Added NAFNet quantized model for deblurring DNN sample #295

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abhishek-gola
Copy link

@abhishek-gola abhishek-gola commented May 22, 2025

Added NAFNet quantized model for deblurring DNN sample.

Quantized model size: 88MB

@abhishek-gola abhishek-gola requested a review from fengyuentau May 22, 2025 08:32
@abhishek-gola abhishek-gola self-assigned this May 22, 2025
@abhishek-gola abhishek-gola added this to the 5.0 milestone May 22, 2025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since 5.0 is required, could you check opencv version in demo? Example:

# Check OpenCV version
opencv_python_version = lambda str_version: tuple(map(int, (str_version.split("."))))
assert opencv_python_version(cv.__version__) >= opencv_python_version("4.10.0"), \
"Please install latest opencv-python for benchmark: python3 -m pip install --upgrade opencv-python"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you install git-lfs on your host and re-push them as lfs-track object?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you install git-lfs on your host and re-push them as lfs-track object?

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

Successfully merging this pull request may close these issues.

2 participants