shikras / d-cube

A detection/segmentation dataset with labels characterized by intricate and flexible expressions. "Described Object Detection: Liberating Object Detection with Flexible Expressions" (NeurIPS 2023).
https://arxiv.org/abs/2307.12813
Other
104 stars 7 forks source link

the 'is_negative' meaning? #8

Closed peiliu0408 closed 5 months ago

peiliu0408 commented 6 months ago

in sentences.pkl file, each 'sentence' contain a field 'is_negative', what that meaning?

截屏2024-01-03 16 01 34
Charles-Xie commented 6 months ago

Hi, thanks for your interest! For each 'sentence' in the sentences.pkl file, the field 'is_negative' denotes whether this expression is an absence expression (e.g., "dog without leash") or not. More specifically, a 'sentence' with 'is_negative' as True means it is an absence expression and False means it is a presence expression.

We also explain this in the documentation of d-cube, but we called absence expression as "anti-expression" at that time. We call it absence expression now.

If you have further questions, please feel free to mention them.

Charles-Xie commented 5 months ago

This issue is not active for some time so I'm closing it for now. Feel free to reopen it or open another one if any questions arises.