3abbd85808
fixed consistency darknet and python code
2019-11-23 20:00:35 +03:00
61f8f569b7
CIOU and DIOU fix
2019-11-23 19:45:14 +03:00
8cb3ee4e79
diounms_sort() fixed
2019-11-23 18:59:29 +03:00
14212154d9
Minor compile fix and references to DIoU-darknet repo and paper
2019-11-23 17:37:28 +03:00
d43e09cdf2
Compile fix
2019-11-23 16:44:45 +03:00
4f70fc14e9
Added DIoU and CIoU to [yolo] and [Gaussian_yolo]
2019-11-23 16:42:43 +03:00
b9ca5ec781
Fixed MISH activation with 2 thresholds in Softplus
2019-11-22 14:20:53 +03:00
7713a0209c
Update Readme.md
2019-11-22 02:43:33 +03:00
ba6c35ac89
Merge pull request #4302 from dccho/master
...
enable random resize training for efficient net
2019-11-21 17:05:52 +03:00
f7a6f7b87c
Fixed MISH as in thomasbrandon/mish-cuda implementation with 1 Threshold
2019-11-21 14:11:52 +03:00
326d56a987
Merge pull request #4341 from giordano/objdir-makefile
...
Add $(OBJDIR) as prerequisite to $(LIBNAMESO)
2019-11-21 14:10:09 +03:00
5a77940bd5
Add $(OBJDIR) as prerequisite to $(LIBNAMESO)
...
The directory must exist before running this rule. When running `make` with
several parallel jobs it can happen that $(LIBNAMESO) rule is run before
creating the directory.
2019-11-21 01:53:31 +00:00
fc3287e443
Merge pull request #1 from AlexeyAB/master
...
upstream
2019-11-18 09:53:24 -05:00
b4c0fbaec8
fix memory free bug
2019-11-18 09:52:22 -05:00
10c40551dc
GIoU + Gaussian fix
2019-11-18 02:56:17 +03:00
77e60aecfe
Minor fix
2019-11-17 20:42:21 +03:00
5d0aa6ec52
Compile fix
2019-11-17 01:18:28 +03:00
6e5bdf1282
Bug fix
2019-11-16 18:16:37 +03:00
920de66bfa
gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU.
2019-11-16 17:23:21 +03:00
0d30db35fc
gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU.
2019-11-16 17:14:50 +03:00
0cf4c16c9f
Added GIoU to [Gaussian_yolo]. Added iou_thresh=0.213 to [Gaussian_yolo].
2019-11-16 16:50:01 +03:00
71e8354589
Fixed source and destination overlap in sprintf() (i.e. in strcpy() inside)
2019-11-15 23:33:16 +03:00
3555beb914
Fixed some memory leaks in secondary functions
2019-11-15 22:51:06 +03:00
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
dd34fe156a
enable random resize training for efficient net
2019-11-14 15:36:22 -05:00
ee370e765d
Fixed ignore_thresh
2019-11-14 23:18:21 +03:00
509ba13acf
Fixed recent memory leak for Classifier
2019-11-14 14:15:34 +03:00
f42923350b
Minor fix in batchnorm_layer (side effect in python samples)
2019-11-14 03:08:35 +03:00
a4012895c1
accelerated the c++ example of usage DLL/SO library for images if compiled with OpenCV
2019-11-13 21:12:30 +03:00
11142d00be
Fixed non-square network for Training Classifier
2019-11-13 20:58:53 +03:00
c516b6cb0a
Take TopK from obj.data file for Classifier
2019-11-12 20:20:28 +03:00
3652d7d374
Fixed MISH instability
2019-11-12 15:31:07 +03:00
70bf88ce01
Fixed swish-activation for [shortcut_layer]
2019-11-12 15:21:21 +03:00
ded620ac6b
fixed memory deallocation
2019-11-12 15:12:06 +03:00
9fe201807e
Revert to old Assisted Excitation version.
2019-11-12 15:05:34 +03:00
5bbbbd7c53
Merge pull request #4269 from 7FM/master
...
Fix undefined behavior caused by delete
2019-11-12 00:40:06 +03:00
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
d91d59a22f
Optimized memory allocation for Detection (inference only), without allocation memory for training
2019-11-09 22:48:18 +03:00
0eee8404bf
Update Readme.md
2019-11-09 14:03:29 +03:00
0fa9c8f105
Added groups= and groupd_id= params to the [route] layer
2019-11-08 01:06:49 +03:00
704bd1138e
Fixed params.net in parse_convolutional() and parse_route()
2019-11-07 23:49:10 +03:00
c7c7078de7
Added URL to the description of activation MISH on GitHub
2019-11-07 01:18:47 +03:00
bf8ea4183d
Added MISH activation, use activation=mish in [convolutional] layers
2019-11-07 01:15:58 +03:00
d628e8eab7
Fixed darknet.py for Uncertainty (gaussian_yolo_layer)
2019-11-05 16:57:03 +03:00
e345b8793c
Fixed ./darknet partial for Anti-aliasing
2019-11-05 16:06:24 +03:00
7018be435f
Compile fix
2019-11-04 14:45:34 +03:00
52e3bb252f
Use non-blocking sockets for JSON_server and MJPEG_server
2019-11-04 14:39:20 +03:00
4d9addedd7
Fixed legacy compilation using MSVS (gaussian_yolo_layer)
2019-10-29 14:55:12 +03:00
6e73633925
Fixed Blur and Try to use new Assisted Excitation.
2019-10-29 14:53:57 +03:00
69b7a19f5b
minor fix
2019-10-27 02:45:31 +03:00