YOLO architecturedarkflow codebaseTensorFlowdarknet cfg format
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
15
調査方針
Analyze the current YOLOv2 implementation in darkflow (e.g., darkflow/darkflow/net/yolo.py) to understand how cfg and weights are parsed. Compare YOLOv3's architecture (https://pjreddie.com/darknet/yolo/) to identify required changes in layer parsing and network construction. Check the issue comments (#665) for any guidance or attempts from the community. Review the darknet repository for YOLOv3 cfg and weights formats.
YOLOv3 support · thtrieu/darkflow#665 | Good First Issue