densecap-tensorflow icon indicating copy to clipboard operation
densecap-tensorflow copied to clipboard

Re-implement CVPR2017 paper: "dense captioning with joint inference and visual context" and minor changes in Tensorflow. (mAP 8.296 after 500k iters of training)

Results 14 densecap-tensorflow issues
Sort by recently updated
recently updated
newest added

How to run the dense_cap_test.sh?

Hi, I wanted to ask about the LSTM implementation as it looks a bit different to the original implementation, for example it is actually not necessary to use an tf.nn.dynamic_rnn...

First of all, thank you for sharing you project! I have played with it a little bit and found out that inference is quit slow - something about 50 seconds...