mobile conversion script for FBCNN (a JPEG artifact denoiser)
mainly for DeJPEG
-
clone FBCNN
-
overwrite
models/fbcnn_network.py
with 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.py
to the correct filenames and run