-
Notifications
You must be signed in to change notification settings - Fork 31
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
viewer.exe not working #22
Comments
Answer to: #23 (comment) Hi, @dm-de, I will try to answer your questions here to keep these two different topics separate.
I think the folders themselves that containing the training epochs are the checkpoints. Yes, they are not called checkpoints. That surprised me too, but I think the description in the readme file is just a structure tree.
From what I currently know, you don't need the I have a 3090 with 24GB VRAM. I also suspect that something has been compiled badly for you or is a question of admin rights. Have you tried to recompile it?
|
I am disappointed. My 8GB VRAM is probably not enough. :-( train on the other hand works (but only with train_crop_size param) |
Hey, here are my test results. VRAM usage: Here is my VRAM usage in various scenes (1.1 GB, is already occupied on my system without the viewer, so that's where it comes from):
Each scene should work with 8GB of VRAM, but if you have problems try the smaller scenes rather than the largest ones. Result: If the experiments folder has been removed: To open a scene, the scenes folder AND the experiments folder must exist. With removed experiments folder it dosnt work. But I have it like in your first screenshot and that works fine.
You need:
These are the things I paid attention to when compiling for the twentieth time, maybe it will help. Otherwise I don't know what to do next. |
Hi, yes, the folders in the tt_experiments.zip and tt_scenes.zip are named the same. Sorry for the oversight, I will update this in the supplemental soon. In the meantime, you can rename the folders in the experiments however you want. Thanks @iFimo, yes the viewer fails if the experiments folder is completely missing, otherwise if the folder exists but no experiments are present just the Model View of the point cloud will start and you will be unable to switch to Neural View. I just retried on Windows with a RTX2070 and my VRAM measurements were similar to @iFimo. Maybe try to start the viewer with |
I (dm-de = lh-dm) got viewer working without crash. |
Hi, that is indeed odd! But I'm happy that it is working for you :) |
I can't get viewer to work.
I have downloaded "tt_scenes.zip" and unzipped it in the scene folder.
I downloaded "tt_experiments.zip" and unzipped it in the experiments folder.
This is what it currently "experiments" looks like for me:
But it should look so (???):
I am already confused - here are no checkpoints.
I tried it anyway:
And then it stops... no error... but i found in %AppData% huge crash dump files - each over 1GB:
Then I started to train...
That didn't work first and stopped at Epoch 1.
complete log:
log.txt
Then I changed the crop-size and this solved:
--TrainParams.train_crop_size 256
I managed to train up to epoch 10.
Epoch 10 was my goal - it's OK for the 1st run.
This is my generated data:
The question is now... how can I view it? Nothing seems to work...
My GFX-Card has 8 GB and is during training fully loaded (>7 GB).
The text was updated successfully, but these errors were encountered: