zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

Problem running demo.py No such file or directory: './checkpoints' #108

Closed hyh16601377106 closed 1 year ago

hyh16601377106 commented 2 years ago

2022-08-11 13:50:43.147 | INFO | main::35 - Found SyncedPoses.txt, skipping data pre-processing... 2022-08-11 13:50:43.147 | INFO | main::37 - Running NeuralRecon... 2022-08-11 13:50:43.154 | INFO | main::50 - Initializing the model on GPU... Traceback (most recent call last): File "/mnt/c/Users/25717/Desktop/NeuralRecon/NeuralRecon-master/demo.py", line 55, in saved_models = [fn for fn in os.listdir(cfg.LOGDIR) ]#if fn.endswith(".ckpt")] FileNotFoundError: [Errno 2] No such file or directory: './checkpoints'

hyh16601377106 commented 2 years ago

我又回来了,是个新手,请大家指正,经过查询作者将这个文件夹没有上传,后来我自己在文件下建立一个发现还是缺少文件,文件为。ckpt文件,这句话最后要找个。cpkt文件,我不知道为啥,去everything搜了一下,发现我前几天下载过一次,我真忘了啥时候下的,不过将它放在新建立的文件下,就成功运行了 demo