Fall-detection icon indicating copy to clipboard operation
Fall-detection copied to clipboard

ValueError: need at least one array to concatenate

Open 213pk opened this issue 2 years ago • 0 comments

When I run the program "python ConvLSTMAE_train.py", it shows Traceback (most recent call last):

File ~/anaconda3/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals)

File ~/Fall-detection-master/mrfd/ConvLSTMAE_train.py:46 ADL_windows=convlstm.create_windowed_data(ADL_videos,stride=stride,data_key='FRAME')

File ~/Fall-detection-master/mrfd/trainer/convlstmae.py:66 in create_windowed_data total=np.concatenate(total)

ValueError: need at least one array to concatenate

How to solve the problems? Thanks!

213pk avatar Mar 18 '24 07:03 213pk