↓ 36 callersClassVisualizer Visualizer that draws data about detection/segmentation on images. It contains methods like `draw_{text,box,circle,line,binary_mask,polygon}
detectron2/detectron2/utils/visualizer.py:331
↓ 7 callersClassCommonMetricPrinter Print **common** metrics to the terminal, including iteration time, ETA, memory, all losses, and the learning rate. It also applies smoot
detectron2/detectron2/utils/events.py:195
↓ 4 callersClassDensePoseEmbeddingPredictorOutput Predictor output that contains embedding and coarse segmentation data: * embedding: float tensor of size [N, D, H, W], contains estimated em
detectron2/projects/DensePose/densepose/structures/cse.py:11
↓ 4 callersClassSwapAlign2Nat The op `SwapAlign2Nat` described in https://arxiv.org/abs/1903.12174. Given an input tensor that predicts masks of shape (N, C=VxU, H, W),
detectron2/projects/TensorMask/tensormask/layers/swap_align2nat.py:32