YonghaoHe / LFD-A-Light-and-Fast-Detector

LFD is a big update upon LFFD. Generally, LFD is a multi-class object detector characterized by lightweight, low inference latency and superior precision. It is for real-world appilcations.
418 stars 82 forks source link

MSCOCO dataset is waiting for you. #4

Closed ashuezy closed 3 years ago

ashuezy commented 3 years ago

Can you put out a number among the best to know where you stand?

Aktcob commented 3 years ago

it's not enough without coco/voc, just face detection!

YonghaoHe commented 3 years ago

We are trying to apply LFD to COCO. A lot of things have be be tuned and it is time-consuming. But we make sure that results on COCO must be released in the future.

lucasjinreal commented 3 years ago

@YonghaoHe Is there any timeline on coco result? I am also curiosity about coco performance.

dexception commented 3 years ago

@YonghaoHe Can you share training steps? I would like to train on your code on my 5 class dataset.

YonghaoHe commented 3 years ago

@jinfagang we are working on some other new ideas, and we will conduct experiments on COCO, so I think performance on COCO will be released in 1-2 months.

dexception commented 3 years ago

@YonghaoHe That is a very long time to wait. Can you share training steps for the time being?

YonghaoHe commented 3 years ago

@dexception training steps are described in README.md.

dexception commented 3 years ago

@YonghaoHe Let me train and get back to you. Thanks.