From 357cacdd2ab48845253be1f86158ba26040a7aa1 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Mon, 29 Jan 2018 12:12:21 -0800 Subject: [PATCH] Updated GSoC_2018 (markdown) --- GSoC_2018.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GSoC_2018.md b/GSoC_2018.md index 867faf2..a2d04b0 100644 --- a/GSoC_2018.md +++ b/GSoC_2018.md @@ -206,7 +206,8 @@ Improving [DNN module](https://github.com/opencv/opencv_contrib/tree/master/modu #### 2c. Reading ONNX - Implement ONNX format parser. We already support Caffe 1 (with various extensions), TF, Torch and part of Darknet. Adding yet another parser is time-consuming but quite straight-forward thing. -We have found a good reference [starting point for this project here](https://github.com/lcskrishna/onnx-parser). Basically, we need to parse this network structure and fill out the DNN data structures that come with a download of OpenCV. There are several people working on DNN right now, so one of them will mentor this through to finish. +- We have found a good reference [starting point for this project here](https://github.com/lcskrishna/onnx-parser). + - Basically, we need to parse this network structure and fill out the DNN data structures that come with a download of OpenCV. There are several people working on DNN right now, so one of them will mentor this through to finish. ### 3a. Add April Tags to OpenCV, show examples of calibration using them [April Tags](http://people.csail.mit.edu/kaess/apriltags/)