Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Feb 17, 2021
2 parents dbad812 + 22c3c7d commit c3147eb
Show file tree
Hide file tree
Showing 13 changed files with 313 additions and 1,499 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
build
dist
.vscode

*.pyc
__pycache__
python/build
Expand Down
197 changes: 29 additions & 168 deletions README.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions benchbot_eval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import evaluator, omq, class_list, iou_tools
from . import evaluator, validator

from .evaluator import Evaluator
from .validator import Validator

__all__ = ['evaluator', 'iou_tools', 'class_list', 'omq']
__all__ = ['evaluator', 'validator']
68 changes: 0 additions & 68 deletions benchbot_eval/class_list.py

This file was deleted.

Loading

0 comments on commit c3147eb

Please sign in to comment.