From e194d2547f10e7ab50d786762dcf9f5619069ce8 Mon Sep 17 00:00:00 2001 From: Jason Ku Date: Mon, 30 Sep 2019 13:29:31 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf46cae..4ed20e5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -# MonoPSR (CVPR 2019) +# MonoPSR [Monocular 3D Object Detection Leveraging Accurate Proposals and Shape Reconstruction](https://arxiv.org/abs/1904.01690) [Jason Ku*](http://kujason.com/), [Alex D. Pon*](http://alexdpon.com/), [Steven L. Waslander](https://scholar.google.ca/citations?user=CwgGTXMAAAAJ) (*Equal Contribution) -This repository contains the public release of the Tensorflow implementation of *Monocular 3D Object Detection Leveraging Accurate Proposals and Shape Reconstruction*. +This repository contains the public release of the Tensorflow implementation of *Monocular 3D Object Detection Leveraging Accurate Proposals and Shape Reconstruction* in CVPR 2019. ## Video Demo [video](https://youtu.be/_iJpEpXB7j4) showing results on several KITTI sequences. +[![Demo](http://img.youtube.com/vi/_iJpEpXB7j4/mqdefault.jpg)](https://youtu.be/_iJpEpXB7j4) + ## Getting Started Implemented and tested on Ubuntu 16.04 with Python 3.5 and Tensorflow 1.8.0.