fubinfb / NTF

This is the official PyTorch implementation of the paper “Neural Transformation Fields for Arbitrary-Styled Font Generation”.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set the cfgs files?

HuaqingHe opened this issue · comments

Hi~ Thanks for the great job!
I try to imitate the yaml files of other sections in FFG to build default.yaml, but I don't know what the corresponding hyperparameters should be in the work. Could you improve the NTFmodel.dataset_NeRFMS, default.yaml and other files?

commented

Thanks for your reminder. We have uploaded dataset_NeRFMS and default.yaml.

Hi~The code is well written! I completed the training without much effort, but I ran into problems after the training was over. When testing, I found that I was missing default.yaml, and the error message was as follows: FileNotFoundError: [Errno 2] No such file or directory: 'cfgs/data/eval/default.yaml'. After I copied the default file during training, I found that there is no NTF-related load model module in the inference.py file. Can you update the relevant code?

Hi, Huaqing He, I didn't use 'cfgs/data/eval/default.yaml' this file in my code. Could you please provide more information?