Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.46k stars 1.49k forks source link

what is the different between Darknet and Yolov4 in train.py p616 #516

Open HuDi2018 opened 2 years ago

CongSuxu commented 2 years ago

I have the same question, do you have any answer now?

wanduoz commented 2 years ago

I guess you can use yolov4 model directly if you don't want to digger into darknet model. https://github.com/Tianxiaomo/pytorch-YOLOv4/issues/243