MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / __init__

Method __init__

sat/sgm/models/autoencoder.py:553–560  ·  view source on GitHub ↗
(
        self,
        cp_size=0,
        *args,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

551
552class VideoAutoencoderInferenceWrapper(VideoAutoencodingEngine):
553 def __init__(
554 self,
555 cp_size=0,
556 *args,
557 **kwargs,
558 ):
559 self.cp_size = cp_size
560 return super().__init__(*args, **kwargs)
561
562 def encode(
563 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected