File size: 345 Bytes
f670afc
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Copyright (C) 2021 NVIDIA CORPORATION & AFFILIATES.  All rights reserved.
#
# This work is made available under the Nvidia Source Code License-NC.
# To view a copy of this license, check out LICENSE.md
from .common import get_segmentation_hist_model, get_miou,compute_hist

__all__ = ['get_segmentation_hist_model', 'get_miou','compute_hist']