tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 486 forks source link

support for negative examples #322

Open edwardyangxin opened 4 years ago

edwardyangxin commented 4 years ago

does simpledet support for negative examples without any foreground instances? and there is no relative description in the dataset.md. image

RogerChern commented 4 years ago

Currently, no. Images without annotations will be filtered.

On Thu, Mar 19, 2020 at 3:05 PM edwardyangxin notifications@github.com wrote:

does simpledet support for negative examples without any foreground instances? and there is no relative description in the dataset.md. [image: image] https://user-images.githubusercontent.com/13101725/77040473-f1ec0380-69f2-11ea-920f-c1dcd5c35e9c.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TuSimple/simpledet/issues/322, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGODH4V5N3STER5Q5TNWLDRIG74VANCNFSM4LPCCQXA .

edwardyangxin commented 4 years ago

Is there plan to support negative samples? In some cases, it's very useful in improving fasle negative.