Commit 40a5739a authored by Neal Wu's avatar Neal Wu
Browse files

Remove <center> tags, which are breaking images in README.md files

parent b51cdf34
...@@ -18,9 +18,7 @@ evaluation with a computational cost of 5 billion multiply-adds per inference ...@@ -18,9 +18,7 @@ evaluation with a computational cost of 5 billion multiply-adds per inference
and with using less than 25 million parameters. Below is a visualization of the and with using less than 25 million parameters. Below is a visualization of the
model architecture. model architecture.
<center>
![Inception-v3 Architecture](g3doc/inception_v3_architecture.png) ![Inception-v3 Architecture](g3doc/inception_v3_architecture.png)
</center>
## Description of Code ## Description of Code
......
...@@ -32,11 +32,9 @@ identify the name of a street (in France) from an image containing upto four ...@@ -32,11 +32,9 @@ identify the name of a street (in France) from an image containing upto four
different views of the street name sign. The model merges information from the different views of the street name sign. The model merges information from the
different views and normalizes the text to the correct format. For example: different views and normalizes the text to the correct format. For example:
<center>
![Example image](g3doc/avdessapins.png) ![Example image](g3doc/avdessapins.png)
Avenue des Sapins Avenue des Sapins
</center>
## Installing and setting up the STREET model ## Installing and setting up the STREET model
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment