Xianlong
Xianlong
Hello, Thanks for answering, I ran both methods (rnn+cnn and cnn), and rnn+cnn is much better than cnn itself (I got around 85 even I increase the epoch to 20)....
Hello @intuinno , I try your code, and I am a little confuse about path in your prepare_coco.py, vgg_deploy_path = '/home/intuinno/codegit/caffe/models/vgg_ilsvrc_19/VGG_ILSVRC_19_layers_deploy.prototxt' vgg_model_path = '/home/intuinno/codegit/caffe/models/vgg_ilsvrc_19/VGG_ILSVRC_19_layers.caffemodel' can you explain a little bit...
@Liu0329 @jazzsaxmafia @RutgersHan Hello, I am currently reading the code and thanks for the post! For the 'alpha' calculation, aren't we suppose to use the context ('context_encode') and the previous...