KaihuaTang / Scene-Graph-Benchmark.pytorch

A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
MIT License
1.06k stars 228 forks source link

Two questions #99

Open Fpooyan opened 3 years ago

Fpooyan commented 3 years ago

❓ Questions and Help

Hi. Thanks for providing this great repo!

After I explored the code a bit, I faced two problems. first, what is the difference between Predcl, SGCL, and SGDET in the training phase? do we finetune detector layers while training SGDET? and the second question, while training Predcl using batch size=1 and base_lr=0.0025, the loss does not decrease and keeps oscillating. Does it have anything to do with the batch size?

Thanks for any help in advance,