MKLab-ITI/ndvr-dml

train error

Closed this issue · 3 comments

I download the feature and triplets form "https://drive.google.com/drive/folders/1swgdUsYwOy9pdoJzKfthAq74CqBEQDmA";
use vcdb_features.npy and vcdb_triplets.npy for train_dml;
the command is "python train_dml.py --train_set output_data/vcdb_features.npy --triplets output_data/vcdb_triplets.npy --model_path model/";
but it report system error:
can you help to resolve this problem ?
image

Thank you for the bug report. It was an issue with the dtype of the triplets' np.array, causing this error. I have fixed it in the latest commit. Please, pull the latest version and let me know if it works.

@gkordo already resolved,thanks