ken2576 / vision-nerf

Official PyTorch Implementation of paper "Vision Transformer for NeRF-Based View Synthesis from a Single Input Image", WACV 2023.
MIT License
107 stars 12 forks source link

question about reproducing this paper #17

Closed crazy-stycxj closed 2 months ago

crazy-stycxj commented 5 months ago

when i reproduced this paper , use the dataset NMR but i have question like this : File "<__array_function__ internals>", line 200, in stack File "/home4T/cxj/anaconda3/envs/VF/lib/python3.8/site-packages/numpy/core/shape_base.py", line 460, in stack raise ValueError('need at least one array to stack')

i try many method,but i cant handle it ,can you give me some suggestion,thanks

ken2576 commented 4 months ago

It seems like you are missing the files? Could you print out the array in question to see what happened?

crazy-stycxj commented 3 months ago

It seems like you are missing the files? Could you print out the array in question to see what happened?

OK I will check it