Template:GstInference/TOC: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(39 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Sidebar
{{Sidebar
| title = [[GstInference]]
| title = <span style="color:#00008B; font-size: 150%;"><u>[[GstInference]]</u></span>
| image = [[File:GstInference_Logo.svg|200px|GstInference]]
| image = [[File:GstInference_Logo.svg|200px|GstInference|link=]]
| headingstyle = border-top: 2px solid; border-top-color: gray; font-size:larger;  background-color:#82e9de;
| headingstyle = border-top: 2px solid; border-top-color: gray; font-size:larger;  background-color:#82e9de;
| belowstyle = border-top: 2px solid; border-top-color: gray; border-bottom: 2px solid; border-bottom-color: gray; font-size:larger;  background-color:#82e9de;
| belowstyle = border-top: 2px solid; border-top-color: gray; border-bottom: 2px solid; border-bottom-color: gray; font-size:larger;  background-color:#82e9de;
Line 10: Line 10:
* [[GstInference/Getting started/Getting the code|Getting the code]]
* [[GstInference/Getting started/Getting the code|Getting the code]]
* [[GstInference/Getting started/Building the plugin|Building the plugin]]
* [[GstInference/Getting started/Building the plugin|Building the plugin]]
* [[GstInference/Getting started/Quick starting guide|Quick Starting Guide]]
| heading3 = [[GstInference/Supported architectures|Supported architectures]]
| heading3 = [[GstInference/Supported architectures|Supported architectures]]
| content3 =
| content3 =
InceptionV1
<!---
Please create this page
* [[GstInference/Supported architectures/InceptionV1|InceptionV1]]
--->
* [[GstInference/Supported architectures/InceptionV2|InceptionV2]]
* [[GstInference/Supported architectures/InceptionV2|InceptionV2]]
InceptionV3
<!---
Please create this page
* [[GstInference/Supported architectures/InceptionV3|InceptionV3]]
--->
* [[GstInference/Supported architectures/InceptionV4|InceptionV4]]
* [[GstInference/Supported architectures/InceptionV4|InceptionV4]]
* [[GstInference/Supported architectures/FaceNet|FaceNet]]
* [[GstInference/Supported architectures/TinyYoloV2|TinyYoloV2]]
* [[GstInference/Supported architectures/TinyYoloV2|Tiny Yolo V2]]
* [[GstInference/Supported architectures/TinyYoloV3|TinyYoloV3]]
* [[GstInference/Supported architectures/TinyYoloV3|Tiny Yolo V3]]
YoloV2
* [[GstInference/Supported architectures/YoloV2|Yolo V2]]
<!---
Please create this page
* [[GstInference/Supported architectures/YoloV2|YoloV2]]
--->
* [[GstInference/Supported architectures/ResNet|ResNetV1]]
* [[GstInference/Supported architectures/ResNet|ResNetV1]]
* [[GstInference/Supported architectures/MobileNet|MobileNetV2]]
* [[GstInference/Supported architectures/MobileNet|MobileNetV2]]
* [[GstInference/Supported architectures/MobileNetV2 SSD|MobileNetV2 + SSD]]
AlexNet
<!----
Please create this page
* [[GstInference/Supported architectures/AlexNet|AlexNet]]
* [[GstInference/Supported architectures/AlexNet|AlexNet]]
--->
| heading4 = [[GstInference/Supported backends|Supported backends]]
| heading4 = [[GstInference/Supported backends|Supported backends]]
| content4 =
| content4 =
* [[GstInference/Supported backends/NCSDK|NCSDK]]
* [[GstInference/Supported backends/TensorFlow|TensorFlow]]
* [[GstInference/Supported backends/TensorFlow|TensorFlow]]
* [[GstInference/Supported backends/Tensorflow-Lite|Tensorflow-Lite]]
* [[GstInference/Supported backends/Coral from Google|Coral from Google]]
Caffe
<!----
Please create this page
* [[GstInference/Supported backends/Caffe|Caffe]]
* [[GstInference/Supported backends/Caffe|Caffe]]
-->
* [[GstInference/Supported backends/TensorRT|TensorRT]]
* [[GstInference/Supported backends/TensorRT|TensorRT]]
| heading5 = [[GstInference/Metadatas|Metadatas]]
* [[GstInference/Supported backends/ONNXRT|ONNXRT]]
* [[GstInference/Supported backends/ONNXRT ACL|ONNXRT ACL]]
* [[GstInference/Supported backends/ONNXRT OpenVINO|ONNXRT OpenVINO]]
| heading5 = [[GstInference/Metadatas|Metadata and Signals]]
| content5 =
| content5 =
* [[GstInference/Metadatas/GstClassificationMeta|GstClassificationMeta]]
* [[GstInference/Metadatas/GstClassificationMeta|GstClassificationMeta]]
* [[GstInference/Metadatas/GstEmbeddingMeta|GstEmbeddingMeta]]
* [[GstInference/Metadatas/GstInferenceMeta|GstInferenceMeta]]
* [[GstInference/Metadatas/GstDetectionMeta|GstDetectionMeta]]
* [[GstInference/Metadatas/Signals|Signals]]
| heading6 = [[GstInference/Overlay Elements|Overlay Elements]]
| heading6 = [[GstInference/Overlay Elements|Overlay Elements]]
| content6 =
| content6 =
* [[GstInference/Overlay Elements/Classification Overlay|Classification Overlay]]
* [[GstInference/Overlay Elements/Inference Overlay|Inference Overlay]]
* [[GstInference/Overlay Elements/Detection Overlay|Detection Overlay]]
| heading7 = [[GstInference/Helper Elements|Utils Elements]]
* [[GstInference/Overlay Elements/Embedding Overlay|Embedding Overlay]]
| heading7 = [[GstInference/Crop Elements|Crop Elements]]
| content7 =
| content7 =
* [[GstInference/Crop Elements/Detection Crop|Detection Crop]]
* [[GstInference/Helper Elements/Inference Filter|InferenceFilter]]
| heading8 = [[GstInference/Example pipelines|Example pipelines]]
* [[GstInference/Crop Elements/Detection Crop|InferenceCrop]]
* [[GstInference/Helper Elements/Inference Debug|InferenceDebug]]
* [[GstInference/Helper Elements/Inference Bin|InferenceBin]]
| heading8 = [[GstInference/Example pipelines|Legacy pipelines]]
| content8 =
| content8 =
* [[GstInference/Example pipelines/PC|PC]]
* [[GstInference/Example pipelines/PC|PC]]
Line 47: Line 75:
* [[GstInference/Example pipelines/Xavier|Xavier]]
* [[GstInference/Example pipelines/Xavier|Xavier]]
* [[GstInference/Example pipelines/IMX8|IMX8]]
* [[GstInference/Example pipelines/IMX8|IMX8]]
| heading9 = [[GstInference/Example Applications|Example applications]]
| heading9 = [[GstInference/Example pipelines with hierarchical metadata|Example pipelines]]
| content9 =
| heading10 = [[GstInference/Example Applications|Example applications]]
| content10 =
* [[GstInference/Example Applications/Classification|Classification]]
* [[GstInference/Example Applications/Classification|Classification]]
* [[GstInference/Example Applications/Detection|Detection]]
* [[GstInference/Example Applications/Detection|Detection]]
* [[GstInference/Example Applications/Embedding|Embedding]]
* [[GstInference/Example Applications/DispTec|Hand Pose Recognition]]
* [[GstInference/Example Applications/Smart Lock|Smart Lock]]
| heading11 = [[GstInference/Benchmarks|Benchmarks]]
| heading10 = [[GstInference/Benchmarks|Benchmarks]]
| heading12 = [[GstInference/Model Zoo|Model Zoo]]
| heading11 = [[GstInference/Model Zoo|Model Zoo]]
| heading13 = [[GstInference/Project Status|Project Status]]
| heading12 = [[GstInference/Releases|Releases]]
| content13 =
| below = [[GstInference/Contact us|Contact us]]
* [[GstInference/Project Status/Releases|Releases]]
* [[GstInference/Project Status/Roadmap|Roadmap]]
| heading14 = [[GstInference/Contact us|<span style="color:#00008B;font-size: 125%;">'''<u>Contact Us</u>'''</span>]]
| content15 = <br> <html><a href="https://developer.ridgerun.com/wiki/index.php?title=Coral_from_Google"><img alt="Coral from Google" src="https://developer.ridgerun.com/wiki/images/3/3d/Works_with_coral.jpg "width=200"></a> </html>
}}
}}
<noinclude>
<noinclude>
[[Category:GstInference Templates]]
[[Category:GstInference Templates]]
[[Category:TOCs using Sidebar]]
</noinclude>
</noinclude>

Latest revision as of 19:56, 17 August 2024