Skip to content

Commit

Permalink
Fix spaces for equations
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Nov 4, 2022
1 parent 34bf277 commit 1a0c0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ resolution images. The performance estimation can be seen at the below
</picture>
</div>

$$ FPS = a~e^{b~nPixels}+c~e^{d~nPixels} $$
$$ FPS = a\text{ }e^{b\text{ }nPixels}+c\text{ }e^{d\text{ }nPixels} $$

$$ a = 2492 \text{, } b = -2.165~10^{-6} \text{, } c = 364.9 \text{, } d = -2.08~10^{-7} $$
$$ a = 2492 \text{, } b = -2.165\text{ }10^{-6} \text{, } c = 364.9 \text{, } d = -2.08\text{ }10^{-7} $$

If you want to benchmark code on your system make sure you configured with ```-DCMAKE_BUILD_TYPE=Release``` and use this command,

Expand Down

0 comments on commit 1a0c0e9

Please sign in to comment.