alexzhou907 / DreamPropeller

Apache License 2.0
83 stars 0 forks source link

how to export 3d file? #3

Closed yaojinzhen closed 4 months ago

yaojinzhen commented 4 months ago

Hi, I successfully ran the _launchspeedup.py file for training, but when I tried to export a 3D file by changing -- train to -- export, I found that the program could not run. I carefully checked the _launchspeedup.py and _launchbaseline.py in the project and found that there were export parameters inside, but never used. When I tried to export 3D files using launch. py in threshtudio, I found it to be incompatible with this project. So how can I export 3D files, or does the project not provide this function?

alexzhou907 commented 4 months ago

Sorry for the delay! You are correct I did not implement export 3D files. I only checked correctness of visualizing via video. If you manage to figure out how to export 3D model, please consider submit a pull request!