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

Inconsistent Label Resizing during evaluation #2

Open
swamiviv opened this issue Sep 15, 2017 · 1 comment
Open

Inconsistent Label Resizing during evaluation #2

swamiviv opened this issue Sep 15, 2017 · 1 comment

Comments

@swamiviv
Copy link

Hi, Nice work! I have a query regarding your evaluation.

In your paper you have mentioned that: " Since we have to resize the images before feeding them to the segmentation network, we resize the output segmentation mask back to the original image size before running the evaluation against the groundtruth annotations. "

However, in warp_data.py which is called by your eval. code, it seems like the label is also resized to (320,640).

Can you please clarify this inconsistency for me ? Thanks!

@YangZhang4065
Copy link
Owner

Thank you for your interest! As mentioned in the 'note' section at the end of our GitHub, this is actually a Keras 2 reimplementation of original Keras 1 version in our ICCV paper. We also cleaned up the messy code. This only serves as a demo purpose.

In the original evaluation code which we used in the ICCV paper, we have a set of another load/resize code to make sure the prediction masks are resized back to the original size.

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