MSE-CNN Implementation 1
Code database with the implementation of MSE-CNN, from the paper 'DeepQTMT: A Deep Learning Approach for Fast QTMT-based CU Partition of Intra-mode VVC'
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
msecnn_raulkviana.msecnn.QP_half_mask Class Reference
Inheritance diagram for msecnn_raulkviana.msecnn.QP_half_mask:

Public Member Functions

 __init__ (self, QP=32)
 
 normalize_QP (self, QP)
 Normalize the QP value.
 
 forward (self, feature_maps)
 This function implements the QP half mask operation.
 

Public Attributes

 QP
 

Constructor & Destructor Documentation

◆ __init__()

msecnn_raulkviana.msecnn.QP_half_mask.__init__ (   self,
  QP = 32 
)

Member Function Documentation

◆ forward()

msecnn_raulkviana.msecnn.QP_half_mask.forward (   self,
  feature_maps 
)

This function implements the QP half mask operation.

Parameters
[in]feature_mapsVariable with the feature maps
[out]new_feature_mapsOutput which differs from the input by half of the feature

◆ normalize_QP()

msecnn_raulkviana.msecnn.QP_half_mask.normalize_QP (   self,
  QP 
)

Normalize the QP value.

Parameters
[in]QPQP value not normalized
[out]q_tildeNormalized value of QP

Member Data Documentation

◆ QP

msecnn_raulkviana.msecnn.QP_half_mask.QP

The documentation for this class was generated from the following file: