|
71d20264d1
|
Use -dont_show -show_imgs for Training - saves augmented images without showing
|
2019-04-06 15:13:47 +03:00 |
|
|
97679224ba
|
All OpenCV C-functions replaced by CPP-functions
|
2019-04-06 04:05:31 +03:00 |
|
|
4e47429d82
|
Another part of OpenCV C-functions replaced by CPP-functions
|
2019-04-05 21:21:13 +03:00 |
|
|
d7a95aefb2
|
Added flag -show_imgs for Training, to show augmented images with bboxes
|
2019-04-05 16:04:26 +03:00 |
|
|
f19d1440cb
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
2019-04-04 22:57:05 +03:00 |
|
|
7b1ef39607
|
Compile fix
|
2019-03-27 13:52:28 +03:00 |
|
|
f482590691
|
Added -map_points flag for mAP calculation for MSCOCO, PascalVOC2007 / 2010-2012, ImageNet
|
2019-03-27 01:34:06 +03:00 |
|
|
d32c61b336
|
Merge pull request #2703 from agirbau/patch-1
Compute Precision and recall per class
|
2019-03-27 01:00:46 +03:00 |
|
|
fbf7a5fa4c
|
Minor fix
|
2019-03-27 00:11:13 +03:00 |
|
|
cad99fd75d
|
Fixed memory leak for Training with -map flag and random=1
|
2019-03-22 15:37:35 +03:00 |
|
|
198d169d22
|
Compute Precision and recall per class
Doing ./darknet detector map ... now returns precision and recall per class instead of a global precision and recall
|
2019-03-22 12:09:50 +01:00 |
|
|
d2abf0fa57
|
Minor fix
|
2019-03-19 19:06:24 +03:00 |
|
|
b3254ed523
|
Fixed many warnings
|
2019-03-18 19:25:48 +03:00 |
|
|
b6e15f1656
|
ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example
|
2019-03-18 02:48:52 +03:00 |
|
|
75f2a3e7cf
|
Added object Detection & Tracking using conv-rnn layer on frames from video
|
2019-03-02 03:32:24 +03:00 |
|
|
b5336c1e0f
|
Merge pull request #2394 from cenit/dev/cenit/yoloAlexey_v2
improve compatibility with c++ compilers
|
2019-02-22 03:00:29 +03:00 |
|
|
5e850c2489
|
Minor fixes
|
2019-02-18 18:12:05 +03:00 |
|
|
6e7c7976d7
|
move as many defs as possible away from darknet.h
|
2019-02-18 11:33:25 +01:00 |
|
|
b3579380dc
|
improve compatibility with c++ compilers, prepare for CMake
|
2019-02-15 17:27:12 +01:00 |
|
|
6c28da5def
|
Draw top5 accuracy on the Loss-chart for training Classifier
|
2019-02-07 18:05:58 +03:00 |
|
|
c50b0e0c8a
|
Minor Python and C API improvement
|
2019-02-06 14:38:12 +03:00 |
|
|
12b6e93893
|
CHECK_CUDA is used everywhere
|
2019-02-05 16:18:36 +03:00 |
|
|
e17bd9ba8f
|
Minor fix
|
2019-02-01 01:32:26 +03:00 |
|
|
110b5240a4
|
Fixed LSTM-layer
|
2019-01-28 20:22:14 +03:00 |
|
|
2cd37ec73e
|
Another minor fix
|
2019-01-22 17:31:07 +03:00 |
|
|
46be08db37
|
Minor fix
|
2019-01-22 16:23:44 +03:00 |
|
|
81f7fc2c7b
|
Fixed network resize memory allocation
|
2019-01-21 15:32:57 +03:00 |
|
|
6e99e852ff
|
Network resize is fixed
|
2019-01-18 23:30:10 +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 |
|
|
041cffd9b8
|
Compile fix
|
2019-01-11 01:05:44 +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 |
|
|
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 |
|
|
dc827f4c1c
|
Minor fix for mAP calculation during training
|
2018-12-27 00:30:05 +03: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 |
|
|
49189c22e8
|
Fix mAP chart
|
2018-12-19 01:54:18 +03:00 |
|
|
f0bed8ef73
|
Fixed drawing mAP
|
2018-12-12 23:20:44 +03:00 |
|
|
e9226be3ed
|
calc_anchors can be used without OpenCV, and it uses (1-IoU) instead of Euclidean distance
|
2018-12-11 15:59:23 +03:00 |
|
|
fb1ee79576
|
Minor fix
|
2018-12-10 02:22:45 +03:00 |
|
|
a621235783
|
Switch to Tensor Cores after 2000 iterations.
|
2018-12-10 01:35:08 +03:00 |
|
|
89c6213af0
|
When is used -map flag for training - calculate mAP for each 4 Epochs.
|
2018-12-10 01:33:32 +03:00 |
|
|
7bd6b2f720
|
Compilation fix
|
2018-12-09 18:28:51 +03:00 |
|
|
dc7f8a32ae
|
mAP calculation during training, if is used flag -map
|
2018-12-09 18:18:47 +03:00 |
|
|
7c2f302321
|
Fixed nan issue for training with CUDNN_HALF=1 by using Tensor Cores
|
2018-12-07 22:40:10 +03:00 |
|
|
14ed6fcb6e
|
Added -iou_thresh 0.05 flag for ./darknet detector map
|
2018-11-08 15:05:47 +03:00 |
|
|
3b59178dec
|
Minor fix
|
2018-10-18 00:04:26 +03:00 |
|
|
7762372e5b
|
Compilation fix for OpenCV 3.4.x and Jetson Xavier.
|
2018-10-12 15:12:36 +03:00 |
|
|
5cc2a7e20d
|
Added mistakes checking
|
2018-09-28 20:27:30 +03:00 |
|