jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

In search of a Tf / Py-Torch Implementation. #90

Open amitadate opened 5 years ago

amitadate commented 5 years ago

Is there a tf / pytorch implementation available?

jiajunhua commented 4 years ago

NO

jainal09 commented 4 years ago

this is the tensorflow implementation https://github.com/InnerPeace-Wu/densecap-tensorflow

jainal09 commented 4 years ago

If your finding alternative due to build errors. Check this docker image I created for running jcjohnson/densecap in gpu! https://hub.docker.com/r/jainal09/densecap_gpu

For Cpu version. Use this docker file. https://github.com/runwayml/alpha_models/blob/master/densecap/Dockerfile

The tf implementation InnerPeace-Wu/densecap-tensorflow is not as the level of this densecap implementation. It fetches less results compared to this implementation.

AnukritiSinghh commented 4 years ago

Is there a tf / pytorch implementation available?

Were you able to find one yet? I am trying to implement it in pytorch

jainal09 commented 4 years ago

this is the tensorflow implementation https://github.com/InnerPeace-Wu/densecap-tensorflow

@AnukritiSinghh here is the tf implementation.