Skip to content

Instantly share code, notes, and snippets.

@prabindh
Created May 28, 2019 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prabindh/4ce4d29b4ec38673af9a5666f62f7223 to your computer and use it in GitHub Desktop.
Save prabindh/4ce4d29b4ec38673af9a5666f62f7223 to your computer and use it in GitHub Desktop.
darknet master and alexey fork diff yolov3
$ diff ~/Downloads/yolov3.cfg-master.txt ~/Downloads/yolov3.cfg-alexeyab.txt
3,4c3,4
< # batch=1
< # subdivisions=1
---
> batch=1
> subdivisions=1
6,9c6,9
< batch=64
< subdivisions=16
< width=608
< height=608
---
> # batch=64
> # subdivisions=16
> width=416
> height=416
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment