YigitGunduc/tensor-to-image
paper: https://arxiv.org/abs/2110.08037
This project helps computer vision researchers and practitioners transform images from one style or domain to another. You input an image, like a black and white photo, a satellite map, or an architectural sketch, and it outputs a corresponding image, such as a colorized version, a street view, or a realistic building facade. This is useful for anyone working with image-to-image translation tasks.
No commits in the last 6 months.
Use this if you need a flexible image translation tool that can adapt to various tasks, like converting satellite maps to street views or segmentation masks to real-world objects, without needing significant modifications.
Not ideal if you are a non-technical user looking for a ready-to-use application with a graphical interface; this requires programming knowledge to set up and run.
Stars
26
Forks
6
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Nov 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/YigitGunduc/tensor-to-image"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch