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

Make blurring work #33

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

Make blurring work #33

wants to merge 3 commits into from

Conversation

GearKite
Copy link

@GearKite GearKite commented Mar 5, 2024

This patch fixes #31, changes crop_save_dir to /tmp because /data requires root, fixes division by 0 when no Cuda devices are present.

@Stefal
Copy link
Contributor

Stefal commented Mar 9, 2024

If you want to save the crops for unblurring in the future, /tmp isn't a good location.

@GearKite
Copy link
Author

GearKite commented Mar 9, 2024

Oh, yeah, makes sense. But /data still doesn't seem like the best directory. Would it be better to make it configurable somehow?

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.

AttributeError: module 'src.blur' has no attribute 'blurPicture'
2 participants