mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-16 08:27:45 +01:00
Fix HD multi
This commit is contained in:
@@ -147,7 +147,7 @@ python3 benchmark/MiddelBury_Other.py
|
|||||||
python3 benchmark/HD.py
|
python3 benchmark/HD.py
|
||||||
# "PSNR: 32.124"
|
# "PSNR: 32.124"
|
||||||
python3 benchmark/HD_multi.py
|
python3 benchmark/HD_multi.py
|
||||||
# "PSNR: 19.92(544*1280), 30.03(720p), 26.71(1080p)"
|
# "PSNR: 18.89(544*1280), 28.83(720p), 24.96(1080p)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Training and Reproduction
|
## Training and Reproduction
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ for data in name_list:
|
|||||||
psnr = 20 * math.log10(PIXEL_MAX / math.sqrt(mse))
|
psnr = 20 * math.log10(PIXEL_MAX / math.sqrt(mse))
|
||||||
else:
|
else:
|
||||||
print('Not Implement')
|
print('Not Implement')
|
||||||
psnr_list.append(psnr)
|
psnr_list.append(psnr)
|
||||||
print(np.mean(psnr_list))
|
print(np.mean(psnr_list))
|
||||||
tot.append(np.mean(psnr_list))
|
tot.append(np.mean(psnr_list))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user