ghimiredhikura / Complex-YOLOv3

PyTorch implementation of Complex-YOLO paper with YoloV3
GNU General Public License v3.0
190 stars 68 forks source link

Confused about the borrowed repo: eriklindernoren/PyTorch-YOLOv3 #36

Open chengcchn opened 4 years ago

chengcchn commented 4 years ago

Hi, ghimiredhikura: I want to learn your code, but I firstly try to reproduce the YOLOv3 with your borrowed repo "eriklindernoren/PyTorch-YOLOv3". I trained it on KITTI 2D Detection datasets, but got the poor performance. image I want to ask you why did you choose this repo as basics and how did you solve the above problem?