Results 4 comments of ning

@experiencor 3D Box Regression.ipynb ///////////Preprocessing stuff/////////////// def compute_anchors(angle): ///input angle anchors = [] wedge = 2.*np.pi/BIN l_index = int(angle/wedge) r_index = l_index + 1 ...... What does the input angle...

@smallcorgi [data_processing.py](https://github.com/smallcorgi/3D-Deepbox/blob/master/data_processing.py) line 14. def compute_anchors(angle): .... so, in training phase ,the input angle is the local object orientation?

@dbcSep03 最后怎么处理的,遇到同样问题

@woodfrog 能否把floorplan和HD map 对应的权重和数据都同步至百度网盘,多谢哈