JaeLee18 / ACM-TOG-Latent-L-systems-Transformer-based-Tree-Generator

ACM TOG, Latent L-systems: Transformer based Tree Generator, https://dl.acm.org/doi/10.1145/3627101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After training, how to use the config. json, best. psh, and best. psh

jacksea001 opened this issue · comments

commented

1 After training, how to use the config. json, best. psh, and best. psh files obtained from the bird-train_all file?
2 Can you directly load it into your UniEngine and convert it to 3D mesh?

commented

1 After training, how to use the config. json, best. pth?
2 Can you directly load it into your UniEngine and convert it to 3D mesh?

  1. Please check generate.py to use files from the preprocessing and training.
  2. Yes, using PlantArchitect https://github.com/edisonlee0212/PlantArchitect, you can load *.lstring file. I will make a tutorial for this.