rowanz / neural-motifs

Code for Neural Motifs: Scene Graph Parsing with Global Context (CVPR 2018)
https://rowanzellers.com/neuralmotifs
MIT License
525 stars 115 forks source link

about the __background__ #76

Closed tingxueronghua closed 2 years ago

tingxueronghua commented 5 years ago

I follow the notes in the read.me and can get results. But each time I run the code, I get something like this: " loading word vectors from ……neural-motifs/data/glove.6B.200d.pt background -> background fail on background loading word vectors from ……neural-motifs/data/glove.6B.100d.pt background -> background fail on background " and I haven't got any idea where it comes from. Does it means something wrong?

rowanz commented 5 years ago

Hmm I'm not sure! possibly your GloVe path is incorrect? But if you're training from scratch then you might want to actually comment out the part where it loads in the GloVe embeddings, I'm not convinced they help :)

tingxueronghua commented 5 years ago

Thank you! But I use the pretrained model to inference the results...

simonJJJ commented 5 years ago

I think the reason is in code lib/word_vectors.py line 23 -> line 37

jungjun9150 commented 5 years ago

@simonJJJ what codes do we have to change?

congvmit commented 3 years ago

@tingxueronghua Have you fixed this issue?

tingxueronghua commented 3 years ago

@tingxueronghua Have you fixed this issue?

I am sorry but I gave up and didn't try fixing it after that time.

leonodelee commented 2 years ago

@tingxueronghua Have you fixed this issue? Have you fixed this issue?

leonodelee commented 2 years ago

I think the reason is in code lib/word_vectors.py line 23 -> line 37 Have you fixed this issue?

tingxueronghua commented 2 years ago

@tingxueronghua Have you fixed this issue? Have you fixed this issue?

No, I have not. As I said above, I did not focus on this task any more.