MCPcopy Create free account
hub / github.com/devinxzhang/MFuser / forward_dummy

Method forward_dummy

mmseg/models/segmentors/encoder_decoder.py:133–137  ·  view source on GitHub ↗

Dummy forward function.

(self, img)

Source from the content-addressed store, hash-verified

131 return losses
132
133 def forward_dummy(self, img):
134 """Dummy forward function."""
135 seg_logit = self.encode_decode(img, None)
136
137 return seg_logit
138
139 def forward_train(self,
140 img,

Callers

nothing calls this directly

Calls 1

encode_decodeMethod · 0.95

Tested by

no test coverage detected