ActiveVisionLab / nope-nerf

(CVPR 2023) NoPe-NeRF: Optimising Neural Radiance Field with No Pose Prior
https://nope-nerf.active.vision/
MIT License
372 stars 30 forks source link

Problems encountered in the reproduction process #13

Open Lijingbohere opened 1 year ago

Lijingbohere commented 1 year ago

I am having problems reproducing the test example, the program does not go down, my configuration file and running code are as follows, what is wrong with me that causes the program to fail to reproduce (nope-nerf) lijingbo@Super-Server:~/nope-nerf-main$ CUDA_VISIBLE_DEVICES=1 python preprocess/dpt_depth.py configs/preprocess.yaml /home/lijingbo/anaconda3/envs/nope-nerf/lib/python3.8/site-packages/timm/models/_factory.py:114: UserWarning: Mapping deprecated model name vit_base_resnet50_384 to current vit_base_r50_s16_384.orig_in21k_ft_in1k. model = create_fn( image image

bianwenjing commented 1 year ago

Hi, it seems you ran the pre-processing step to generate the depth maps. Can you give some more details about the problem?