ruotianluo / Image_Captioning_AI_Challenger

Code for AI Challenger contest. (Generating chinese image captions)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for extracting the features is not found

qingchenwuhou opened this issue · comments

Hi, ruotian:
The code path of bottom-up feature extracting can't be found.
Is there something wrong with it?
Many thanks for restoring it.

That's currently a placeholder. You can try modifying the tools/generate_tsv.py in original repository by yourself. It should be trivial. I would suggest find some way to download the features because it takes days to extract the features on a single 1080ti

ok, thanks!