3D-Deepbox icon indicating copy to clipboard operation
3D-Deepbox copied to clipboard

3D Box orientation Regression problem

Open weisili2016 opened this issue 7 years ago • 3 comments

hi, in your code , global object orientation is regressed by CNN , from only the contents of the 2D bboxs result, but , I found that the author of the paper[https://arxiv.org/abs/1612.00496] suggested that ,local orientation is regressed, not the global object orientation. Did I get it wrong?

weisili2016 avatar Feb 28 '18 07:02 weisili2016

Hi @weisili2016 , The CNN will predict the local object orientation, not the global object orientation.

So in testing phase, θlocal will add with θray. https://github.com/smallcorgi/3D-Deepbox/blob/c409d46648afc241930972bae5f1a2c700816862/main.py#L252

smallcorgi avatar Mar 01 '18 03:03 smallcorgi

@smallcorgi data_processing.py line 14. def compute_anchors(angle): ....

so, in training phase ,the input angle is the local object orientation?

weisili2016 avatar Mar 01 '18 09:03 weisili2016

@weisili2016 Yes.

smallcorgi avatar Mar 29 '18 17:03 smallcorgi