This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from yuyu2172/change-eval-detection
Change eval_detection_voc_ap to eval_detection_voc
- Loading branch information
Showing
6 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from chainercv.evaluations.eval_detection_voc_ap import calc_detection_voc_ap # NOQA | ||
from chainercv.evaluations.eval_detection_voc_ap import calc_detection_voc_prec_rec # NOQA | ||
from chainercv.evaluations.eval_detection_voc_ap import eval_detection_voc_ap # NOQA | ||
from chainercv.evaluations.eval_detection_voc import calc_detection_voc_ap # NOQA | ||
from chainercv.evaluations.eval_detection_voc import calc_detection_voc_prec_rec # NOQA | ||
from chainercv.evaluations.eval_detection_voc import eval_detection_voc # NOQA | ||
from chainercv.evaluations.eval_semantic_segmentation_iou import calc_semantic_segmentation_confusion # NOQA | ||
from chainercv.evaluations.eval_semantic_segmentation_iou import calc_semantic_segmentation_iou # NOQA | ||
from chainercv.evaluations.eval_semantic_segmentation_iou import eval_semantic_segmentation_iou # NOQA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters