ylshaooo / keras-zero-shot-detection

Keras implementation of zero-shot detection based on YOLOv3 model.
45 stars 15 forks source link

attributes.npy #4

Open DL-Alva opened 5 years ago

DL-Alva commented 5 years ago

Sorry for your time.

When I try to train this model using my dataset, I change the data classes in file "data/voc_classes.txt". Wether should I change the content of "data/attributes.npy" Correspondingly? However, it seems that I can't find the code which generates the file "data/attributes.npy".

SnowPi commented 5 years ago

I meet the same problem. I want to train this model using my own class, whether should I change the content of "data/attributes.npy"?

lil-wayne-0319 commented 3 years ago

using some NLP model(https://github.com/stanfordnlp/GloVe) to generate wordvector.txt, and then transfer the .txt to .npy. but why the loss is keeping Nan. (T T)