TensorFlow implementation of unsupervised cross-domain image generation for transferring images between domains like SVHN to MNIST.
Domain Transfer Network (DTN) is a TensorFlow implementation of unsupervised cross-domain image generation. It enables image-to-image translation between different visual domains without requiring paired training data, solving the problem of transferring visual styles across datasets like converting SVHN street view numbers to MNIST handwritten digits.
Machine learning researchers and developers working on computer vision, domain adaptation, and generative models who need to implement unsupervised image translation between domains.
Developers choose DTN because it provides a clean, reproducible implementation of a research paper's methodology, offers visual results of the transfer process, and handles complex domain adaptation tasks without paired data requirements.
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
Faithfully reproduces the methodology from the 'Unsupervised Cross-Domain Image Generation' paper, providing a clean TensorFlow codebase for validation and experimentation.
Includes animated GIFs and static images in the README that show the domain transfer evolution over training steps, aiding in model interpretability and debugging.
Enables image translation without paired training data, as highlighted in the key features, making it suitable for domains where aligned examples are scarce.
Offers clear shell commands for dataset download, preprocessing, and different training modes, simplifying the setup process as outlined in the Usage section.
Relies on Python 2.7 and TensorFlow 0.12, which are no longer maintained, causing installation hurdles and compatibility issues with modern systems.
Primarily demonstrated on specific datasets like SVHN to MNIST and emoji generation, with no guidance for extending to other domains or custom data.
Lacks detailed API references, troubleshooting guides, or configuration options beyond basic usage, making customization and error resolution challenging.
Machine Learning Toolkit for Kubernetes
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
Convolutional Neural Network for Text Classification in Tensorflow
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.