1869 Commits (6f4d7a6d1c44023dd62bc23529ecfc51acc92dae)
 

Author SHA1 Message Date
AlexeyAB 6f4d7a6d1c Added contrastive loss 5 years ago
AlexeyAB 6c6f04a9b3 [net] mosaic_bound=1 fixed bboxes going out of bounds. Count rewritten bboxes. Changed self-adversarial-training. 5 years ago
AlexeyAB cde72f8e0b Fixed [yolo] objectness_smooth=1 and lowest w/h of objectes when mosaic=1 5 years ago
Alexey 3708b2e47d
Update Readme.md 5 years ago
Alexey 7f1021695a
Update Readme.md 5 years ago
AlexeyAB c625cc6503 Added [conv_lstm] time_normalizer=0.5 5 years ago
AlexeyAB c5942167d2 Merge branch 'master' of github.com:AlexeyAB/darknet 5 years ago
AlexeyAB 8aace65afb Fixed mosaic=1 letter_box=1 5 years ago
AlexeyAB e455cdef78 Added [conv_lstm] lstm_activation=tanh shortcut=1 5 years ago
Alexey e59646002a Update issue templates 5 years ago
Alexey 16a9b02e64
Merge pull request #5794 from kay0u/patch-1 5 years ago
Kayou b19d883700
Remove omp in mean_arrays 5 years ago
AlexeyAB 269878a44d Added [conv_lstm] bottleneck=1 - to make the layer cheaper 5 years ago
Alexey e6469eb071
Update Readme.md 5 years ago
Alexey 9697fdb81b Update issue templates 5 years ago
Alexey 9d3e385fc6 Update issue templates 5 years ago
Alexey 8d7505f686 Update issue templates 5 years ago
Alexey 33a3be3344 Update issue templates 5 years ago
Alexey 8c6e9cde9b Update issue templates 5 years ago
Alexey c6860f5ef4 Update issue templates 5 years ago
Alexey 0315ee5896 Update issue templates 5 years ago
Alexey dcd335f2a3 Update issue templates 5 years ago
AlexeyAB c0d6b81a78 yolov4.cfg is fixed for stable training without Nan 5 years ago
Alexey ba4d8c14c7
Update Readme.md 5 years ago
Alexey b44592c25a
Update Readme.md 5 years ago
AlexeyAB 4098e4882c Minor fix 5 years ago
AlexeyAB 03eee3092f Memory leak fix 5 years ago
AlexeyAB 594f7ce6af Use [net] max_chart_loss=20 by default 5 years ago
AlexeyAB 103fa8d222 [yolo] max=200 by default for crowds 5 years ago
AlexeyAB 043711cfcf Fixed ./darknet partial ... for weighted-[shortcut] 5 years ago
AlexeyAB fcbb74cf98 Added flag averaging detections: ./darknet detector demo ... -avgframes 3 5 years ago
AlexeyAB 0ef5052ee5 Fixed crash when train with -map flag 5 years ago
Stefano Sinigardi f93a73d140
Do not use vcpkg if not found (#5632) 5 years ago
Alexey 0d764e4ffb
Merge pull request #5453 from wang-xinyu/master 5 years ago
AlexeyAB 73768ef6e3 Added [net] max_chart_loss=50 for scale y-axis of Loss-chart 5 years ago
AlexeyAB bef28445e5 Fixed mish gradient 5 years ago
AlexeyAB 2500278784 compile fix 5 years ago
AlexeyAB 0acd6990d8 Minor speedup of Mish/Swish (if train==0 then don't write input of activation to the memory) 5 years ago
AlexeyAB 9cd44eea95 Minor fix 5 years ago
AlexeyAB 0c7305cf63 Minor fix 5 years ago
AlexeyAB 74134e5389 Fixed gradient_centralization for Grouped-Conv 5 years ago
AlexeyAB 9f8b1e31a8 Minor fix 5 years ago
AlexeyAB 88a39b31d3 Added param [yolo] resize=2.0 for resizing image [1/2 - 2x] without changing aspect ratio (while jitter=0.3 changes aspect ratio) 5 years ago
AlexeyAB f5105342be Added Gradient Centralization: [convolutional] grad_centr=1 5 years ago
AlexeyAB 6ad485c0c1 Fixed cutmix=1 error message. 5 years ago
Alexey da3de2bdf9
Update Readme.md 5 years ago
AlexeyAB 8fede92885 Fixed CUDA Out of memory error during training 5 years ago
AlexeyAB b5870c12d6 ./darknet detector valid uses letter_box=1 from cfg-file [net] letter_box=1 5 years ago
AlexeyAB da050367a8 Another Demo speed fix. Also added flag -dontdraw_bbox for OpenDataCam 5 years ago
AlexeyAB 424632f336 Fixed typo weights_normalizion -> weights_normalization 5 years ago