Mark Zhong

Results 8 issues of Mark Zhong

Nice AR implementation, i wonder how to change the size of the line, also if I can make it custom line?

Great open source project. I trained some .t7 model form the DmitryUlyanov texture nets, it's same method with Justin Johnson's fast feed forward. https://github.com/DmitryUlyanov/texture_nets#credits Here is a sample model download...

Is there any way I can transfer the .t7 model to apple machine learning model using the latest iOS 11 core ml? In that case, I can call the model...

This is not a issue, just want to say that the new parameter in README generate really good result. Compare to previous default parameter, I used to get image with...

There seems a bug when you rotate from landscape to portrait, the send button doesn't show, even added the necessary constraint

Hi guys, just start to play this fast neural style recently, it's amazing to get it work on my laptop with geforce 940M 2G GPU, although it's slow. I am...

Hi, after looking through the code, I can't understand how to set different layer. For example, I want to have: the following layer setup, how can I change the code?...

Hi, I am thinking to port neural style application into ios app. There is torch ios framework available now,just not sure how to import loadcaffe into ios.