fubinfb / NTF

This is the official PyTorch implementation of the paper “Neural Transformation Fields for Arbitrary-Styled Font Generation”.
22 stars 0 forks source link

How to set the cfgs files? #1

Open HuaqingHe opened 1 year ago

HuaqingHe commented 1 year ago

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?

fubinfb commented 1 year ago

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

HuaqingHe commented 1 year ago

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?

fubinfb commented 10 months ago

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