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.03k stars 228 forks source link

When I modified rel_dists in the relationship prediction section_ After dists, all model parameters cannot be read and are displayed as nan #195

Open hange2233 opened 1 year ago

hange2233 commented 1 year ago

❓ Questions and Help

When I modified reldists in the relationship prediction section After dists, all model parameters cannot be read and are displayed as nan. May I ask if the reldists has been modified What part of the code should I pay attention to and modify after dists??? **

**