From 4fd84b1876feafc701016c64614a30903c53e7f1 Mon Sep 17 00:00:00 2001 From: Micaela Verucchi Date: Wed, 29 Apr 2020 18:34:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8431079..7f1016d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ tkDNN is a Deep Neural Network library built with cuDNN and tensorRT primitives, specifically thought to work on NVIDIA Jetson Boards. It has been tested on TK1(branch cudnn2), TX1, TX2, AGX Xavier and several discrete GPU. The main goal of this project is to exploit NVIDIA boards as much as possible to obtain the best inference performance. It does not allow training. +Accepted paper @ IRC 2020, will soon been published. +M. Verucchi, L. Bartoli, F. Bagni, F. Gatti, P. Burgio and M. Bertogna, "Real-Time clustering and LiDAR-camera fusion on embedded platforms for self-driving cars", in proceedings in IEEE Robotic Computing (2020) + ## Index - [tkDNN](#tkdnn) - [Index](#index)