AlextheEngineer
AlextheEngineer
Solving this issue for pytorch3d made it work for me on windows 10. https://github.com/facebookresearch/pytorch3d/issues/323
Setting nvcc_args = [ '-gencode', 'arch=compute_75,code=compute_75' ] in the setup.py fixed the boundary issue for me, running with pytorch1.6.0, CUDA11.1, NVIDIA GeForce RTX 2080 Ti on Windows 10.
Hi, thanks for your interest. I would first download it to a local machine and then transfer it to the remote machine. Hope this helps!
The dataset is provided as mutiple rar files, so you would be able to download some and transfer some and delete the transferred ones from the local machine. However, I'm...
I got background composition working by using the "encode_first_stage" function to encode the background image, then passing encoded background tensor as well as a mask to the "sample" function. Code...
Thanks for the response! For starter I'm trying to go through the rendering steps (including steps before step7). 1. I downloaded the interhand 5fps data and ran python utils/dataset_gen/interhand.py --data_path...