Hi, thank you for your great work on this project!
I tried running the first example using the command from the README:
python main.py --root examples --output results --model Hunyuan --N 1 --n 0 --skip 5 --seed 42 --use_vggt --use_tracking --tracking_camera_radius 8 --blender_path blender-4.2.1-linux-x64/
However, after running it for the whole afternoon, only several (mainly those ending with 1 and 6) meshes and images were generated in the results folder.
I checked htop, and it seems that only one CPU core is fully utilized (100%), while the others are idle.
May I ask how long it usually takes to finish one example?
Is it normal that only a single CPU core is used during the optimization?
Thanks again for your excellent work!