Yujie Yuan
Yujie Yuan
Thanks for your interest in our work! We use [NeuS](https://github.com/Totoro97/NeuS) to extract the triangular mesh, and the training is not difficult. We are preparing to release the pre-trained models and...
Hello! Sorry for the late reply as I am working on other projects now. We now provide a ready-to-use dataset along with the pre-trained model and intermediate results. Now the...
Updating to PyTorch 1.10.0 also solved my problem.
I also encountered this `FileNotFoundError`. Does anyone have some clues on how to solve this problem?
Can you provide specific error information, and are these datasets from official websites?
The first issue is that the mesh itself has problems, it may not be a manifold. The second issue is that there are redundant values in the face attribute in...
This error is caused by loading the previous dataset partition file `.dat`, but the new dataset does not have the same amount of data as the previous dataset. It is...
We do some preprocessing to the camel dataset. Here is the [link](https://drive.google.com/file/d/13xzABPo_WMOAZt4oG9g3yrCP54SxF3-e/view?usp=sharing) to the camel dataset we used in our experiments. It should be noted that the code should also...
Thanks for your advice! I did use Blender to generate the dataset and modified the code that generates the rays accordingly. I will try the config file you specified for...
With your suggestion, I tried training again, and this time the noise in the tri-plane was much less. At least I could see the approximate shape of the model clearly,...