buffer51 / lstm-rcnn-pedestrian-detection

Pedestrian Detection with Faster R-CNN in TensorFlow
Other
90 stars 36 forks source link

LSTM part #2

Open pribadihcr opened 7 years ago

pribadihcr commented 7 years ago

Hi @buffer51,

When the LSTM part code is in public release?

Thanks

buffer51 commented 7 years ago

Hi @pribadihcr,

I'm afraid I have stopped working on that project for now, I never got around to making it. Before that, my code needs hard-negative examples mining to improve performance (i.e. train specifically on false positives).

liuwei16 commented 7 years ago

Dear @buffer51 , what is your motivation of using lstm and how you intend to use it to refine the proposals? Thanks