Fall-detection
Fall-detection copied to clipboard
ValueError: need at least one array to concatenate
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!