Ramana Sundararaman
                                            Ramana Sundararaman
                                        
                                    It's been my observation as well. And I have seen it happen with PWC and FlowNet. I don't think it's an implementational error, it's more of a weak point of...
For some reason, the `git submodule --init` is broken for Clipper. I rather downloaded the zip from here : https://deac-ams.dl.sourceforge.net/project/polyclipping/clipper_ver6.4.2.zip and then extracted to Clipper's `third_party` directory. I'm able to...
@Iamanorange you made my day! Maybe the MakeFile should be updated for installation ? Or should the readme be update with necessary information so that the users don't have to...
> I'm going to expand the documentation sometime Expand the documentation as in? > Would give a nice notebook. I think we can try and have as many notebooks as...
I have an implementation of Fast RCNN in Lasagne over VGG16 model. I am not sure if my implementation is correct. Link to my implementation : https://gist.github.com/Sentient07/bade6167bc923a4f0bf4a14196065cf7 (in the next...
Theano is at the moment focused on a release. Until then, I don't think my PR would get merged there. Once it's merged, I'll open a PR on lasagne, then...
There is a small detail that I missed to mention in my previous comment. On certain GPUs, you have to use the flag `floatX=float32` for this model to work(float64 requires...
Hi Jan, This implementation is the variant of the original one which I had described about in the ROIPool PR's thread on theano. I am training on the VOC 2012...
Hi, @zzzmoney thank you very much for your answer, your answer makes sense to me. However, according to this codebase, testing on external unseen images would require scale and template,...
Hello, I'm also facing the same issue. Does anyone have a solution?