Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: need at least one array to concatenate #7

Open
213pk opened this issue Mar 18, 2024 · 0 comments
Open

ValueError: need at least one array to concatenate #7

213pk opened this issue Mar 18, 2024 · 0 comments

Comments

@213pk
Copy link

213pk commented Mar 18, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant