Converting a trained model to a cat file is quite tedious. It would be great to have a tool that uses a checkpoint and converts it to a catfile. ```bash python cat_conversion.py checkpoint.pth --level 4 --person 1 --output output.cat ```
Converting a trained model to a cat file is quite tedious.
It would be great to have a tool that uses a checkpoint and converts it to a catfile.