|
f0bc634a74
|
Fixed saving video file
|
2018-03-05 13:25:27 +03:00 |
|
|
09fdb67d66
|
Update Readme.md
|
2018-03-05 01:43:56 +03:00 |
|
|
c123f320fc
|
Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_show to disable.
|
2018-03-04 23:41:23 +03:00 |
|
|
48586c8d4d
|
Compile fix
|
2018-03-04 18:15:56 +03:00 |
|
|
74f98da211
|
Show IoU, save anchors to file.Show anchors in the window if used -show
|
2018-03-04 17:59:23 +03:00 |
|
|
f39160f6e8
|
Added: calc_anchors
|
2018-03-04 03:09:40 +03:00 |
|
|
fe44d3d0f2
|
Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file.
|
2018-03-03 18:09:46 +03:00 |
|
|
e16c901163
|
minor fix
|
2018-03-02 00:16:26 +03:00 |
|
|
be9ccb7d7f
|
Added F1 score to accuracy statistic
|
2018-03-02 00:09:52 +03:00 |
|
|
1e84a2804e
|
Update Readme.md
|
2018-03-01 18:38:58 +03:00 |
|
|
671735fb00
|
Update Readme.md
|
2018-03-01 18:36:14 +03:00 |
|
|
7caf345d36
|
One more fix
|
2018-03-01 16:42:30 +03:00 |
|
|
18d5670d64
|
Compile fix
|
2018-03-01 16:33:40 +03:00 |
|
|
5cd147031b
|
Added param -dont_show to detect objects on servers without display, like Amazon EC2
|
2018-03-01 16:05:39 +03:00 |
|
|
35a66b73a2
|
Changed class to class_id
|
2018-03-01 15:14:58 +03:00 |
|
|
17b22d7ce7
|
Update Readme.md
|
2018-03-01 03:10:32 +03:00 |
|
|
490d02505b
|
Fixed VideoWriter
|
2018-02-26 21:48:09 +03:00 |
|
|
e96a454ca1
|
Update Readme.md
|
2018-02-26 01:13:55 +03:00 |
|
|
48d713fd49
|
Fine-tuning densenet201_yolo.cfg and resnet50_yolo.cfg
|
2018-02-26 01:09:14 +03:00 |
|
|
cad4d1618f
|
Added support for Tensor Cores CC >= 7.0 (V100). For FP16/32 (mixed precision) define CUDNN_HALF should be used.
|
2018-02-25 16:29:44 +03:00 |
|
|
85eafd3d59
|
Added partial.cmd
|
2018-02-25 15:23:11 +03:00 |
|
|
3ff4797b4c
|
Added gen_anchors.py
|
2018-02-25 14:48:08 +03:00 |
|
|
175e47317e
|
Update Readme.md
|
2018-02-24 02:35:38 +03:00 |
|
|
cd2bdec090
|
Updated to CUDA 9.1. And fixed no_gpu dependecies.
|
2018-02-23 15:05:31 +03:00 |
|
|
6332ea99ab
|
one more fix
|
2018-02-23 00:13:08 +03:00 |
|
|
b2b5756d86
|
Added __float2half_rn() and __half2float()
|
2018-02-22 23:52:43 +03:00 |
|
|
f558d5c39c
|
Fix
|
2018-02-22 23:16:36 +03:00 |
|
|
dda993f3dd
|
Use half_float16 instead of float32 if defined both CUDNN and CUDNN_HALF. Use Tensor Cores.
|
2018-02-22 22:54:40 +03:00 |
|
|
033e934ce8
|
If there is excessive GPU-RAM consumption by CUDNN then then do not use Workspace
|
2018-02-21 19:14:01 +03:00 |
|
|
e4ab47dfce
|
Optimized resizing of region_layer for random=1
|
2018-02-21 15:35:09 +03:00 |
|
|
4b0be8c701
|
Optimized resizing of network for random=1
|
2018-02-21 15:06:11 +03:00 |
|
|
068090c3a4
|
Minor fix
|
2018-02-21 00:14:46 +03:00 |
|
|
2972f8de8e
|
Fixed Tracking using SparsePyrLKOpticalFlow on CPU
|
2018-02-20 02:43:04 +03:00 |
|
|
5f74aeb224
|
Merge pull request #398 from HowardStark/master
CPU implementation of Tracker_optflow
|
2018-02-20 01:53:45 +03:00 |
|
|
d8b59fcafe
|
Changed definition location to adhere to compatability promises
|
2018-02-19 14:26:53 -08:00 |
|
|
892860e84e
|
Added CPU Optical Flow
|
2018-02-18 22:04:01 -08:00 |
|
|
4a7a076d09
|
Update Readme.md
|
2018-02-19 02:28:46 +03:00 |
|
|
8474f491f2
|
Minor fix
|
2018-02-18 19:45:38 +03:00 |
|
|
1106f5325b
|
Update Readme.md
|
2018-02-18 19:44:58 +03:00 |
|
|
82f630cac7
|
Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/Firefox)
|
2018-02-18 02:31:56 +03:00 |
|
|
baf3fcb491
|
Calculation TP, FP, FN, avg_IoU for default threshold during mAP calculation
|
2018-02-17 02:26:08 +03:00 |
|
|
65bff2683b
|
It takes into account the Difficult for calculating mAP for PascalVOC
|
2018-02-16 23:55:37 +03:00 |
|
|
a1af57d8d6
|
Added C implementation of calculation mAP (mean average precision) using Darknet
|
2018-02-15 15:43:25 +03:00 |
|
|
6af2cf692c
|
resnet152.cfg
|
2018-02-15 14:52:51 +03:00 |
|
|
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 |
|
|
9c847647a1
|
Another compile fix error
|
2018-02-12 22:54:10 +03:00 |
|
|
8df8b36f31
|
Compile fix
|
2018-02-12 22:49:40 +03:00 |
|
|
14db8f3384
|
Added linear extrapolation of coordinates
|
2018-02-12 22:36:52 +03:00 |
|
|
a2071e1585
|
Parameter (max) in the cfg-file has an effect on the Yolo-training
|
2018-02-10 01:48:38 +03:00 |
|
|
cd8a3dcb4c
|
Compile fixes
|
2018-02-09 02:22:42 +03:00 |
|