• XYZ_916's avatar
    Scale frames before fight action recognition (#6170) · 1c4da10b
    XYZ_916 提交于
    * Scale frames before fight action recognition
    
    * put
    short_size = self.cfg["VIDEO_ACTION"]["short_size"]
    scale = Scale(short_size)
    out of while
    
    * change class name from Scale to ShortSizeScale
    1c4da10b
preprocess.py 14.2 KB