Chinmay26/Multi-Viewpoint-Image-generation
Given an image and a target viewpoint, generate synthetic image in the target viewpoint
This tool helps robotics engineers or computer vision researchers generate new synthetic 2D images of an object from different viewing angles, given just one existing image. You input a single image of an object and specify a desired viewpoint (like a rotation angle), and it outputs a new image of that same object as if it were viewed from the target angle. This is useful for tasks requiring multiple perspectives, such as object grasping in robotics or pre-processing for image classification.
No commits in the last 6 months.
Use this if you need to create diverse 2D image datasets from limited source images, especially for scenarios involving robotic manipulation or visual recognition where understanding an object from various viewpoints is crucial.
Not ideal if you require highly complex 3D modeling from a single 2D image, or if your images involve significant occlusions that cannot be inferred from the original single view.
Stars
27
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 20, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/Chinmay26/Multi-Viewpoint-Image-generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...