From 1d6fba6962bf4be43532e050c1610426093099ce Mon Sep 17 00:00:00 2001 From: Simon Meister Date: Wed, 15 Nov 2017 18:18:38 +0100 Subject: [PATCH] Update approach.tex --- approach.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/approach.tex b/approach.tex index 567ab6b..f5b6679 100644 --- a/approach.tex +++ b/approach.tex @@ -8,10 +8,11 @@ For this, we extend Mask R-CNN in two straightforward ways. First, we modify the backbone network and provide two frames to the R-CNN system in order to enable image matching between the consecutive frames. Second, we extend the Mask R-CNN RoI head to predict a 3D motion for each -region proposal. Table \ref{table:motionrcnn_resnet} shows the modified network. +region proposal. Tables \ref{table:motionrcnn_resnet} and \ref{table:motionrcnn_resnet_fpn} +show our Motion R-CNN networks based on Mask R-CNN ResNet-50 and Mask R-CNN ResNet-50-FPN, +rspectively. -{ -\begin{table}[h] +{\begin{table}[h] \centering \begin{tabular}{llr} \toprule