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

FIX camvid: get_image_files() reads from folder images; resize_max().shape i.s.o. .size #218

Closed
wants to merge 5 commits into from

Conversation

kdorichev
Copy link
Contributor

No description provided.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@@ -500,7 +527,7 @@
"outputs": [],
"source": [
"camvid = untar_data(URLs.CAMVID_TINY)\n",
"fns = get_image_files(camvid)\n",
"fns = get_image_files(camvid, folders='images')\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Else get_image_files() grabbed masks with _P suffix also; and files with *_P_P.png were not found.

@kdorichev kdorichev changed the title camvid: get_image_files() reads from folder images; resize_max().shape i.s.o. .size FIX camvid: get_image_files() reads from folder images; resize_max().shape i.s.o. .size Sep 25, 2019
@jph00
Copy link
Member

jph00 commented Sep 26, 2019

We've got some conflicts - I'll merge this manually. Thanks!

@jph00 jph00 closed this Sep 27, 2019
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.

None yet

2 participants