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

Object Detection API: Fix the offline evaluation pipeline #6156

Closed
wants to merge 4 commits into from

Conversation

morincl
Copy link

@morincl morincl commented Feb 5, 2019

These fixes have been tested with Pascal VOC evaluation and MS COCO evaluation.

Fixes #3252 and #5369 among others.

Due to changes in research/object_detection/utils/config_util.py
introduced by 99256cf.
Call to str.join() with List[bytes] is invalid in Python 3. This fix
should work both in Python 2 and in Python 3.
unicode has been removed in Python 3. This code should work both in
Python 2 and in Python 3.
research/object_detection/legacy/evaluator.py can be replaced by
research/object_detection/eval_util.py in order to bring per-category
metrics.
@morincl morincl changed the title Object Detection API: Fix offline evaluation pipeline Object Detection API: Fix the offline evaluation pipeline Feb 11, 2019
@morincl morincl closed this Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

offline_eval_map_corloc: TypeError (expected str instance, bytes found)
2 participants