LRNet
LRNet copied to clipboard
demo/model_weights/ff/
Hello. I don't quite understand how you got LRNet/demo/model_weights/ff/g1.h5/g2.h5 I would like to create my own *.h5 files, but I don't understand how to do it
You can refer to the ./training/ - TensorFlow 2.0 section.
However, we stopped maintaining TF version model a long time ago ( you can check the readme.md in ./training/ for reference. ).
Therefore we recommand transfer to PyTorch version instead. We also plan to change the demo model to PyTorch version recently.