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

Fixed bug in loadAndOverSegDataset #11

Closed

Conversation

rodrigob
Copy link
Contributor

The desired boundary detector was not being used.

The key change is detector = getDetector() -> detector = getDetector(detector=detector_name)

@philkr
Copy link
Owner

philkr commented May 25, 2015

is this still needed or was it all part of #10 ?

@rodrigob
Copy link
Contributor Author

My github-foo is limited (I am more of a mercurial guy); turns out that pushing the commit in the main branch updated (automagically) the pull request. So indeed #10 included both commits.

(Lesson learned: in github projects, never commit on the main branch, only on task specific ones)

This can be safely closed.
Note that this bug might have affected (mildly) obtained results since "sf" was used instead of "mssf" (despite the cache file saying "mssf").

@rodrigob rodrigob closed this May 25, 2015
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.

2 participants