Skip to content

Commit 441ea27

Browse files
anuragarnabScenic Authors
authored andcommitted
Internal
PiperOrigin-RevId: 879515381
1 parent 8a37f81 commit 441ea27

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Scenic
22
<div style="text-align: left">
3-
<img align="right" src="https://raw.githubusercontent.com/google-research/scenic/main/images/scenic_logo.png" width="200" alt="scenic logo"></img>
3+
<img align="right" src="https://raw.githubusercontent.com/google-research/scenic/main/images/scenic_logo.png" width="200" alt="Scenic logo"></img>
44
</div>
55

6+
67
*Scenic* is a codebase with a focus on research around attention-based models
78
for computer vision. Scenic has been successfully used to develop
89
classification, segmentation, and detection models for multiple modalities
@@ -18,6 +19,7 @@ Scenic is developed in [JAX](https://github.com/jax-ml/jax) and uses
1819
[Flax](https://github.com/google/flax).
1920

2021
### Contents
22+
2123
* [What we offer](#what-we-offer)
2224
* [SOTA models and baselines in Scenic](#sota-models-and-baselines-in-scenic)
2325
* [Philosophy](#philosophy)
@@ -36,7 +38,6 @@ Among others *Scenic* provides
3638
* [Baseline models](https://github.com/google-research/scenic/tree/main/scenic/projects/baselines#scenic-baseline-models),
3739
including strong non-attentional baselines.
3840

39-
4041
## SOTA models and baselines in *Scenic*
4142
There are some SOTA models and baselines in Scenic which were either developed
4243
using Scenic, or have been reimplemented in Scenic:
@@ -97,7 +98,6 @@ Baselines that were reproduced in Scenic:
9798
* [(CenterNet) Objects as Points](https://arxiv.org/abs/1904.07850)
9899
* [(SAM) Segment Anything](https://arxiv.org/abs/2304.02643)
99100

100-
101101
More information can be found in [baseline models](https://github.com/google-research/scenic/tree/main/scenic/projects/baselines#scenic-baseline-models).
102102

103103
<a name="philosophy"></a>
@@ -108,9 +108,9 @@ copy-pasting over adding complexity or increasing abstraction*. Only when
108108
functionality proves to be widely useful across many models and tasks it may be
109109
upstreamed to Scenic's shared libraries.
110110

111-
112111
<a name="getting_start"></a>
113112
## Getting started
113+
114114
* See `projects/baselines/README.md` for a walk-through baseline models and
115115
instructions on how to run the code.
116116
* If you would like to contribute to *Scenic*, please check out the
@@ -119,7 +119,6 @@ upstreamed to Scenic's shared libraries.
119119
Should your contribution be a part of the shared libraries, please send us a
120120
pull request!
121121

122-
123122
### Quickstart
124123
You will need Python 3.9 or later. Download the code from GitHub
125124

@@ -199,7 +198,6 @@ in the [`projects/baselines`](https://github.com/google-research/scenic/tree/mai
199198
project. Forking models in this directory is a good starting point for new
200199
projects.
201200

202-
203201
## Citing Scenic
204202
If you use Scenic, you can cite our [white paper](https://openaccess.thecvf.com/content/CVPR2022/html/Dehghani_Scenic_A_JAX_Library_for_Computer_Vision_Research_and_Beyond_CVPR_2022_paper.html).
205203
Here is an example BibTeX entry:

0 commit comments

Comments
 (0)