torchsight.metrics module

Initialize the package.

Import directly to perform more beautiful imports.

See: http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html

Source code
"""Initialize the package.

Import directly to perform more beautiful imports.

See:
http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html
"""
from .iou import iou
from .map import MeanAP

Sub-modules

torchsight.metrics.iou

Module to provide methods to calculate Intersection over Union.

torchsight.metrics.map

Module to compute mAP.

torchsight.metrics.retrieval

Module with metrics for retrievals tasks.