-
Notifications
You must be signed in to change notification settings - Fork 58
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
some problems when I run ./script/template.sh #4
Comments
And,also, when I delete the rendered_seq, aux_seq = self.eval() in train.py, the question do not happen. I am very confused about the problem. |
The issue happened to me when environment/packages are not installed properly. There are two things to check: |
Of course, I create conda environment based on your misc/banmo-cu113.yml.
I I am very interested in your series of work, and Could I get your contact information and ask your more details about ViSER and banmo ^ ^ |
Thanks for the info. Can you provide a full backtrace log? I’ll look into this bug. You may reach me by email. |
Thank you for your kind reply
|
The issue about vars_np['mesh_rest'], I find the reason is that I annotated following code to smooth training since above problem.
I find this code is very useful as it is able to update mesh['mesh_rest']. |
It was tested on 3090 so I suppose it's not a hardware issue. The error log was not very useful unfortunately. It's likely a pytorch3d issue. While I'm trying to reproduce it on a new machine, there are a few things to try.
|
thanks for your suggestions. |
Hi, could u tell me the sm of your 3090? If your compute capbility is sm_86, does sm_86 compatible torhc1.7 & cuda11.0? I have a 3070S GPU, and the NVIDIA CUDA DOC said the cuda11.0 support =<sm_80. I'm so confused. |
To use more recent architectures, you may need to replace these two lines with a compatible cuda version. For reference I was using
for 3090s. Let me know if it does not work. |
Indeed, you may directly use the cuda 11.3 option for installation here. |
Thanks for your great job.
When I run your code to fit my video.
there has some problem, in train_one_epoch()
I debug it and find the bug happened when
self._num_faces_per_mesh.unique() ==1 403 line in pytorch3d/meshes.py
I got *** RuntimeError: std::bad_alloc*** issue.
I don't know why? all the environments are installed according to your yaml.
2*3090 are used when I run your code.
The text was updated successfully, but these errors were encountered: