Skip to content

Commit

Permalink
Merge pull request #17 from naiteeks/patch-14
Browse files Browse the repository at this point in the history
Update media-graph-extension-concept.md
  • Loading branch information
Juliako authored Aug 19, 2020
2 parents f1e2a2a + 9b9f2ca commit f019e94
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,3 @@ Checkout some of our [Jupyter notebook](https://jupyter.org/) samples for Live V
* How to create a Docker container image of an extension service
* How to deploy the extension service as a container along with the Live Video Analytics container
* How to use a Live Video Analytics media graph with an extension client and point it to the extension gRPC endpoint

### Live Video Analytics sample using [YOLOv4](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov4), a real-time convolutional neural network for real-time object detection.

|#|Framework|Extension|Accelerator|
|---|---|---|---|
|1|ONNX|gRPC|Intel® CPU|[Launch]()|
|2|Darknet|HTTP|Intel® CPU|[Launch]()|

### Live Video Analytics sample using [YOLOv3](https://pjreddie.com/darknet/yolo/), a real-time convolutional neural network for real-time object detection.

|#|Framework|Extension|Accelerator|
|---|---|---|---|
|1|ONNX|HTTP|Intel® CPU|[Launch]()|
|2|ONNX|HTTP|NVidia GPU|[Launch]()|
|3|ONNX|gRPC|Intel® CPU|[Launch]()|

### Live Video Analytics sample using Tiny YOLOv3, a lightweight variant of the YOLOv3 neural network.

|#|Framework|Extension|Accelerator|
|---|---|---|---|
|1|ONNX|HTTP|Intel® CPU|[Launch]()|
|2|ONNX|gRPC|Intel® CPU|[Launch]()|

### Live Video Analytics sample using [ResNet](https://github.com/onnx/models/tree/master/vision/classification/resnet), a residual neural network for image classification.

|#|Framework|Extension|Accelerator|
|---|---|---|---|
|1|ONNX|HTTP|Intel® CPU|[Launch]()|


0 comments on commit f019e94

Please sign in to comment.