You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preprocess_packed_vg.py, min_relationships_per_image option is set as 0 and preverse some images without relationships (self.data['relationships_per_image][index] == 0).
However, in sg2im/data/vg.py, images without relationships may have empty triplets and lead to an error in the following code.
In
preprocess_packed_vg.py
,min_relationships_per_image
option is set as0
and preverse some images without relationships (self.data['relationships_per_image][index] == 0
).However, in
sg2im/data/vg.py
, images without relationships may have empty triplets and lead to an error in the following code.CanonicalSg2Im/sg2im/data/base_dataset.py
Line 100 in 6aa2812
Should this option be set as
True
in standard VG dataset training? Or I do something wrong?The text was updated successfully, but these errors were encountered: