Commit Graph

1141 Commits

Author SHA1 Message Date
AlexeyAB 2cd37ec73e Another minor fix 2019-01-22 17:31:07 +03:00
AlexeyAB 0541428f78 Merge branch 'master' of github.com:AlexeyAB/darknet 2019-01-22 16:24:22 +03:00
AlexeyAB 46be08db37 Minor fix 2019-01-22 16:23:44 +03:00
Alexey ec9b989c0a
Update Readme.md 2019-01-21 22:40:56 +03:00
AlexeyAB 81f7fc2c7b Fixed network resize memory allocation 2019-01-21 15:32:57 +03:00
AlexeyAB 226322523e Fixed calc_anchors 2019-01-21 14:54:51 +03:00
Alexey 8b7494d920
Update Readme.md 2019-01-21 02:38:58 +03:00
AlexeyAB 17019854c3 XNOR minor fix 2019-01-19 03:18:50 +03:00
AlexeyAB 6e99e852ff Network resize is fixed 2019-01-18 23:30:10 +03:00
AlexeyAB 0e022d0912 Fixed timer 2019-01-18 21:29:06 +03:00
AlexeyAB 4ed6fd1ada Fix for compilation on Google Colab 2019-01-18 19:54:05 +03:00
AlexeyAB 3a51f4af74 Experimental repack 2019-01-18 19:52:11 +03:00
AlexeyAB bf6b40f4e9 Another CUDA performance improvements 2019-01-18 16:29:54 +03:00
AlexeyAB 5343aa4235 CUDA minor performance improvement 2019-01-16 18:08:11 +03:00
AlexeyAB 4c05166215 Temporary experimental XNOR on GPU (repack channels) 2019-01-16 02:43:44 +03:00
Alexey 920d792a0c
Update Readme.md 2019-01-15 13:51:07 +03:00
Alexey d9e559a245
Update Readme.md 2019-01-14 17:10:42 +03:00
AlexeyAB 83620d8b28 Training minor fix 2019-01-14 14:42:48 +03:00
AlexeyAB d2b5e142b3 Minor fix 2019-01-14 13:56:42 +03:00
AlexeyAB a590609b1b Compile fix 2019-01-12 13:50:51 +03:00
AlexeyAB 70260cda24 Added -mjpeg_port 8090 for Training. Loss-chart saved to chart.png even when used -dont_show.
mAP is calculated during training even without OpenCV.
2019-01-12 13:45:37 +03:00
AlexeyAB 5c55137687 Minor fix 2019-01-12 02:56:30 +03:00
Alexey 840aac5115
Update Readme.md 2019-01-11 23:24:57 +03:00
AlexeyAB eb64e2b13c Added SO_REUSEADDR and SO_REUSEPORT for JSON & MJPEG streams 2019-01-11 23:11:25 +03:00
AlexeyAB 937306f0c9 Fixed JSON-stream and MJPEG-stream on Windows and Linux. 2019-01-11 22:39:29 +03:00
Alexey 55f57e9ac1
Merge pull request #2179 from jureviciusr/patch-1
Bad memory allocation
2019-01-11 16:25:07 +03:00
jureviciusr 95904cf65a
Bad memory allocation
the variable [network->seen is declared uint64_t* ](https://github.com/AlexeyAB/darknet/blob/master/include/darknet.h#L519), but constructing function allocates only 4 bytes for (int) here
2019-01-11 14:56:03 +02:00
AlexeyAB 041cffd9b8 Compile fix 2019-01-11 01:05:44 +03:00
AlexeyAB 580b2fb83c Fixed ./darknet detect ... 2019-01-11 00:52:19 +03:00
AlexeyAB 97038fefa6 Fixed bug with saving training Loss-Chart 2019-01-09 21:47:37 +03:00
AlexeyAB 5ee166032a Use detector test...-out result.json -dont_show < train.txt to save results to JSON-file 2019-01-09 17:49:37 +03:00
AlexeyAB 596311e2c7 Another compile fix ) 2019-01-09 13:53:33 +03:00
AlexeyAB 63a2f005aa Compile fix 2019-01-09 13:46:53 +03:00
AlexeyAB e6eba22adb Graceful shutdown closes sockets 2019-01-09 03:20:29 +03:00
AlexeyAB c31a245665 Experimental. Use -json_port 8070 to allow connection to the port:8070 to get json-stream 2019-01-09 00:11:59 +03:00
AlexeyAB ead84c8ba2 Now you can un-comment several lines for saving images of cropped objects to /result_img/ directory 2019-01-08 18:34:59 +03:00
AlexeyAB fd0df9297c Fixed compiling yolo_cpp_dll.sln in Debug & x64 2019-01-08 01:21:19 +03:00
AlexeyAB 3ff5084590 Added include/darknet.h 2019-01-06 23:51:38 +03:00
AlexeyAB c56931dd75 Compile fix 2019-01-06 16:00:00 +03:00
AlexeyAB c75fbb5f2e Minor fix 2019-01-06 15:45:10 +03:00
Alexey 333f1de2c3
Update Readme.md 2019-01-06 01:27:41 +03:00
AlexeyAB 48d461f9bd Temporary experimental XNOR improvements on CPU 2019-01-04 23:19:45 +03:00
Alexey 1a2f16e9d9
Update Readme.md 2019-01-04 19:01:33 +03:00
AlexeyAB 29f509e2b7 Added yolov3-tiny_3l.cfg for small objects 2019-01-04 18:46:10 +03:00
AlexeyAB 527578744b Minor fix 2018-12-29 22:56:38 +03:00
AlexeyAB cb94ef9308 Use `dont_show` in the obj.data file to disable detection for a specific class 2018-12-29 21:52:31 +03:00
AlexeyAB 08f0f80b66 Adam optimizer fixed 2018-12-29 01:32:11 +03:00
AlexeyAB 64e478db07 Fix training approach (convolutional layer) 2018-12-27 00:31:28 +03:00
AlexeyAB dc827f4c1c Minor fix for mAP calculation during training 2018-12-27 00:30:05 +03:00
Alexey 95773cfb42
Merge pull request #2111 from heethesh/master
Fixed typo in weights file
2018-12-26 16:34:34 +03:00