Skip to content

Commit

Permalink
DoubleTaps_4_4_125_1375_mpeg2: Fix name + path
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Nov 5, 2024
1 parent d70d113 commit 32e8f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lvsfunc/models/delowpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ class DoubleTaps_4_4_15_15(_LHzDelowpass):
_model_filename = '1x_lanczos_hz_delowpass_4_4_15_15_fp32.onnx'

@dataclass
class DoubleTaps_4_4_15_15_mpeg2(_LHzDelowpass):
class DoubleTaps_4_4_125_1375_mpeg2(_LHzDelowpass):
"""
Lowpass model for common R2J DVD horizontal lowpassing.
Trained on double 4-taps (1.5, 1.5) + mpeg2 compression.
Trained on double 4-taps (1.25, 1.375) + mpeg2 compression.
"""

_model_filename = '1x_lanczos_hz_delowpass_4_4_15_15_mpeg2_fp32.onnx'
_model_filename = '1x_lanczos_hz_delowpass_4_4_125_1375_mpeg2_fp32.onnx'

0 comments on commit 32e8f78

Please sign in to comment.