NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.13k stars 223 forks source link

train program is stucked #39

Closed derrick-xwp closed 2 years ago

derrick-xwp commented 2 years ago

DatasetNERF: 100 images with shape [800, 800] DatasetNERF: 200 images with shape [800, 800] Encoder output: 32 dims Warning: Lock file exists in build directory: 'C:\Users\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu113\renderutils_plugin\lock' Using C:\Users\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu113 as PyTorch extensions root...

JHnvidia commented 2 years ago

Hi,

This is related to how pytorch builds extensions and can happen if you kill the program (Ctrl+C or close the command window) while any pytorch extension is compiling. You can just manually delete the lock file and it should solve the issue.