mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
[website] Add Unreal Engine logo (#11416)
* add UE logo and quote * add image file
This commit is contained in:
parent
370c4c5672
commit
00abe64ce8
3 changed files with 18 additions and 5 deletions
|
|
@ -195,6 +195,14 @@
|
|||
<div class="quote-attribution text-right">–Suraj Raghuraman, Head of AI Engine, Topaz Labs</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "unrealengine" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/ue-logo.png" alt="Unreal Engine logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“We selected ONNX Runtime as the backend of Unreal Engine’s Neural Network Interface (NNI) plugin inference system because of its extensibility to support the platforms that Unreal Engine runs on, while enabling ML practitioners to develop ML models in the frameworks of their choice. NNI evaluates neural networks in real time in Unreal Engine and acts as the foundation for game developers to use and deploy ML models to solve many development challenges, including animation, ML-based AI, camera tracking, and more.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Francisco Vicente Carrasco, Research Engineering Lead, Epic Games</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "usda" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/usda-logo.png" alt="USDA logo">
|
||||
|
|
|
|||
BIN
images/logos/ue-logo.png
Normal file
BIN
images/logos/ue-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
15
index.html
15
index.html
|
|
@ -484,21 +484,26 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#unrealengine"><img src="./images/logos/ue-logo.png" alt="Unreal Engine logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#usda"><img src="./images/logos/usda-logo.png" alt="USDA logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row equalHeight-3 blue-title-columns">
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#vespa"><img src="./images/logos/vespa-logo.png" alt="Vespa logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row equalHeight-3 blue-title-columns">
|
||||
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#writer"><img src="./images/logos/writer-logo.png" alt="Writer logo"></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue