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
Firstly,thank for your nice work?but i find small bug here https://github.com/hitachi-rd-cv/qpic/blob/main/datasets/hico.py#L62
The number of HOI turples(len(img_anno['hoi_annotation'])) should not exceed the number of query(self.num_queries) but the number of boxes(len(img_anno['annotations'])) should not exceed the number of query(self.num_queries)?
Is that right?
Waiting for your thought,thank you very much!!
The text was updated successfully, but these errors were encountered:
Firstly,thank for your nice work?but i find small bug here
https://github.com/hitachi-rd-cv/qpic/blob/main/datasets/hico.py#L62
The number of HOI turples(
len(img_anno['hoi_annotation'])
) should not exceed the number of query(self.num_queries
) but the number of boxes(len(img_anno['annotations'])
) should not exceed the number of query(self.num_queries
)?Is that right?
Waiting for your thought,thank you very much!!
The text was updated successfully, but these errors were encountered: