-
Notifications
You must be signed in to change notification settings - Fork 22
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
./examples/tangseng/crf_eval.sh missing #2
Comments
Whoops! My bad. Thank you for notifying me. I'm fixing it.
…On Wed, Jul 26, 2017 at 11:57 AM, adayoegi ***@***.***> wrote:
Hi, I am currently working on step 9, but cannot find crf_eval.sh. Is it
missing or should be created by any other steps? Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AGrDTo7Yvhdgz4eAPzTf9DkwYKwwz_zZks5sRqsugaJpZM4OjXl4>
.
|
Fixed.
…On Wed, Jul 26, 2017 at 11:57 AM, adayoegi ***@***.***> wrote:
Hi, I am currently working on step 9, but cannot find crf_eval.sh. Is it
missing or should be created by any other steps? Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AGrDTo7Yvhdgz4eAPzTf9DkwYKwwz_zZks5sRqsugaJpZM4OjXl4>
.
|
Thanks for your fast reply! Downloaded and get it working! |
Each pixel in segmentation maps is label index. You can map them to color
values for plotting.
A utility library is added. You can use functions in it for showing images
from h5 files, plotting colorful segmentation maps, etc.
Best,
…On Wed, Jul 26, 2017 at 4:44 PM, adayoegi ***@***.***> wrote:
Thanks for your fast reply! Downloaded and get it working.
Besides, could you please provide some hints about how to visualize the
result?
I expect to get something like color segmentation image shown in the demo
webpage, but did not get anything similar after all 10 steps in readme.md
done.
I tried to use HDF5Viewer to convert the .h5 file output from run_all.sh,
the result image looks like a mask (but weird).
Another output form run_all.sh, the json file, is also not something I
expected, the color segmentation image on demo page.
Also tried using export.py to convert the h5 file, and got something like
gray-scale mask. Not RGB segmentation result as expected.
Any hints would be appreciative.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGrDTvVBbp2N-pvfVTBIU9tb2QgiZnqgks5sRu5PgaJpZM4OjXl4>
.
|
Thanks you so much. I will try it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am currently working on step 9, but cannot find crf_eval.sh. Is it missing or should be created by any other steps? Thanks.
The text was updated successfully, but these errors were encountered: