Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created June 3, 2020 14:06
Show Gist options
  • Save arunm8489/59da0d867924ce7fd733c1d8cae2c55f to your computer and use it in GitHub Desktop.
Save arunm8489/59da0d867924ce7fd733c1d8cae2c55f to your computer and use it in GitHub Desktop.
config_file = 'yolov3.cfg'
blocks = parse_cfg(config_file)
darknet_details = blocks[0]
channels = 3
#list of filter numbers in each layer.It is useful while defining number of filters in routing layer
output_filters = []
modulelist = nn.ModuleList()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment