5343aa4235
CUDA minor performance improvement
2019-01-16 18:08:11 +03:00
4c05166215
Temporary experimental XNOR on GPU (repack channels)
2019-01-16 02:43:44 +03:00
920d792a0c
Update Readme.md
2019-01-15 13:51:07 +03:00
d9e559a245
Update Readme.md
2019-01-14 17:10:42 +03:00
aeb8d55fff
Merge remote-tracking branch 'upstream/master'
2019-01-14 21:24:37 +08:00
83620d8b28
Training minor fix
2019-01-14 14:42:48 +03:00
d2b5e142b3
Minor fix
2019-01-14 13:56:42 +03:00
e13df51d19
Merge remote-tracking branch 'upstream/master'
2019-01-13 11:45:46 +08:00
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
7612131abb
in yolo_cpp_dll.sln, miss a “\”
...
I open yolo_cpp_dll.sln, and check the config. "\" is missed.
Linker -> General -> Additional Library Directories
$(CUDA_PATH)lib\$(PlatformName)-->$(CUDA_PATH)\lib\$(PlatformName)
2018-12-29 20:14:08 +08: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
440c942cd3
Update README.md (steps= for multi-gpu)
...
steps= remark for multi-gpu training
2018-12-23 12:03:17 -05: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