Skip to content

Instantly share code, notes, and snippets.

@StevenPuttemans
Last active June 15, 2017 09:36
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 StevenPuttemans/fb93a7962cc0157d4c1a60014b1775a9 to your computer and use it in GitHub Desktop.
Save StevenPuttemans/fb93a7962cc0157d4c1a60014b1775a9 to your computer and use it in GitHub Desktop.
Darknet - stuff to investigate

Things to investigate considering the darknet framework

Possibility of actually freezing the layers. This can be done by editing the last layer in the *.cfg file and adding the following parameter l.stopbackward = option_find_int_quiet(options, "stopbackward", 0);.

Improving YOLO for close together objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment