Commit Graph

1636 Commits

Author SHA1 Message Date
AlexeyAB 71e8354589 Fixed source and destination overlap in sprintf() (i.e. in strcpy() inside) 2019-11-15 23:33:16 +03:00
AlexeyAB 3555beb914 Fixed some memory leaks in secondary functions 2019-11-15 22:51:06 +03:00
AlexeyAB e7e85b358c Added delta_yolo_box_accumulate(). Added iou_thresh=0.213 parameter to [yolo] layer IoU(anchor,truth). 2019-11-15 01:14:55 +03:00
dccho dd34fe156a enable random resize training for efficient net 2019-11-14 15:36:22 -05:00
AlexeyAB ee370e765d Fixed ignore_thresh 2019-11-14 23:18:21 +03:00
AlexeyAB 509ba13acf Fixed recent memory leak for Classifier 2019-11-14 14:15:34 +03:00
AlexeyAB f42923350b Minor fix in batchnorm_layer (side effect in python samples) 2019-11-14 03:08:35 +03:00
AlexeyAB a4012895c1 accelerated the c++ example of usage DLL/SO library for images if compiled with OpenCV 2019-11-13 21:12:30 +03:00
AlexeyAB 11142d00be Fixed non-square network for Training Classifier 2019-11-13 20:58:53 +03:00
AlexeyAB c516b6cb0a Take TopK from obj.data file for Classifier 2019-11-12 20:20:28 +03:00
AlexeyAB 3652d7d374 Fixed MISH instability 2019-11-12 15:31:07 +03:00
AlexeyAB 70bf88ce01 Fixed swish-activation for [shortcut_layer] 2019-11-12 15:21:21 +03:00
AlexeyAB ded620ac6b fixed memory deallocation 2019-11-12 15:12:06 +03:00
AlexeyAB 9fe201807e Revert to old Assisted Excitation version. 2019-11-12 15:05:34 +03:00
Alexey 5bbbbd7c53
Merge pull request #4269 from 7FM/master
Fix undefined behavior caused by delete
2019-11-12 00:40:06 +03:00
7FM 20659fc1a8
Fix undefined behavior caused by delete
Avoid multiple deletes of the same address and memory leaks
2019-11-11 22:08:06 +01:00
AlexeyAB d91d59a22f Optimized memory allocation for Detection (inference only), without allocation memory for training 2019-11-09 22:48:18 +03:00
Alexey 0eee8404bf
Update Readme.md 2019-11-09 14:03:29 +03:00
AlexeyAB 0fa9c8f105 Added groups= and groupd_id= params to the [route] layer 2019-11-08 01:06:49 +03:00
AlexeyAB 704bd1138e Fixed params.net in parse_convolutional() and parse_route() 2019-11-07 23:49:10 +03:00
AlexeyAB c7c7078de7 Added URL to the description of activation MISH on GitHub 2019-11-07 01:18:47 +03:00
AlexeyAB bf8ea4183d Added MISH activation, use activation=mish in [convolutional] layers 2019-11-07 01:15:58 +03:00
AlexeyAB d628e8eab7 Fixed darknet.py for Uncertainty (gaussian_yolo_layer) 2019-11-05 16:57:03 +03:00
AlexeyAB e345b8793c Fixed ./darknet partial for Anti-aliasing 2019-11-05 16:06:24 +03:00
AlexeyAB 7018be435f Compile fix 2019-11-04 14:45:34 +03:00
AlexeyAB 52e3bb252f Use non-blocking sockets for JSON_server and MJPEG_server 2019-11-04 14:39:20 +03:00
AlexeyAB 4d9addedd7 Fixed legacy compilation using MSVS (gaussian_yolo_layer) 2019-10-29 14:55:12 +03:00
AlexeyAB 6e73633925 Fixed Blur and Try to use new Assisted Excitation. 2019-10-29 14:53:57 +03:00
AlexeyAB 69b7a19f5b minor fix 2019-10-27 02:45:31 +03:00
AlexeyAB f8c72acd42 Added scale_x_y to [Gaussian_yolo]. Fixed blur=10; 2019-10-26 14:47:00 +03:00
AlexeyAB fa7687e6b5 cfg-param blur > 1 is fixed (bilateral filter removes textures) 2019-10-26 01:40:59 +03:00
AlexeyAB 29c71a190a Fixed antialiasing=1 for [convolutional] layer 2019-10-26 01:30:11 +03:00
AlexeyAB f18338de26 Fixed [Gaussian_yolo] layer (tested for training and detection) 2019-10-26 01:29:41 +03:00
AlexeyAB 72f6de30b2 another compile fix 2019-10-25 22:14:27 +03:00
AlexeyAB 24788b8061 Compile fix 2019-10-25 20:56:58 +03:00
AlexeyAB b3a2495298 Added Gaussian YOLOv3 layer [Gaussian_yolo] 2019-10-25 20:47:17 +03:00
AlexeyAB bb7d69941c Added debugging info for Training Classifier for case: Too many or too few labels 2019-10-21 15:49:46 +03:00
AlexeyAB e6486ab594 Use ignore_thresh only if class_id matched. Temporary changed Assisted_Excitation (reduces background activations rather than enhancing objects activations). Added antialiasiong=2 for 2x2. 2019-10-21 15:33:01 +03:00
Alexey 2eb68d5177
Update Readme.md 2019-10-19 15:09:15 +03:00
Alexey 5dfbbfdb5f
Merge pull request #3375 from acxz/build_instructions
Build instructions
2019-10-19 15:05:20 +03:00
acxz 0823d04247 Add readability changes
Make CMake-GUI install more visible than vcpkg install
2019-10-18 19:24:49 -04:00
Alexey 53160fa666
Merge pull request #3501 from shooorf/master
Check if image does not require resizing
2019-10-08 17:07:12 +03:00
Alexey e24c96dc8b
Update Readme.md 2019-10-03 17:28:06 +03:00
Alexey 7181c7435f
Update readme.md 2019-10-03 16:40:08 +03:00
Alexey ff0b739e43
Update Readme.md 2019-10-03 12:12:00 +03:00
Alexey 2fa539779f
Readme.md 2019-09-27 22:35:56 +03:00
Alexey 05545b2607
Create FUNDING.yml 2019-09-24 15:31:28 +03:00
Alexey 6f4d93bb9f
Update readme.md 2019-09-22 17:38:42 +03:00
cyy 36d47b99be fix memory leak 2019-09-20 10:36:54 +08:00
cyy 41144ba358 fix calloc realloc failure 2019-09-20 10:32:00 +08:00