projects/deep_video_compression/_utils.py [111:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        model,
        num_pframes,
        loss_functions: LossFunctions,
    ):
        super().__init__()
        self.motion_estimator = model.motion_estimator
        self.motion_encoder = model.motion_encoder
        self.motion_entropy_bottleneck = model.motion_entropy_bottleneck
        self.motion_decoder = model.motion_decoder
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



projects/deep_video_compression/_utils.py [179:189]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        model,
        num_pframes,
        loss_functions: LossFunctions,
    ):
        super().__init__()
        self.motion_estimator = model.motion_estimator
        self.motion_encoder = model.motion_encoder
        self.motion_entropy_bottleneck = model.motion_entropy_bottleneck
        self.motion_decoder = model.motion_decoder
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



