[66de0a]: / opengait / evaluation / __init__.py

Download this file

4 lines (3 with data), 135 Bytes

1
2
3
from .metric import mean_iou
from numpy import set_printoptions
set_printoptions(suppress=True, formatter={'float': '{:0.2f}'.format})