Commit Graph

1022 Commits

Author SHA1 Message Date
a590609b1b Compile fix 2019-01-12 13:50:51 +03:00
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
5c55137687 Minor fix 2019-01-12 02:56:30 +03:00
840aac5115 Update Readme.md 2019-01-11 23:24:57 +03:00
eb64e2b13c Added SO_REUSEADDR and SO_REUSEPORT for JSON & MJPEG streams 2019-01-11 23:11:25 +03:00
937306f0c9 Fixed JSON-stream and MJPEG-stream on Windows and Linux. 2019-01-11 22:39:29 +03:00
55f57e9ac1 Merge pull request #2179 from jureviciusr/patch-1
Bad memory allocation
2019-01-11 16:25:07 +03:00
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
041cffd9b8 Compile fix 2019-01-11 01:05:44 +03:00
580b2fb83c Fixed ./darknet detect ... 2019-01-11 00:52:19 +03:00
97038fefa6 Fixed bug with saving training Loss-Chart 2019-01-09 21:47:37 +03:00
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
596311e2c7 Another compile fix ) 2019-01-09 13:53:33 +03:00
63a2f005aa Compile fix 2019-01-09 13:46:53 +03:00
e6eba22adb Graceful shutdown closes sockets 2019-01-09 03:20:29 +03:00
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
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
fd0df9297c Fixed compiling yolo_cpp_dll.sln in Debug & x64 2019-01-08 01:21:19 +03:00
3ff5084590 Added include/darknet.h 2019-01-06 23:51:38 +03:00
c56931dd75 Compile fix 2019-01-06 16:00:00 +03:00
c75fbb5f2e Minor fix 2019-01-06 15:45:10 +03:00
333f1de2c3 Update Readme.md 2019-01-06 01:27:41 +03:00
48d461f9bd Temporary experimental XNOR improvements on CPU 2019-01-04 23:19:45 +03:00
1a2f16e9d9 Update Readme.md 2019-01-04 19:01:33 +03:00
29f509e2b7 Added yolov3-tiny_3l.cfg for small objects 2019-01-04 18:46:10 +03:00
527578744b Minor fix 2018-12-29 22:56:38 +03:00
cb94ef9308 Use dont_show in the obj.data file to disable detection for a specific class 2018-12-29 21:52:31 +03:00
08f0f80b66 Adam optimizer fixed 2018-12-29 01:32:11 +03:00
64e478db07 Fix training approach (convolutional layer) 2018-12-27 00:31:28 +03:00
dc827f4c1c Minor fix for mAP calculation during training 2018-12-27 00:30:05 +03:00
95773cfb42 Merge pull request #2111 from heethesh/master
Fixed typo in weights file
2018-12-26 16:34:34 +03:00
5bc7c06891 Fixed typo in weights file 2018-12-26 17:21:54 +04:00
1b20072096 Optimized memory consumption during Training with -map flag 2018-12-25 21:06:13 +03:00
b87080882a Minor fix for multi-GPU training with -map flag 2018-12-25 18:21:32 +03:00
06232b31f4 Compile fix 2018-12-25 02:38:33 +03:00
f38d060137 Fixed mAP chart during training for CUDNN=1 2018-12-25 02:34:32 +03:00
78d1ade380 Update Readme.md 2018-12-23 01:00:16 +03:00
7d0efaa936 get_coco_dataset.sh downloads MS COCO dataset from images.cocodataset.org 2018-12-21 23:07:37 +03:00
49189c22e8 Fix mAP chart 2018-12-19 01:54:18 +03:00
9f5478983d Update Readme.md 2018-12-15 19:29:19 +03:00
2c04b6ab9a Update Readme.md 2018-12-13 16:29:16 +03:00
f0bed8ef73 Fixed drawing mAP 2018-12-12 23:20:44 +03:00
6b4dca27d3 Update Readm.emd 2018-12-12 18:05:09 +03:00
3969ce30ed Speedup Tensor Cores: 1st layer uses FP32 and pre-allocate GPU memory for Tensor Cores 2018-12-11 23:48:58 +03:00
25f133d6ef Another one minor fix 2018-12-11 21:26:36 +03:00
cb998db949 Some fix for CUDNN_HALF 2018-12-11 21:16:18 +03:00
e9226be3ed calc_anchors can be used without OpenCV, and it uses (1-IoU) instead of Euclidean distance 2018-12-11 15:59:23 +03:00
fb1ee79576 Minor fix 2018-12-10 02:22:45 +03:00
3256967119 Update Readme.md 2018-12-10 01:37:40 +03:00
a621235783 Switch to Tensor Cores after 2000 iterations. 2018-12-10 01:35:08 +03:00