Results 3 issues of ning

hi, in your code , global object orientation is regressed by CNN , from only the contents of the 2D detection result, but , I found that the author of...

@SeokjuLee VPGNet/caffe/tools/convert_driving_data.cpp [line 115] int resize_height = std::max(0, FLAGS_resize_height); ///480+32=512 int resize_width = std::max(0, FLAGS_resize_width); ///640+32=672 original images are resized to 672*512, should coordinates of lines be reseized also?? [line...

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...