gd2016229035 / faster-rcnn-rgbd

Two stream Faster-RCNN evaluated on NYU Depth V2 dataset for RGBD object detection task.
Other
19 stars 5 forks source link

train.sh: Syntax error: redirection unexpected #8

Open tghoshmo opened 5 years ago

tghoshmo commented 5 years ago

Hello,

Can anyone explain me what are the functions of the following operators?

<<<<<<< HEAD

b43e1a358b5853ffb749ac931c9cd97a6dccf862

Thanks.

gd2016229035 commented 5 years ago

@tghoshmo emmmm I am sorry about that... There are meaningless code cause by git merge and commit. Just delete them.

JigyasaK commented 5 years ago

<<<<<<< HEAD predbboxes, predlabels, predscores = faster_rcnn.predict(imgs,img_depth, [sizes])

    pred_bboxes_, pred_labels_, pred_scores_ = faster_rcnn.predict(imgs,[sizes])

b43e1a358b5853ffb749ac931c9cd97a6dccf862

If there is code like this, which of the two lines should be deleted?