Commit Graph

628 Commits

Author SHA1 Message Date
AlexeyAB 033e934ce8 If there is excessive GPU-RAM consumption by CUDNN then then do not use Workspace 2018-02-21 19:14:01 +03:00
AlexeyAB e4ab47dfce Optimized resizing of region_layer for random=1 2018-02-21 15:35:09 +03:00
AlexeyAB 4b0be8c701 Optimized resizing of network for random=1 2018-02-21 15:06:11 +03:00
AlexeyAB 068090c3a4 Minor fix 2018-02-21 00:14:46 +03:00
AlexeyAB 2972f8de8e Fixed Tracking using SparsePyrLKOpticalFlow on CPU 2018-02-20 02:43:04 +03:00
Alexey 5f74aeb224
Merge pull request #398 from HowardStark/master
CPU implementation of Tracker_optflow
2018-02-20 01:53:45 +03:00
Howard Stark d8b59fcafe
Changed definition location to adhere to compatability promises 2018-02-19 14:26:53 -08:00
Howard Stark 892860e84e
Added CPU Optical Flow 2018-02-18 22:04:01 -08:00
Alexey 4a7a076d09
Update Readme.md 2018-02-19 02:28:46 +03:00
AlexeyAB 8474f491f2 Minor fix 2018-02-18 19:45:38 +03:00
Alexey 1106f5325b
Update Readme.md 2018-02-18 19:44:58 +03:00
AlexeyAB 82f630cac7 Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/Firefox) 2018-02-18 02:31:56 +03:00
AlexeyAB baf3fcb491 Calculation TP, FP, FN, avg_IoU for default threshold during mAP calculation 2018-02-17 02:26:08 +03:00
AlexeyAB 65bff2683b It takes into account the Difficult for calculating mAP for PascalVOC 2018-02-16 23:55:37 +03:00
AlexeyAB a1af57d8d6 Added C implementation of calculation mAP (mean average precision) using Darknet 2018-02-15 15:43:25 +03:00
AlexeyAB 6af2cf692c resnet152.cfg 2018-02-15 14:52:51 +03:00
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