weight解析與layer實作 - jenhaoyang/ml_blog GitHub Wiki
參考:
https://github.com/AlexeyAB/darknet/issues/279#issuecomment-347002399
weight header
https://github.com/AlexeyAB/darknet/issues/2914#issuecomment-496675346
darknet region layer
https://github.com/AlexeyAB/darknet/blob/c1904068afc431ca54771e5dc20f2c588e876956/src/region_layer.c#L14
yolov2 pytorch load weight
https://github.com/tztztztztz/yolov2.pytorch/blob/014559ce4df8f7e580e339919a05a05d988073a4/util/network.py#L10