Skip to content

need at least one array to concatenate  #146

@deepak199010

Description

@deepak199010

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions