Oscar Friberg
Oscar Friberg
Any progress of this issue? I'm also trying to get this code work with Theano but has stumbled into the same issues.
Thanks! I will see if I can manage to implement step 2 and 3. On Wed, Feb 22, 2017, 19:09 KevinYuk wrote: > @oscfri > I believe we can successfully...
Any solution to this problem yet? I'm having the same issue. I need to replicate the results of the paper, so replacing "bilinear" to "nearest" is not an option for...
I think I found the source of the error. `ns`, `ms` and `nch` in mexFunction of imResampleMex.cpp should have type `size_t` instead of `int`. Guess it is because of 32...