王加华
王加华
First, I noticed we need to permute `x` and `y` label in `build_yolo_target` in [kitti_bev_utils.py,](https://github.com/ghimiredhikura/Complex-YOLOv3/blob/master/utils/kitti_bev_utils.py#L125) which confuses me. ``` one_target.append(cl) one_target.append(y1) one_target.append(x1) ``` Besides, in [test_detection.py,](https://github.com/ghimiredhikura/Complex-YOLOv3/blob/master/test_detection.py#L152), `w` and `l` need...
Hi Kuangen, Your paper is really an enlightening work and thanks for sharing your code. But I wonder is there any difference between the graph feature extraction module and EdgeConv...