準確性檢查程式組態檔案中的專案,用於處理輸入資料集與輸出。
- 使用型號 SR-fsrix-x4-fp32 的 Ran Accuracy Checker,輸入形狀 [1,3,339,510] 和值從 0 - 255。
- 收到的 PSNR 低於預期。
當輸入資料集形狀不同于模型的預期輸入形狀時,請在組態中新增 介面卡、 後處理和 預先處理 區段 .yml 檔案,以正確轉換輸入資料集並處理輸出。
範例專案:
launchers:
adapter:
type: super_resolution
;reverse_channels: true
std: 255.0
cast_to_uint8: True
datasets:
postprocessing:
- type: resize
apply_to: annotation
preprocessing:
- type: resize
dst_height: 339
dst_width: 510
- type: normalization
std: 255.0