Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style Transfer #117

Open
2 tasks
smaranjitghose opened this issue Aug 14, 2020 · 7 comments
Open
2 tasks

Style Transfer #117

smaranjitghose opened this issue Aug 14, 2020 · 7 comments
Assignees
Labels

Comments

@smaranjitghose
Copy link
Owner

  • Photorealistic Style Transfer
  • Artistic Style Transfer
@R-Aravind
Copy link

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
Copy link
Owner Author

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
Copy link

Can i work on the other style transfer?

@R-Aravind
Copy link

@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
Copy link
Owner Author

Can i work on the other style transfer?

For photorealistic style transfer checkout my DeepHoli repo

@smaranjitghose
Copy link
Owner Author

@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
Copy link

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants