We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Notebook 5, cell 2
if os.path.basename(os.getcwd()) != 'PConv-Keras': os.chdir('..') from libs.pconv_model import PConvUnet from libs.util import random_mask, ImageChunker %load_ext autoreload %autoreload 2
No such code is found.
I was able to get it to work by using MaskGenerator, I'm assuming you cleaned up the mask generation code then didn't update the notebook.
I'm working on PR
The text was updated successfully, but these errors were encountered:
From Notebook 5, cell 2 if os.path.basename(os.getcwd()) != 'PConv-Keras': os.chdir('..') from libs.pconv_model import PConvUnet from libs.util import random_mask, ImageChunker %load_ext autoreload %autoreload 2 No such code is found. I was able to get it to work by using MaskGenerator, I'm assuming you cleaned up the mask generation code then didn't update the notebook. I'm working on PR
Call the object "MaskGenerator" from external "util" module. Then, use MaskGenerator(params)._generate_mask().
Best regards,
Sorry, something went wrong.
No branches or pull requests
From Notebook 5, cell 2
No such code is found.
I was able to get it to work by using MaskGenerator, I'm assuming you cleaned up the mask generation code then didn't update the notebook.
I'm working on PR
The text was updated successfully, but these errors were encountered: