Commit 73250c2a authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Use width attribute instead of style to resize markdown image.

PiperOrigin-RevId: 366385685
parent 1d077fe6
......@@ -10,7 +10,7 @@ paper. The figure below shows improved mask predictions for unseen classes as we
use better mask-head architectures.
<p align="center">
<img src="./img/mask_improvement.png" style="width:50%;"/>
<img src="./img/mask_improvement.png" width=50%/>
</p>
Just by using better mask-head architectures (no extra losses or modules) we
......
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