-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
Yes, Image Style Transfer addresses a specific type of problem in the fiel…
-
It has been pointed out that [CNNs are biased towards texture](https://arxiv.org/pdf/1811.12231.pdf), and that applying style transfer to the training dataset improves performance of the models.
An…
-
here I am trying to incorporate the models for Artistic Neural Style transfer based on CNN's, these models provide a solid understanding of the underlying working of Convolutional Neural Networks and …
-
## 🚀 Feature
Support torch::jit::script::Module converting to torch::nn::Module.
## Motivation
In some cases like image-style transfer, we need to calculate the gradient of loss w.r.t the input t…
-
# Face recognition
---
# Face verification vs. face recognition
## Verification (Binary Classification)
- Input image, name/ID
- Output whether the input image is that of the claimed person
## R…
-
Checked examples are tested to be working with MXNet backend
Not supported examples have clear error message specifying the exact functionality MXNet does not support yet
- [x] addition_rnn.py
…
-
I modified `data_filename = "bfa.npz"` and `num_classes = 16` in style_transfer/config.py to train the bfa dataset, but the following error occurred:
```
mean and std saved at /home/ddd/deep-motion-…
-
If you have pretrained models with you please upload others as well. It will be of great use for those who is doing artistic style transfer comparison between CNN and GAN based models.
great work ma…
-
## Overall Design
[https://www.tensorflow.org/lite/models/style_transfer/overview](https://www.tensorflow.org/lite/models/style_transfer/overview)
![image](https://user-images.githubusercontent.…
-
Great open-source app. Love the feature to define your own convolution matrix. Is there any way to use a specific window instead of the whole desktop as source? I have some OpenCV and other CNN codes…