MCPcopy Create free account
hub / github.com/amdegroot/ssd.pytorch / __init__

Method __init__

utils/augmentations.py:105–106  ·  view source on GitHub ↗
(self, size=300)

Source from the content-addressed store, hash-verified

103
104class Resize(object):
105 def __init__(self, size=300):
106 self.size = size
107
108 def __call__(self, image, boxes=None, labels=None):
109 image = cv2.resize(image, (self.size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected