-
Notifications
You must be signed in to change notification settings - Fork 19
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
corresponPixels function #1
Comments
No commented is completey right! You need to compile this function. In |
Error: File: evaluation_bdry_image.m Line: 92 Column: 61 |
Are you sure that you don't use Also please give details on when this error occurs and why you can't build the benchmark. The above error message doe snot seem to stem from building, does it? |
Hi, I also got this problem. So a simple to fix this problem is to (1) rename those 'groundTruth' cell in the groundTruth .mats to something like 'GT', and (2) replace the word 'groundTruth' to 'GT' in evaluation_bdry_image.m. |
Ah OK, thanks for the info. I wasn't aware of this change. I will add a note to the README for this issue. |
Sir in the test_benchmarks.m, imgDir = 'data/BSDS500/images'; |
These are the output directories as far as I remember. You do not need to create them in advance. |
I understood sir. it was my mistake. Thank you so much for your response.
…On Tue, Dec 1, 2020 at 2:34 AM David Stutz ***@***.***> wrote:
These are the output directories as far as I remember. You do not need to
create them in advance.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVKVLA4S45UKDBH4DF4U6TSSQCF5ANCNFSM4DO4MXBA>
.
|
Hello, I got a problem with the function CorrespondPixels.
When I downloaded extended-berkeley-segmentation-benchmark this function was fully commented. I uncommented the lines 1, 28, 30, 32, 34, 36, 38 and added "function" at the beginning of the l 1 and "end" at the l 40.
But I can't modify anything else and don't really understand to what correspond the lines 28 to 38, and how to find match1.
The text was updated successfully, but these errors were encountered: