×
Model Requirements
The model must meet the following requirements:
- File format: .onnx
- Input shape: [1, 3, H, W] (NCHW format)
- Input type: float32
- Input range: 0-1 (normalized RGB values)
- Output shape: [1, 3, H*scale, W*scale]
- Output type: float32
- Output range: 0-1 (normalized RGB values)
Note: This tool was made for ESRGAN models, but it should work with any ESRGAN-like model that has the same input and output dimensions.