EasyVolcap icon indicating copy to clipboard operation
EasyVolcap copied to clipboard

Traceback training custom dataset

Open briancantwe opened this issue 1 year ago • 5 comments

Hello! I've gone through the examples and am now setting up my own data for training. I believe I've followed all conventions and steps, but I get this traceback when I try to train:

evc -c configs/exps/l3mhet/l3mhet_testdata.yaml -t train
2024-01-25 08:09:29.854112 easyvolcap.scripts.main -> preflight: Starting experiment: l3mhet_svr_punch, command: main.py:80
                           train
2024-01-25 08:09:30.411467 easyvolcap.utils.console_utils -> inner: Runtime exception: 0-dimensional   console_utils.py:341
                           array given. Array must be at least two-dimensional

LinAlgError: 0-dimensional array given. Array must be at least two-dimensional
*** 0-dimensional array given. Array must be at least two-dimensional
> /home/proclocal/miniconda3/envs/easyvolcap/lib/python3.11/site-packages/numpy/linalg/linalg.py(206)_assert_stacked_2d(
    204     for a in arrays:
    205         if a.ndim < 2:
--> 206             raise LinAlgError('%d-dimensional array given. Array must be '
    207                     'at least two-dimensional' % a.ndim)
    208
    

Any ideas what I might be doing wrong?

Thanks!

briancantwe avatar Jan 25 '24 16:01 briancantwe