alvinliu0/HumanGaussian

lauch init takes too long to finish

xh38 opened this issue · 4 comments

xh38 commented

100000 points' initialization takes more than 20 minutes on a RTX4090. Is it normal?

The CodeSnapshotCallback seems try to save all the files in this project. Consequently, as the number of generated results increases, files have been recursively duplicated, causing an exponential accumulation of data and time...

Maybe need to add a .gitignore file?

Hi, many thanks for your interest in our work:)

Yes, this problem is indeed caused by forgetting to add a .gitignore file into this repo, which makes the code copying callback always replicating all the files under this repository. And sincerely thank @oneThousand1000 for giving advice and @xh38 for pointing out this:)

Best,