gujiuxiang
gujiuxiang
Maybe you should import "coco_voc.py"
@SilencerChen @YuanEZhou, uploaded, pls find the file in Weiyun. Thanks.
Hi, I create this project based on "https://github.com/s-gupta/caffe/tree/mil"
Hi, sorry for the late reply! I am working on it now, and I will upload the resnet-based model once I finish it.
Thanks for your suggestion, I will have a look at this issue.
谢谢提醒,我会添加说明文档
I did not fine-tuning the model, I just download the pre-trained model, and run the evaluation code (coco-caption). Maybe I should fine-tune the model, another question, if I want to...
Well, you can run the eval.lua in source code directory. 1st, download the coco-caption 2nd, set the h5 and json file in the corresponding domains in eval.lua I thinks it...
sure On Wed, Jun 14, 2017 at 3:53 PM, YanShuo1992 wrote: > @gujiuxiang Thank you for replying. So I > just follow the instruction to run the prepro.py to get...
Hi, validation image and labels have been included in H5 and json file. The only thing you need to do is set the split in Dataloader as 'val'. On Wed,...