pytorch-AdaIN VS neural-style-pt

Compare pytorch-AdaIN vs neural-style-pt and see what are their differences.

pytorch-AdaIN

Unofficial pytorch implementation of 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization' [Huang+, ICCV2017] (by naoto0804)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pytorch-AdaIN neural-style-pt
1 35
1,001 817
- -
0.0 0.0
3 months ago over 1 year ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pytorch-AdaIN

Posts with mentions or reviews of pytorch-AdaIN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-19.
  • [P] Can't finish my master's thesis. What to do?
    4 projects | /r/MachineLearning | 19 Jan 2022
    Thanks for the comment. I am using the 3d views directly. I tried to use some form of style transfer (https://github.com/naoto0804/pytorch-AdaIN) from real to synth data, but the result was'nt that appealing, so I moved on. I guess that it could be due to the fact that generally the real data that I have has low resolution (120x40 tipically). I ll have a check on the model that you suggested though, seems interesting.

neural-style-pt

Posts with mentions or reviews of neural-style-pt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.

What are some alternatives?

When comparing pytorch-AdaIN and neural-style-pt you can also consider the following projects:

pytorch-neural-style-transfer - Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.

STROTSS - Style Transfer by Relaxed Optimal Transport and Self-Similarity (CVPR 2019)