Views
No views yet
003_realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN.pth
(SHA-256 99adfa91350a84c99e946c1eb3d8fce34bc28f57d807b09dc8fe40a316328c0a).
Copyright (c) 2021 Jingyun Liang. Licensed under the Apache License, Version 2.0.
Architecture reference commit: 6545850fbf8df298df73d81f3e8cba638787c8bd.task=restore, scale=4).
Tensor-level parity vs the official model is exact (max_abs_diff == 0, fp32).
Converted with weights/convert_swinir_weights.py from the
LibreYOLO source repository
(converted-file SHA-256 373e2397ab8c8fc71308808683da025e98c5f845ea7588e3f65009a516ed985e).1from libreyolo import LibreYOLO
2
3model = LibreYOLO("LibreSwinIRl-restore.pt")
4res = model.predict("small.jpg") # res.restored is 4x the input
5res.save("upscaled.png")
6# large images: model.predict("big.jpg", tile=256) # halo-padded tiling