Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Sep 6, 2023
1 parent 25d0969 commit 304f011
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ def setUp(self) -> None:
self.datasets = [dataset_coco_val, dataset_aic_val]

self.metrics = [
dict(type='CocoMetric', ann_file='tests/data/coco/test_coco.json'),
dict(
type='CocoMetric',
ann_file='data/coco/annotations/person_keypoints_val2017.json'
),
dict(
type='CocoMetric',
ann_file='data/aic/annotations/aic_val.json',
ann_file='tests/data/aic/test_aic.json',
use_area=False,
gt_converter=aic_to_coco_converter,
prefix='aic')
Expand Down

0 comments on commit 304f011

Please sign in to comment.