WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two questions about yolov4-paspp.cfg and relationship between this repository and "Scaled YOLO" repository

xiaohenghuang opened this issue · comments

@WongKinYiu Hi WongKinYiu,
I have two questions about cfg files:

  1. I am wondering does yolov4-paspp.cfg use CSP-ized YOLOv4 backbone?
  2. Meanwhile, does this folder ("PyTorch_YOLOv4") include work from "Scaled YOLOv4"? Because I feel all the cfg files, except "yolov4.cfg" are actually Scaled YOLO version.

Thanks in advance!!

You can download a software called "Netron" to check the cfg files,the CSP-ized YOLOv4 structure is different from YOLOv4 structures

You can download a software called "Netron" to check the cfg files,the CSP-ized YOLOv4 structure is different from YOLOv4 structures

You can download a software called "Netron" to check the cfg files,the CSP-ized YOLOv4 structure is different from YOLOv4 structures

Yes that's true. The CSP-ized is definitely different, if I read the paper.

Cool! I will use Netron to check!
Thank you!

I found my answer here