-
Hello there,
I've gone through your blog-posts on spatial-transformer networks, and they're very informative! I would like to have these networks for myself, but I don't want to reinvent the wheel—…
-
Hi,
In the script main.py, it's cool that you input the output of the localization network to the spatial transformer to obtain the transformed image as h_trans. But, post that you are providing th…
-
(sry bad english)
What we can deal with this problem: for example,
we have 1 face at 90 deg, and 10 faces from 0 to 10 deg
set batch size to 1, and we can see when trainer hit 90 deg image, tra…
-
Hi @Bartzi , recently I want to run the `train_text_recognization.py` and confused about the file `curriculum.json`. In your `README.md` file, it says that the template should be:
```javascript
[
…
jxlxt updated
6 years ago
-
any intentions to integrate the Spatial Transformer Network into keras ?
https://github.com/tensorflow/models/tree/master/transformer
-
Dear @cvjena,
I am trying to replace average pooing with alpha-pooling of ResNet. I plan to use this modified ResNet to train ImageNet-1000. I notice that your modified VGG-16 has some "SpatialTra…
-
Is there any plan to support the spatial transformer layer?
-
hello, in your paper, supplementary C it says:
> As to semantic segmentation task, we used the architecture as in Fig 2 in the main paper.
but in pointnet/sem_seg/model.py, get_model function, I…
-
Is there interst for a Keras Transformer Layer as suggested in https://github.com/skaae/transformer_network/issues/1?
If so i can port the Lasagne code to Keras. If someone can come up with unit test…
skaae updated
7 years ago
-
I am having a Macbook Pro running on MacOS Sierra. I installed Theano using pip3 for python 3.6. Now whenever i try to import theano in python3.6 it always gives me the following error:
Python 3.6.…