From ad58ab712a1275c263b4f0a50c5c909401d9a99b Mon Sep 17 00:00:00 2001 From: Akshay Rangesh Date: Wed, 11 Mar 2020 12:38:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce77c2..2ef0e05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ground Plane Polling for 6DoF Pose Estimation of Objects on the Road -Keras implementation for training and testing the models described in [Ground Plane Polling for 6DoF Pose Estimation of Objects on the Road](http://cvrr.ucsd.edu/publications/2018/GPP.pdf). +Keras implementation for training and testing the models described in [Ground Plane Polling for 6DoF Pose Estimation of Objects on the Road](http://cvrr.ucsd.edu/publications/2020/GPP.pdf). This repository was created by modifying the pre-existing Keras RetinaNet implementation found [here](https://github.com/fizyr/keras-retinanet). The original README from Keras Retinanet has been reproduced here with relevant modifications. ## Installation