You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+52-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
# Pix2Seq - A general framework for turning RGB pixels into semantically meaningful sequences
1
+
# Pix2Seq codebase: task-centric, multi-tasks with generative modeling
2
2
3
3
This is the official implementation of Pix2Seq in Tensorflow 2 with efficient TPUs/GPUs support as well as interactive debugging similar to Pytorch.
4
+
The original Pix2Seq code aims to be a general framework that turns RGB pixels into semantically meaningful sequences. We later extend it to be a generic codebase, with task-centric organization that supports different tasks as well as their combination, using generative modeling (both autoregressive and diffusion models, see below).
@@ -9,6 +10,12 @@ This is the official implementation of Pix2Seq in Tensorflow 2 with efficient TP
9
10
An illustration of Pix2Seq for object detection (from <ahref="https://ai.googleblog.com/2022/04/pix2seq-new-language-interface-for.html">our Google AI blog post</a>).
We added (official) implementations of diffusion models (such as Bit Diffusion, RIN, see references below) built on top of the original Pix2Seq codebase and they can be found in tasks/ and models/.
16
+
17
+
Please note that we have not yet added proper documentations on training these models.
18
+
12
19
## Models
13
20
<ahref="https://colab.research.google.com/github/google-research/pix2seq/blob/master/colabs/pix2seq_inference_object_detection.ipynb"target="_parent"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a>
14
21
@@ -178,5 +185,49 @@ Note: You can run eval on a subset of images by setting `--config.eval.steps`.
0 commit comments