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

need at least one array to concatenate #146

Open
deepak199010 opened this issue Aug 5, 2024 · 0 comments
Open

need at least one array to concatenate #146

deepak199010 opened this issue Aug 5, 2024 · 0 comments

Comments

@deepak199010
Copy link

Creating training dataset...
Using robust setting to eliminate outliers! IQR factor: 4
Creating trainset from the vame.egocentrical_alignment() output

ValueError Traceback (most recent call last)
in <cell line: 2>()
1 ## Create Training and Test Set
----> 2 vame.create_trainset(config, check_parameter=False)

1 frames
/content/drive/My Drive/hsyn12/hsynDHDDSE12-OZGE-2024-08-01/VAME/vame/model/create_training.py in traindata_aligned(cfg, files, testfraction, num_features, savgol_filter, check_parameter)
143 X_train.append(X_z)
144
--> 145 X = np.concatenate(X_train, axis=0)
146 # X_std = np.std(X)
147

ValueError: need at least one array to concatenate

Hi having this issue with vame. ive put the updated codes in but still having this issue. can someone please help.

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