mobile conversion script for FBCNN (a JPEG artifact denoiser)
mainly for DeJPEG
-
clone FBCNN
-
overwrite
models/fbcnn_network.pywith my patched one that is ONNX compatible -
create a Python env
you know the drill
-
pip install -r requirements.txt -
download the original FNCNN models and move to
model_zoo -
then edit
convert_mobile.pyto the correct filenames and run
note: theres a float16 conversion script that may or may not work (ymmv)