↓ 39 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"
OpenSelfSup/benchmarks/detection/detection/detectron2/structures/instances.py:7
↓ 26 callersClassVisualizer Visualizer that draws data about detection/segmentation on images. It contains methods like `draw_{text,box,circle,line,binary_mask,polygon}
OpenSelfSup/benchmarks/detection/detection/detectron2/utils/visualizer.py:312
↓ 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
OpenSelfSup/benchmarks/detection/detection/detectron2/modeling/box_regression.py:114
↓ 4 callersClassCommonMetricPrinter Print **common** metrics to the terminal, including iteration time, ETA, memory, all losses, and the learning rate. It also applies smoot
OpenSelfSup/benchmarks/detection/detection/detectron2/utils/events.py:179
↓ 1 callersClassColorAugSSDTransform A color related data augmentation used in Single Shot Multibox Detector (SSD). Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy,
OpenSelfSup/benchmarks/detection/detection/projects/PointRend/point_rend/color_augmentation.py:8