smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Style Transfer #117

Open smaranjitghose opened 3 years ago

smaranjitghose commented 3 years ago
R-Aravind commented 3 years ago

Hey @smaranjitghose can I take this, I have already made a style transfer prototype in a jupyter notebook using pytorch. You can view it here: https://github.com/R-Aravind/style-transfer I can implement this in tensorflow and package it.

smaranjitghose commented 3 years ago

Hey @smaranjitghose can I take this, I have already made a style transfer prototype in a jupyter notebook using pytorch. You can view it here: https://github.com/R-Aravind/style-transfer I can implement this in tensorflow and package it.

Sure we can start off with this.

Shubham-1105 commented 3 years ago

Can i work on the other style transfer?

R-Aravind commented 3 years ago

@Shubham-1105 I am working on Artistic style transfer right now. I was planning to do photorealistic style transfer afterwards. If you may, feel free to work on photorealistic style transfer.

smaranjitghose commented 3 years ago

Can i work on the other style transfer?

For photorealistic style transfer checkout my DeepHoli repo

smaranjitghose commented 3 years ago

@R-Aravind @Shubham-1105 . For now, the script should be able to take in content,style image and give the stylized image ( train on the go), later on we can experiment by saving the discriminator and generator weights. Have a look at progress bars using python. We can use those to make sure the user is not bored while the training takes place in the background

Shubham-1105 commented 3 years ago

Sure