07b39c5f57
Fix autosave interval
...
In the current code it simply saves every 100 iterations. I changed the readme to reflect that.
In detector.c atm:
´//if (i % 1000 == 0 || (i < 1000 && i % 100 == 0)) {
if (i % 100 == 0) {
...
´
2018-01-28 14:28:30 +01:00
993e3a38aa
Tracking is simplified
2018-01-28 00:57:04 +03:00
e11430970b
Fixed compile error
2018-01-25 19:04:06 +03:00
181ac4dfe3
Fixed compile error
2018-01-25 18:28:26 +03:00
8b94d474d5
Fixed preview box for short-term object detection (small box) and long-term object tracking (large box)
2018-01-25 17:42:45 +03:00
cc6ab9b3cc
Added preview boxes for SO/DLL usage
2018-01-24 19:11:18 +03:00
7c4a78b863
Replaced '\r' and '\n' by 0x0d and 0x0a
2018-01-22 19:20:58 +03:00
22bf10984c
.circleci/config.yml added make clean
2018-01-18 02:19:34 +03:00
9449156e6d
Added test-compile with: LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
2018-01-18 02:12:31 +03:00
54f83e1535
Some fixes
2018-01-17 21:05:07 +03:00
5a2a567970
Fixed wait_stream flag, for compilation without GPU
2018-01-17 12:56:51 +03:00
270a38ecad
Update Readme.md
2018-01-14 15:12:10 +03:00
89d0c46bb3
Fixed tracking for OpenCV 3.x
2018-01-11 18:05:12 +03:00
5424987dd1
Fixed unused tracking for OpenCV 2.x
2018-01-11 16:11:16 +03:00
ea09a6e0b3
Command line for example of usage DLL/SO
2018-01-09 22:26:54 +03:00
aeb15b3cb9
Detection and Tracking work well
2018-01-08 01:47:50 +03:00
0cb81e5f50
Some stream fixes
2018-01-07 20:44:04 +03:00
0419c54042
Tracking and Streaming fixed.
2018-01-07 03:30:51 +03:00
e205c1e7ae
Tracking fixed
2018-01-05 02:23:10 +03:00
9ac78d8b84
Fine tuning, use stopbackward=1 in the cfg-file in that layer where Backward should be stopped.
2018-01-05 00:58:52 +03:00
9d23aad869
Added CUDA-streams to Darknet-Yolo forward inference
2017-12-31 20:10:32 +03:00
83d9b0b6d8
Merge branch 'master' of github.com:AlexeyAB/darknet
2017-12-28 15:55:39 +03:00
1d264dcb2b
Merge pull request #328 from Adesun/EOL
...
fix windows format EOL handle
2017-12-28 15:55:05 +03:00
ca2e92ba1a
#270 #325
...
fix windows format EOL handle.
https://en.wikipedia.org/wiki/Newline
2017-12-28 20:23:05 +08:00
7113d2cc7f
Added object tracking using optical flow
2017-12-26 02:56:13 +03:00
ee87f4b649
Update Readme.md
2017-12-19 16:58:29 +03:00
75c39f5750
Update Readme.md
2017-12-07 20:49:47 +03:00
d65cdf6042
Update Readme.md
2017-12-07 20:40:32 +03:00
6896e7e5b1
Update Readme.md
2017-12-07 20:39:31 +03:00
617cf313cc
Update Readme.md - fixed typo
2017-11-28 13:19:23 +03:00
eeb81f2937
Update Readme.md
2017-11-26 20:47:37 +03:00
c1904068af
Update Readme.md
2017-11-21 00:12:03 +03:00
12c1d55942
Fixed for web-cam
2017-11-08 17:18:33 +03:00
a4e1dc9078
Update Readme.md
2017-11-03 23:13:17 +03:00
49d39922e6
Update Readme.md
2017-11-02 18:04:18 +03:00
accf3a59c8
Validate and recall always with batch=1
2017-10-31 22:10:31 +03:00
28d56b3d56
Update Readme.md
2017-10-31 14:07:43 +03:00
6ccb41808c
Additional fixes
2017-10-29 18:58:07 +03:00
84cdbaa1f1
Fixed for Linux: detection for batch > 1 and 0x0d at command line
2017-10-29 18:34:55 +03:00
b714004546
Fixed bug with: net->seen
2017-10-26 18:04:26 +03:00
56fd10435a
Use load_image_cv() on OpenCV 3.x
2017-10-26 15:50:38 +03:00
97a7064840
Automatic opencv versioning
2017-10-23 18:44:31 +03:00
996227049d
yolo_console_dll.cpp OpenCV 3.3.0
2017-10-23 16:55:06 +03:00
84d6533cb8
Fixed OpenCV usage in the yolo_console_dll.cpp
2017-10-23 16:43:03 +03:00
ae74d0ef31
Fixed fread() for net->seen
2017-10-21 23:56:07 +03:00
e50489bcd7
Try to compile with CUDA and OpenCV
2017-10-19 23:28:27 +03:00
75e3936aa1
Fixed Makefile for the CUDA 9.0
2017-10-19 23:22:43 +03:00
db73dc9027
CircleCI: compile with CUDA 9.0 and cuDNN 7
2017-10-19 23:17:06 +03:00
4fc963681a
Update Readme.md - CircleCI badge
2017-10-19 03:05:04 +03:00
528e7668d7
circleci: remove opencv
2017-10-19 03:01:12 +03:00