-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the result looks not that good #5
Comments
Hi, This looks wrong. I think something else is not working at all. It is not because of tinycudann because we use that only for the 2nd stage of training. However, it is possible that during the first stage we get a proper mesh, but due to the wrong installation of tinycudann, the mesh diverges completely in the 2nd stage.
|
These two are from the first stage of training correct? Which dataset are you using? And can you show me grid_0? To check if the data is correct? maybe there is a problem with the dataset? As a sanity check can you run on the dataset provided by IMavatar? |
I see the problem. Can you verify if you have changed something? It’s not loading the data at all. |
I came across a similar problem when simply running the " python train.py --config configs/001.txt " in README. I didn't change any other code except adjust the dataset_util.py in flare/dataset -- replace the |
@adrianJW421 Can you elaborate what you mean by similar problem? I think the problem with @Orange-Ctrl is that the data is not loading correctly at all. |
hello! |
Hello@Orange-Ctrl Could you share your env setting? my code is also based on RTX3090, but it couldn't work, just "Re-initializing main() because the training of light MLP diverged and all the values are zero" for all the time... |
I met this problem before #4 . requirement.txt lack of the module robust_loss_pytorch, |
I trid installing this lib, but it didn't change anthing... My pytorch version is 1.13.1 by "conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia", cudatookit is 11.3 |
OK, I'll try, thanks so much! @Orange-Ctrl |
hi!@sbharadwajj
instead of the origin
|
@Orange-Ctrl can you tell me the quantitative results on yufeng dataset? I will verify if I have the same. I will look into why you had to change the mask code soon. |
|
The numbers look correct for Yufeng dataset. I assume the first row of results are when the training diverged correct? I will get back to you about the mask. |
ok, thank you so much~ |
I also receive right results by following @Orange-Ctrl 's answer, and making sure that all necessary packages like "robust_loss_pytorch" is correctly installed. Besides, I made another change at def _load_semantic(fn): |
hi @adrianJW421, @Orange-Ctrl While changing the mask code makes the code run, it is not exactly correct as the mask values are binary and not continuous anymore. Could you please share a single mask image with me? When I tested now by downloading IMavatar's data, this code seems to work for me:
|
Hi,
thank you for your great work!
I run the code on rtx 3090 and the training process works well. But the result I got looks so strange. Yesterday you told me to fix the tiny-cuda-nn warning
tinycudann was built for lower compute capability ({cc}) than the system's ({system_compute_capability}). Performance may be suboptimal.
and I just can't fix it by now. But maybe the result won't be that bad because of the warning?Can you give me some advice to fix this. Thank you in advance!
The text was updated successfully, but these errors were encountered: