MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / concat

Method concat

detrsmpl/core/cameras/cameras.py:335–340  ·  view source on GitHub ↗
(self, others)

Source from the content-addressed store, hash-verified

333 resolution=image_size)
334
335 def concat(self, others) -> 'MMCamerasBase':
336 if isinstance(others, type(self)):
337 others = [others]
338 else:
339 raise TypeError('Could only concat with same type cameras.')
340 return concat_cameras([self] + others)
341
342
343@CAMERAS.register_module(name=('WeakPerspectiveCameras', 'WeakPerspective',

Callers 1

forwardMethod · 0.80

Calls 1

concat_camerasFunction · 0.85

Tested by

no test coverage detected