neural-motifs icon indicating copy to clipboard operation
neural-motifs copied to clipboard

Question about training model on ground truth boxes

Open seekingup opened this issue 4 years ago • 1 comments

I found both train_models_sgcls.sh and train_motifnet.sh are trained using -m sgcls, even if it's then used for sgdet evaluation. I also checked the paper. It seems all models are trained on ground truth boxes. But in some scene graph generation codes, they train object detector and relation model jointly. What's the difference? Has anyone try to train motifnet on object detector's output? If yes, what the result is like?

seekingup avatar Oct 06 '19 16:10 seekingup

There is another script which fine-tunes the model trained in sgcl, given the object detector's output. That would give the results for SGdet setting.

sharifza avatar Feb 15 '20 14:02 sharifza