Update denoisinggait.py

This commit is contained in:
Dongyang Jin
2025-08-14 23:09:58 +08:00
committed by GitHub
parent 7c6f448e0f
commit 04de0f5dff
@@ -21,7 +21,6 @@ class DenoisingGait(BaseModel):
self.r = model_cfg['r'] self.r = model_cfg['r']
self.p = model_cfg['p'] self.p = model_cfg['p']
self.threshold = model_cfg['threshold'] self.threshold = model_cfg['threshold']
self.test_da = model_cfg['test_da']
self.AppF = AppearanceFunc() self.AppF = AppearanceFunc()
self.flow3 = FlowFunc(radius=self.r) self.flow3 = FlowFunc(radius=self.r)