↓ 36 callersClassInstances This class represents a list of instances in an image. It stores the attributes of instances (e.g., boxes, masks, labels, scores) as "fields"
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/structures/instances.py:7
↓ 4 callersClassBox2BoxTransformRotated The box-to-box transform defined in Rotated R-CNN. The transformation is parameterized by 5 deltas: (dx, dy, dw, dh, da). The transformation
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/modeling/box_regression.py:140
↓ 3 callersClassCommonMetricPrinter Print **common** metrics to the terminal, including iteration time, ETA, memory, all losses, and the learning rate. To print something d
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/utils/events.py:156
↓ 3 callersClassGenericMask Attribute: polygons (list[ndarray]): list[ndarray]: polygons for this mask. Each ndarray has format [x, y, x, y, ...]
imagdressing/preprocess/humanparsing/mhp_extension/detectron2/detectron2/utils/visualizer.py:58