↓ 65 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"
data_generation/grit/third_party/CenterNet2/detectron2/structures/instances.py:7
↓ 37 callersClassVisualizer Visualizer that draws data about detection/segmentation on images. It contains methods like `draw_{text,box,circle,line,binary_mask,polygon}
data_generation/grit/third_party/CenterNet2/detectron2/utils/visualizer.py:331
↓ 6 callersClassCommonMetricPrinter Print **common** metrics to the terminal, including iteration time, ETA, memory, all losses, and the learning rate. It also applies smoot
data_generation/grit/third_party/CenterNet2/detectron2/utils/events.py:181
↓ 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
data_generation/grit/third_party/CenterNet2/detectron2/modeling/box_regression.py:120