Template:GstInference/TOC: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(19 intermediate revisions by 7 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 13: Line 13:
| 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/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/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/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/GstDetectionMeta|GstDetectionMeta]]
* [[GstInference/Metadatas/GstInferenceMeta|GstInferenceMeta]]
* [[GstInference/Metadatas/GstInferenceMeta|GstInferenceMeta]]
* [[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/Detection Overlay|Detection Overlay]]
* [[GstInference/Overlay Elements/Embedding Overlay|Embedding Overlay]]
* [[GstInference/Overlay Elements/Inference Overlay|Inference Overlay]]
* [[GstInference/Overlay Elements/Inference Overlay|Inference Overlay]]
| heading7 = [[GstInference/Helper Elements|Utils Elements]]
| heading7 = [[GstInference/Helper Elements|Utils Elements]]
Line 48: Line 67:
* [[GstInference/Crop Elements/Detection Crop|InferenceCrop]]
* [[GstInference/Crop Elements/Detection Crop|InferenceCrop]]
* [[GstInference/Helper Elements/Inference Debug|InferenceDebug]]
* [[GstInference/Helper Elements/Inference Debug|InferenceDebug]]
* [[GstInference/Helper Elements/Inference Bin|InferenceBin]]
| heading8 = [[GstInference/Example pipelines|Legacy pipelines]]
| heading8 = [[GstInference/Example pipelines|Legacy pipelines]]
| content8 =
| content8 =
Line 60: Line 80:
* [[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/Smart Lock|Smart Lock]]
* [[GstInference/Example Applications/DispTec|Hand Pose Recognition]]
* [[GstInference/Example Applications/DispTec|Hand Pose Recognition]]
| heading11 = [[GstInference/Benchmarks|Benchmarks]]
| heading11 = [[GstInference/Benchmarks|Benchmarks]]
| heading12 = [[GstInference/Model Zoo|Model Zoo]]
| heading12 = [[GstInference/Model Zoo|Model Zoo]]
| heading13 = [[GstInference/Releases|Releases]]
| heading13 = [[GstInference/Project Status|Project Status]]
| below = [[GstInference/Contact us|Contact us]]
| content13 =
* [[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