moein-shariatnia/Pix2Seq
Simple Implementation of Pix2Seq model for object detection in PyTorch
This project helps anyone working with images to automatically identify and locate objects within them. You provide images (like photos from a camera or scanned documents), and it outputs a sequence of text that describes the detected objects and their precise bounding box coordinates. This is useful for computer vision practitioners who need to extract structured information from visual data.
130 stars. No commits in the last 6 months.
Use this if you need a straightforward way to train a model for object detection that outputs object labels and their locations as a descriptive text sequence.
Not ideal if you need to perform image classification or image segmentation rather than detecting specific objects and their boundaries.
Stars
130
Forks
16
Language
Python
License
MIT
Category
Last pushed
Sep 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/moein-shariatnia/Pix2Seq"
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