Skip to content

Commit 0a00b18

Browse files
committed
update eval py
1 parent 63d77f5 commit 0a00b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_hqvis.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def ytvos_eval(result_file, result_types, ytvos, get_boundary_out, max_dets=(100
3535
def main(args):
3636
result_file = args.save_path
3737
ytvos = 'ytvos'
38-
ytvos_eval(result_file, ['boundary'], 'ytvis/annotations/ytvis_hq-test-new.json', True, max_dets=(100, 300, 1000))
39-
ytvos_eval(result_file, ['segm'], 'ytvis/annotations/ytvis_hq-test-new.json', False, max_dets=(100, 300, 1000))
38+
ytvos_eval(result_file, ['boundary'], 'ytvis/annotations/ytvis_hq-test.json', True, max_dets=(100, 300, 1000))
39+
ytvos_eval(result_file, ['segm'], 'ytvis/annotations/ytvis_hq-test.json', False, max_dets=(100, 300, 1000))
4040

4141
if __name__ == '__main__':
4242
parser = argparse.ArgumentParser('inference script')

0 commit comments

Comments
 (0)