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

A question about motifs. #10

Closed gyy8426 closed 6 years ago

gyy8426 commented 6 years ago

Thanks for sharing code. But my concept of motifs is not very clear. Do you mind telling me which code or pseudocode is generating motifs ?

rowanz commented 6 years ago

this code doesn't 'generate' motifs, rather, the point is that our model is global over the entire set of object proposals, which allows it to capture higher order priors (motifs) during scene graph generation. I highly recommend you check out the paper here for more info 😃

gyy8426 commented 6 years ago

I have read this paper. I mean, in the section Larger Motifs, there are some example motifs in the dataset, can you share the code for this experiment?

rowanz commented 6 years ago

oh, good question. Should be fixed by commit 252274f474444d57578c9e3afd3c661a088f275d

gyy8426 commented 6 years ago

Thanks !!!!!