Difference between revisions of "Edge AI SDK/Download"

From ESS-WIKI
Jump to: navigation, search
(Created page with "= Brief = Edge AI SDK provides a consistent installation experience for Advantch Edge AI platforms ( eg. Intel x86_64 and NVIDIA Jetson Orin ) with AI Accelerator ( eg....")
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Brief =
 
  
Edge AI SDK provides a consistent installation experience for Advantch Edge AI platforms ( eg. Intel x86_64 and NVIDIA Jetson Orin ) with AI Accelerator ( eg. Intel Arc A730M, Hailo-8 and etc. ). User can easily install and set up the Edge AI environment. To quickly evaluate the edge computing power and start developing your AI application.
 
  
[[File:EdgeAISDK OneClick.jpg|center|900x500px|Edge AI SDK One Click]]
+
= Brief =
  
== Installation Video ==
+
Edge AI SDK provides a consistent installation experience for Advantch Edge AI platforms ( eg. Intel x86_64 and NVIDIA Jetson Orin ) with AI Accelerator ( eg. Intel Arc A730M, Hailo-8, NVIDIA RTX-A5000 and etc. ). User can easily install and set up the Edge AI environment. To quickly evaluate the edge computing power and start developing your AI application.
 
 
[[File:EdgeAISDK Installation Video.jpg|600px|EdgeAISDK Installation Video.jpg|link=https://edgeaisuite.blob.core.windows.net/video/EdgeAISDK-Installation.mp4]]
 
  
 
 
 
 
  
= Installation =
+
[[File:EdgeAISDK OneClick.jpg|center|900x500px|Edge AI SDK One Click]] <!--== Installation Video ==
 +
[[File:EdgeAISDK Installation Video.jpg|600px|EdgeAISDK Installation Video.jpg|link=https://edgeaisuite.blob.core.windows.net/video/EdgeAISDK-Installation.mp4]]-->
  
'''<span style="color:#e74c3c;"><span style="font-size:larger;">NOTE:</span></span>'''
+
&nbsp;
  
<span style="color:#e74c3c;">'''* Not Using (sudo su or sudo ) to install'''</span>
+
&nbsp;
  
<span style="color:#e74c3c;">'''* An active Internet connection is required'''.</span>
+
&nbsp;
  
'''<span style="color:#e74c3c;">* Don't "apt upgrade" before installation</span>'''
+
&nbsp;
<pre>$tar zxvf Edge_AI_SDK-installer-<version>.tar.gz
 
$./Edge_AI_SDK-installer.run
 
</pre>
 
  
[[File:EAS-installer-run-s1.png|600px|EAS-installer-run-s1.png]]
+
= Release =
  
*License Aggreement
+
{| border="1" cellpadding="1" cellspacing="1" data-endline="54" data-startline="40" style="width: 1455px;"
 +
|-
 +
! style="width: 79px;" | Version
 +
! style="width: 122px;" | Date
 +
! style="width: 471px;" | Edge AI System / Accelerator / OS
 +
! style="width: 426px;" | AI Packages & Tools
 +
! style="width: 341px;" | Note & Dependency
 +
|-
 +
| colspan="1" rowspan="4" style="text-align: center;" |
 +
3.0.0
  
[[File:EAS Install s2.png|600px|EAS Install s2.png]]
+
[https://edgeaisuite.blob.core.windows.net/installer/Edge_AI_SDK-installer-3.0.0.tar.gz Download]
  
*System Information ( by target platform )
+
| colspan="1" rowspan="4" style="text-align: center; width: 122px;" |  
[[File:installer-3.0.0-p1.png|600px]]
+
2024/06/28
  
*Select AI Accelerator SDK&nbsp;  
+
|-
[[File:installer-3.0.0-p2.png|600px]]
+
| style="text-align: left; width: 471px;" | * AIR-510 (Intel 12<sup>th</sup> Gen Core i9, RAM:64G) / RTX-A5000 / Ubuntu 22.04
 +
| style="width: 426px;" |
 +
*OpenVINO 2023.3.0-LTS (runtime)
 +
*OpenCV 4.7.0  
 +
*Deepstream 6.4
 +
*Intel OpenVINO's benchmark_app
 +
*Vision Demos:
 +
**Object Detection&nbsp;
 +
**Person Detection
 +
**Face Recognition
 +
**Pose Estimation 
 +
*GenAI Demos: ( <span style="color:#e74c3c;">Only supports Intel 12<sup>th</sup>,13<sup>th</sup> CPU /&nbsp;iGPU</span> )
 +
**Chatbot(Llama-2-7b)&nbsp; 
  
*Select GenAI  SDK&nbsp;
 
[[File:installer-3.0.0-p3.png|600px]]
 
 
 
&nbsp;
 
&nbsp;
  
= Activation =
+
| style="width: 341px;" |
 +
*<span style="color:#e74c3c;">Ubuntu 22.04 intel-iotg</span>
 +
**<span style="color:#e74c3c;">kernel:5.15.0-1027-intel-iotg</span> 
  
*User Information. Please fill in the required information one by one, especially a correct email. The following activation will need an available email. Then press the Next button to proceed.&nbsp;  
+
|-
 +
| style="width: 471px;" | * AIR-030 (Jetson AGX Orin RAM:32G) / None / Ubuntu 20.04
 +
| style="width: 426px;" |
 +
*Deepstream 6.2
 +
*jetson_benchmarks
 +
*Vision Demos:
 +
**Object Detection&nbsp;
 +
**Person Detection
 +
**Face Recognition
 +
**Pose Estimation 
 +
*GenAI Demos:
 +
**Chatbot(Llama-2-7b)&nbsp;  
  
[[File:EAS-Activataion-S1.png|600px|EAS-Activataion-S1.png]]
+
&nbsp;
  
<br/> &nbsp;
+
| style="width: 341px;" |
 +
*Ubuntu 20.04
 +
**kernel:5.10.104-tegra 
 +
*JetPack 5.1.2
 +
*L4T: 35.3.1
  
*License agreement.&nbsp;Please review EULA and then press the Activation button if the content is agreed.
+
|}
 
 
[[File:EAS-Activataion-S2.png|600px|EAS-Activataion-S2.png]]
 
 
 
<br/> * Activation&nbsp;Code: If it’s available to access internet, a dialog will pop up to ask you to enter a token for activation.
 
 
 
[[File:EAS-Activataion-S3.png|600px|EAS-Activataion-S3.png]]
 
 
 
<br/> &nbsp;
 
 
 
= Uninstall =
 
<pre>cd /opt/Advantech/EdgeAISuite
 
 
 
./unInstall.sh</pre>
 
 
 
&nbsp;
 
  
 
&nbsp;
 
&nbsp;
 
&nbsp;
 
 
= Release =
 
  
 
{| border="1" cellpadding="1" cellspacing="1" data-endline="54" data-startline="40" style="width: 1470px;"
 
{| border="1" cellpadding="1" cellspacing="1" data-endline="54" data-startline="40" style="width: 1470px;"
Line 76: Line 86:
 
! style="width: 79px;" | Version
 
! style="width: 79px;" | Version
 
! style="width: 122px;" | Date
 
! style="width: 122px;" | Date
! style="width: 487px;" | Edge AI System / Accelerator / OS
+
! style="width: 460px;" | Edge AI System / Accelerator / OS
! style="width: 408px;" | AI Packages & Tools
+
! style="width: 437px;" | AI Packages & Tools
 
! style="width: 341px;" | Note & Dependency
 
! style="width: 341px;" | Note & Dependency
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;" |  
+
| colspan="1" rowspan="3" style="text-align: center;" |  
3.0.0
+
2.0.1
 +
 
 +
[https://edgeaisuite.blob.core.windows.net/installer/Edge_AI_SDK-installer-2.0.1.tar.gz Download]
 +
 
 +
| colspan="1" rowspan="3" style="text-align: center; width: 122px;" |
 +
2023/12/28
  
[https://edgeaisuite.blob.core.windows.net/installer/Edge_AI_SDK-installer-3.0.0.tar.gz Download]
+
| style="text-align: left; width: 460px;" | * ARK-3534 (Intel 13<sup>th</sup> Gen Core i9, RAM:64G) / EAI-3100 / Ubuntu 22.04
 +
| style="width: 437px;" |
 +
*OpenVINO 2023.01 (runtime)
 +
*OpenCV 4.7.0  
 +
*Intel OpenVINO's benchmark_app
 +
*AI Demos:
 +
**Object Detection&nbsp;
 +
**Person Detection
 +
**Face Recognition
 +
**Pose Estimation 
  
| colspan="1" rowspan="2" style="text-align: center; width: 122px;" |
+
| style="width: 341px;" |
2024/05/30
+
*<span style="color:#e74c3c;">Ubuntu 22.04 intel-iotg</span>
 +
**<span style="color:#e74c3c;">kernel:5.15.0-1027-intel-iotg</span> 
  
| style="text-align: left; width: 487px;" | * ARK-3534 (Intel 13<sup>th</sup> Gen Core i9, RAM:64G) / EAI-3100 / Ubuntu 22.04<br/> <br/> * AIR-150 (Intel 13<sup>th</sup> Gen Core i5, RAM:64G) / Hailo-8 / Ubuntu 22.04<br/> <br/> * AIR-510 (Intel 12<sup>th</sup> Gen Core i9, RAM:64G) / RTX-A5000 / Ubuntu 22.04
+
|-
| style="width: 408px;" |  
+
| style="text-align: left; width: 460px;" | * AIR-150 (Intel 13<sup>th</sup> Gen Core i5, RAM:64G) / Hailo-8 / Ubuntu 22.04
*OpenVINO 2023.3.0-LTS (runtime)  
+
| style="width: 437px;" |  
 +
*OpenVINO 2023.01 (runtime)  
 
*OpenCV 4.7.0  
 
*OpenCV 4.7.0  
 
*Intel OpenVINO's benchmark_app  
 
*Intel OpenVINO's benchmark_app  
*Hailo&nbsp;AI Suite 1.0.2
+
*Hailo AI Suite 1.0.2  
*Vision Demos:  
+
*AI Demos:  
 
**Object Detection&nbsp;  
 
**Object Detection&nbsp;  
 
**Person Detection  
 
**Person Detection  
 
**Face Recognition  
 
**Face Recognition  
 
**Pose Estimation   
 
**Pose Estimation   
*GenAI Demos:
 
**Chatbot(Llama-2-7b)&nbsp;
 
  
 
| style="width: 341px;" |  
 
| style="width: 341px;" |  
 
*<span style="color:#e74c3c;">Ubuntu 22.04 intel-iotg</span>  
 
*<span style="color:#e74c3c;">Ubuntu 22.04 intel-iotg</span>  
 
**<span style="color:#e74c3c;">kernel:5.15.0-1027-intel-iotg</span>   
 
**<span style="color:#e74c3c;">kernel:5.15.0-1027-intel-iotg</span>   
 +
 +
&nbsp;
  
 
|-
 
|-
| style="width: 487px;" | * AIR-030 (Jetson AGX Orin RAM:32G) / None / Ubuntu 20.04
+
| style="width: 460px;" | * AIR-030 (Jetson AGX Orin RAM:32G) / None / Ubuntu 20.04
| style="width: 408px;" |  
+
| style="width: 437px;" |  
 
*Deepstream 6.2  
 
*Deepstream 6.2  
 
*jetson_benchmarks  
 
*jetson_benchmarks  
*Vision Demos:  
+
*AI Demos:  
 
**Object Detection&nbsp;  
 
**Object Detection&nbsp;  
 
**Person Detection  
 
**Person Detection  
 
**Face Recognition  
 
**Face Recognition  
 
**Pose Estimation   
 
**Pose Estimation   
*GenAI Demos:
 
**Chatbot(Llama-2-7b)&nbsp;
 
 
  
 
| style="width: 341px;" |  
 
| style="width: 341px;" |  
Line 127: Line 150:
  
 
|}
 
|}
 
[[Category:Editor]]
 

Latest revision as of 08:09, 2 July 2024


Brief

Edge AI SDK provides a consistent installation experience for Advantch Edge AI platforms ( eg. Intel x86_64 and NVIDIA Jetson Orin ) with AI Accelerator ( eg. Intel Arc A730M, Hailo-8, NVIDIA RTX-A5000 and etc. ). User can easily install and set up the Edge AI environment. To quickly evaluate the edge computing power and start developing your AI application.

 

Edge AI SDK One Click

 

 

 

 

Release

Version Date Edge AI System / Accelerator / OS AI Packages & Tools Note & Dependency

3.0.0

Download

2024/06/28

* AIR-510 (Intel 12th Gen Core i9, RAM:64G) / RTX-A5000 / Ubuntu 22.04
  • OpenVINO 2023.3.0-LTS (runtime)
  • OpenCV 4.7.0
  • Deepstream 6.4
  • Intel OpenVINO's benchmark_app
  • Vision Demos:
    • Object Detection 
    • Person Detection
    • Face Recognition
    • Pose Estimation
  • GenAI Demos: ( Only supports Intel 12th,13th CPU / iGPU )
    • Chatbot(Llama-2-7b) 

 

  • Ubuntu 22.04 intel-iotg
    • kernel:5.15.0-1027-intel-iotg
* AIR-030 (Jetson AGX Orin RAM:32G) / None / Ubuntu 20.04
  • Deepstream 6.2
  • jetson_benchmarks
  • Vision Demos:
    • Object Detection 
    • Person Detection
    • Face Recognition
    • Pose Estimation
  • GenAI Demos:
    • Chatbot(Llama-2-7b) 

 

  • Ubuntu 20.04
    • kernel:5.10.104-tegra
  • JetPack 5.1.2
  • L4T: 35.3.1

 

Version Date Edge AI System / Accelerator / OS AI Packages & Tools Note & Dependency

2.0.1

Download

2023/12/28

* ARK-3534 (Intel 13th Gen Core i9, RAM:64G) / EAI-3100 / Ubuntu 22.04
  • OpenVINO 2023.01 (runtime)
  • OpenCV 4.7.0
  • Intel OpenVINO's benchmark_app
  • AI Demos:
    • Object Detection 
    • Person Detection
    • Face Recognition
    • Pose Estimation
  • Ubuntu 22.04 intel-iotg
    • kernel:5.15.0-1027-intel-iotg
* AIR-150 (Intel 13th Gen Core i5, RAM:64G) / Hailo-8 / Ubuntu 22.04
  • OpenVINO 2023.01 (runtime)
  • OpenCV 4.7.0
  • Intel OpenVINO's benchmark_app
  • Hailo AI Suite 1.0.2
  • AI Demos:
    • Object Detection 
    • Person Detection
    • Face Recognition
    • Pose Estimation
  • Ubuntu 22.04 intel-iotg
    • kernel:5.15.0-1027-intel-iotg

 

* AIR-030 (Jetson AGX Orin RAM:32G) / None / Ubuntu 20.04
  • Deepstream 6.2
  • jetson_benchmarks
  • AI Demos:
    • Object Detection 
    • Person Detection
    • Face Recognition
    • Pose Estimation
  • Ubuntu 20.04
    • kernel:5.10.104-tegra
  • JetPack 5.1.2
  • L4T: 35.3.1