AlexeyAB
2c29218e4e
Added compute_mAP.cmd for calculation mAP for Pascal VOC 2007 dataset.
...
Added reval_voc_py3.py and voc_eval_py3.py for Python3.
2018-02-14 00:25:11 +03:00
AlexeyAB
9c847647a1
Another compile fix error
2018-02-12 22:54:10 +03:00
AlexeyAB
8df8b36f31
Compile fix
2018-02-12 22:49:40 +03:00
AlexeyAB
14db8f3384
Added linear extrapolation of coordinates
2018-02-12 22:36:52 +03:00
AlexeyAB
a2071e1585
Parameter (max) in the cfg-file has an effect on the Yolo-training
2018-02-10 01:48:38 +03:00
AlexeyAB
cd8a3dcb4c
Compile fixes
2018-02-09 02:22:42 +03:00
AlexeyAB
be90b8e8cb
Optimal params for optical flow tracking. Some small box fixes.
2018-02-09 01:50:35 +03:00
AlexeyAB
51d99f5903
Fixed compile error
2018-02-08 01:24:38 +03:00
Alexey
68ff1ad368
Update Readme.md - parameter for small objects
2018-02-08 01:13:08 +03:00
AlexeyAB
f03d486760
Makefile added hints to compile for Jetson Tx1 and Tx2
2018-02-08 01:09:30 +03:00
AlexeyAB
4373f897f1
Fixed densenet201_yolo.cfg - burn_in and poly policy, that changes learning rate
2018-02-08 01:07:19 +03:00
AlexeyAB
8b385e1afe
Fix for tracking
2018-02-08 01:05:04 +03:00
AlexeyAB
9ff40baa4f
Fixes for training Yolo on small objects
2018-02-08 01:04:40 +03:00
Alexey
64aa0180bb
Merge pull request #355 from PTS93/patch-1
...
Fix autosave interval
2018-02-03 15:42:16 +03:00
Alexey
f762e6adb5
Merge pull request #357 from rajendraarora16/new-changes-darknet
...
Fixes Readme.md for darknet_no_gpu.exe
2018-02-03 15:38:31 +03:00
Alexey
5baf36188a
Merge pull request #369 from stereomatchingkiss/fix_bug_368
...
fix bug 368
2018-02-03 15:37:48 +03:00
AlexeyAB
db3a3c54c5
Some fixes
2018-02-03 15:35:13 +03:00
stereomatchingkiss
192135106f
fix bug 368
2018-02-03 18:30:42 +08:00
AlexeyAB
063a23f637
Tracking small fixes
2018-01-31 01:55:25 +03:00
Rajendra Arora
21a2c68da2
Fixes Readme.md for darknet_no_gpu
2018-01-29 18:27:34 +05:30
PTS93
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
AlexeyAB
993e3a38aa
Tracking is simplified
2018-01-28 00:57:04 +03:00
AlexeyAB
e11430970b
Fixed compile error
2018-01-25 19:04:06 +03:00
AlexeyAB
181ac4dfe3
Fixed compile error
2018-01-25 18:28:26 +03:00
AlexeyAB
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
AlexeyAB
cc6ab9b3cc
Added preview boxes for SO/DLL usage
2018-01-24 19:11:18 +03:00
AlexeyAB
7c4a78b863
Replaced '\r' and '\n' by 0x0d and 0x0a
2018-01-22 19:20:58 +03:00
Alexey
22bf10984c
.circleci/config.yml added make clean
2018-01-18 02:19:34 +03:00
Alexey
9449156e6d
Added test-compile with: LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
2018-01-18 02:12:31 +03:00
AlexeyAB
54f83e1535
Some fixes
2018-01-17 21:05:07 +03:00
AlexeyAB
5a2a567970
Fixed wait_stream flag, for compilation without GPU
2018-01-17 12:56:51 +03:00
Alexey
270a38ecad
Update Readme.md
2018-01-14 15:12:10 +03:00
AlexeyAB
89d0c46bb3
Fixed tracking for OpenCV 3.x
2018-01-11 18:05:12 +03:00
AlexeyAB
5424987dd1
Fixed unused tracking for OpenCV 2.x
2018-01-11 16:11:16 +03:00
AlexeyAB
ea09a6e0b3
Command line for example of usage DLL/SO
2018-01-09 22:26:54 +03:00
AlexeyAB
aeb15b3cb9
Detection and Tracking work well
2018-01-08 01:47:50 +03:00
AlexeyAB
0cb81e5f50
Some stream fixes
2018-01-07 20:44:04 +03:00
AlexeyAB
0419c54042
Tracking and Streaming fixed.
2018-01-07 03:30:51 +03:00
AlexeyAB
e205c1e7ae
Tracking fixed
2018-01-05 02:23:10 +03:00
AlexeyAB
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
AlexeyAB
9d23aad869
Added CUDA-streams to Darknet-Yolo forward inference
2017-12-31 20:10:32 +03:00
AlexeyAB
83d9b0b6d8
Merge branch 'master' of github.com:AlexeyAB/darknet
2017-12-28 15:55:39 +03:00
Alexey
1d264dcb2b
Merge pull request #328 from Adesun/EOL
...
fix windows format EOL handle
2017-12-28 15:55:05 +03:00
Adesun
ca2e92ba1a
#270 #325
...
fix windows format EOL handle.
https://en.wikipedia.org/wiki/Newline
2017-12-28 20:23:05 +08:00
AlexeyAB
7113d2cc7f
Added object tracking using optical flow
2017-12-26 02:56:13 +03:00
Alexey
ee87f4b649
Update Readme.md
2017-12-19 16:58:29 +03:00
Alexey
75c39f5750
Update Readme.md
2017-12-07 20:49:47 +03:00
Alexey
d65cdf6042
Update Readme.md
2017-12-07 20:40:32 +03:00
Alexey
6896e7e5b1
Update Readme.md
2017-12-07 20:39:31 +03:00
Alexey
617cf313cc
Update Readme.md - fixed typo
2017-11-28 13:19:23 +03:00