Zhuo Zhang
eb48cf1b98
fix tools/darknet/darknet2ncnn.cpp sign-compare warning ( #2396 )
5 years ago
Zhuo Zhang
cf31fda387
fix darknet2ncnn.cpp warnings ( #2209 )
* fix darknet2ncnn.cpp warnings
* revoke extra warning check
5 years ago
Evgeny Proydakov
4973773b35
Fixed compile warnings for gcc linux build. [-Wunused-result] ( #2199 )
5 years ago
ruru5697
e58a35aa65
fix darknet2ncnn maxpool padding size ( #2038 )
* fix maxpool padding size
* restyle
5 years ago
zchrissirhcz
7d2c3247bc
fix #1941 darknet2ncnn maxpool out_w issue ( #1972 )
* fix #1941 darknet2ncnn maxpool out_w issue
* fix typo caused build fail
* fix opencv4 c++11 flags in example folder
6 years ago
zhiliu6
0bc45eed52
Support yolov4-tiny conversion. ( #1893 )
* Support yolov4-tiny conversion.
Add darknet2ncnn readme.
Add yolov4 example.
* Restyled by clang-format
* Restyled by astyle
* Restyled by clang-format
* Restyled by astyle
Co-authored-by: Restyled.io <commits@restyled.io>
6 years ago
nihui
3ef995ed1e
format code style and setup restyled.io ( #1840 )
6 years ago
zhiliu6
63d7e2c88d
Add support for darknet EfficientNetB0-Yolov3 conversion. ( #1821 )
* fuse mish and depthwise convolution
* darknet2ncnn: support enet-coco conversion.
6 years ago
zhiliu6
2a97606239
darknet2ncnn: Add merge output option. ( #1743 )
* darknet2ncnn: Add an option, which is enabled by default, to merge all yolo output into one layer. The convert result is compatible with yolov3 example and can be used in benchmark.
6 years ago
zhiliu6
585480220f
Add darknet to ncnn converter with YOLOv4 support. ( #1740 )
* Add darknet to ncnn converter with YOLOv4 support.
* darknet2ncnn: add copyright info, fix clang compatibility
* fix wrong target
* darknet2ncnn: compatible with clang++ 9.0.0
6 years ago