Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal #1070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Projects that were developed in Scenic or used it for their experiments:
* [A Generative Approach for Wikipedia-Scale Visual Entity Recognition](https://arxiv.org/abs/2403.02041)
* [Streaming Dense Video Captioning](https://arxiv.org/abs/2404.01297)
* [Dense Video Object Captioning from Disjoint Supervision](https://arxiv.org/abs/2306.11729)
* [Semantica: An Adaptable Image-Conditioned Diffusion Model](https://arxiv.org/abs/2405.14857)

More information can be found in [projects](https://github.com/google-research/scenic/tree/main/scenic/projects#list-of-projects-hosted-in-scenic).

Expand Down
8 changes: 8 additions & 0 deletions scenic/projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
> trained on single modalities or tasks.
> Details can be found in the [paper](https://arxiv.org/abs/2111.12993).

* [Semantica](modified_simple_diffusion)

> Semantica is a image-conditioned diffusion model that generates
> images based on the semantics of a conditioning image. It is trained
> exclusively on web-scale image pairs employing pretrained image encoders
> and semantic data-filtering.
> Details can be found in the [paper](https://arxiv.org/abs/2405.14857).

* [T5](t5)

> Wrappers of T5 models in [t5x](https://github.com/google-research/t5x).
Expand Down