727 Commits (d3d4c0e699c398ecdad91ef15927b49816275e35)
 

Author SHA1 Message Date
Adesun d3d4c0e699 parsing training log and plot 7 years ago
Alexey 85388d6708
Merge pull request #754 from tigerhawkvok/python3-detection-runner 7 years ago
Philip Kahn 51fbf01277
Address GPU message in root dir 7 years ago
Philip Kahn 75295718e1
Address GPU message in build dir 7 years ago
Philip Kahn 1aadf29a51
fix detection paths 7 years ago
Philip Kahn 3a2a8653a6
Fix detection paths 7 years ago
Philip Kahn 29f3c37314
Remove debugging line 7 years ago
Philip Kahn 9c400dc5b8
Remove debugging line 7 years ago
Philip Kahn 3459c47bfa
Also replace root version to Python3 7 years ago
Philip Kahn eaecb49a5f
Change darknet.py to Python 3 compatibility 7 years ago
AlexeyAB 89354d0a0c Fixed memory leaks. And fixes for Web-camera and IP-camera. 7 years ago
AlexeyAB 4232ace376 Fix webcam memory leak 7 years ago
Alexey 535353cdaa
Merge pull request #737 from IlyaOvodov/Fix_thin 7 years ago
iovodov 92b25a7200 FIX #736: Detector does not draw rects for images with small resolutions 7 years ago
AlexeyAB a0e288f0dc Increased speed of darknet.py. Fixed functions related to resize_image(). 7 years ago
Alexey 5e3dcb6f34
Update Readme.md 7 years ago
AlexeyAB 15139eb6ab Fixed TP/FP/FN, IoU calculation for specified threshold 7 years ago
AlexeyAB 3df335bb50 Fixed SSE4.1 dependencies when AVX=1 on Linux 7 years ago
Alexey a2f3644e87
Merge pull request #675 from IlyaOvodov/Flip_Fix 7 years ago
iovodov 9207607a59 Fix issue #674: parameter "flip" is added to [net] parameters for classifier and detector 7 years ago
AlexeyAB e18a303d1c Fixed utils.c for short lines. 7 years ago
AlexeyAB 5d616450a4 Usage of calc_anchors 7 years ago
AlexeyAB 5767893292 Fixed typo for calc_anchors 7 years ago
AlexeyAB c2c8595b08 Fixed detection and validate(recall, map) for .png and .bmp images. 7 years ago
AlexeyAB eccfccdaf7 Focal loss fixed 7 years ago
AlexeyAB 6056b835eb Fixed Focal-loss 7 years ago
AlexeyAB 57fce97fd5 yolo_console_dll.cpp uses Yolo v3 by default 7 years ago
AlexeyAB 8fcf3f04ee sure ODR 7 years ago
AlexeyAB 9f2dbfa7df Added flag AVX to the Makefile 7 years ago
AlexeyAB 6e3afec85a Fixed Python detection 7 years ago
Alexey 140333977c
Update Readme.md 7 years ago
AlexeyAB 9bae70b225 Accelerated by another 5% using FP16/32 Batch-norm for Tensor Cores. 7 years ago
AlexeyAB 701f4fab63 Compile fix 7 years ago
AlexeyAB 892137f3aa Added CUDNN_HALF to the Makefile 7 years ago
AlexeyAB 823c3f4b28 Fixed AVX detection on Linux. 7 years ago
Alexey 17d242bd50
Update Readme.md 7 years ago
AlexeyAB c52fa47428 Loss-graph store automatically (iterations == max_batches) at the end of training 7 years ago
AlexeyAB 6aa140b3c6 Disable burn_in for FP16 Tensor Cores 7 years ago
Alexey 5c1e8e3f48
Update Readme.md 7 years ago
AlexeyAB eb9c88ef73 Fixed bug in Tensor Cores V100 (1. Desc in Batch norm, 2. Manually selected algo). 7 years ago
AlexeyAB 16cfff811f Fixed resize_shortcut_layer() for resnet50_yolo.cfg on Linux 7 years ago
AlexeyAB 408bde78ff Fixed darknet.py for Linux 7 years ago
Alexey b9b0bf5131
Update Readme.md 7 years ago
AlexeyAB 0fe1c6bcc8 Minor fix for yolo_console_dll.cpp 7 years ago
AlexeyAB fc496d52bf Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/darknet.py on Windows 7 years ago
AlexeyAB d75854c0fd Minor fix 7 years ago
AlexeyAB 1c39aeca00 Try to fix 7 years ago
AlexeyAB d3bdf7cfdf Fixed compile with DEBUG=1 7 years ago
AlexeyAB 4d9a2bdac6 Minor fixes 7 years ago
AlexeyAB bd9989d29a Exit by ESC in yolo_console_dll.cpp 7 years ago