Skip to content

Commit cf87206

Browse files
committed
update inference code
1 parent 0eac31f commit cf87206

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

code/test_LA.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,4 @@ def test_calculate_metric():
5252

5353
if __name__ == '__main__':
5454
metric = test_calculate_metric() # 6000
55-
print(metric)
56-
57-
# python test_LA.py --model 0214_re01 --gpu 0
58-
59-
"""
60-
just seg: [ 0.84073031 0.730217 19.01703037 5.08272895]
61-
seg + LSF: [ 0.84228339 0.73333748 17.19975226 4.12422588]
62-
63-
"""
55+
print(metric)

0 commit comments

Comments
 (0)