Commit Graph

199 Commits

Author SHA1 Message Date
AlexeyAB 1e0b50c29e Added yolov3-tiny-prn.cfg and enet-coco.cfg (EfficientNetb0-Yolo- 45.5% mAP@0.5 - 3.7 BFlops) https://github.com/WongKinYiu/PartialResidualNetworks 2019-09-04 18:51:40 +03:00
Alexey 4c315ea26b
Update Readme.md 2019-08-09 12:42:39 +03:00
Stefano Sinigardi 44d2fce4dd remove unreadable char 2019-08-02 14:59:23 +02:00
AlexeyAB 9e9b2c4936 Update Readme.md 2019-06-20 20:52:26 +03:00
Stefano Sinigardi c0a9c741c3 clean up of README about deprecated option, invert logic of vcpkg flag in build.ps1 for improved clarity 2019-06-13 06:54:54 +02:00
AlexeyAB 4b1ecfb419 Minor fix 2019-05-17 02:17:55 +03:00
AlexeyAB 038289eb7d Some conv-lstm, sgdr and other fixes 2019-05-14 14:35:22 +03:00
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 2019-05-07 16:28:31 +03:00
AlexeyAB 8cd5a9364a OpenCV fix for channel=1. README.md fix 2019-04-23 20:46:10 +03:00
AlexeyAB 099b71d1de Removed IplImage completely 2019-04-16 16:35:54 +03:00
Stefano Sinigardi e647a59f48 [README] include OpenCV 4 into supported OpenCV versions 2019-04-10 13:52:53 +02:00
Stefano Sinigardi f6d45f1408 [travis] improve CI configurations, add no-opencv-ones, add opencv4 on
macOS
[build.sh] improve handling of vcpkg
[readme] update instructions for newer visual studio versions
[build.ps1] add VS2015 and VS2019 using vswhere
2019-04-09 09:06:58 +02:00
AlexeyAB b6a824df39 Minor fix 2019-04-08 02:42:44 +03:00
Stefano Sinigardi bff37eb406 add reference to opencv[ffmpeg], fix spell errors, fix LD_LIBRARY_PATH for cuda on travis-ci, create a script to update cmake on cygwin-appveyor-ci 2019-03-29 14:06:23 +01:00
AlexeyAB f5fd086407 Minor fix 2019-03-28 00:11:16 +03:00
AlexeyAB ab9e891f60 Minor fixes 2019-03-26 18:32:36 +03:00
Alexey 1cd332e4ca
Update Readme.md 2019-03-20 17:23:40 +03:00
Stefano Sinigardi fefc7ef803 improve CUDA setup instructions and templates in scripts 2019-03-19 20:07:02 +01:00
Alexey 707924236d
Merge branch 'master' into master 2019-03-18 20:37:32 +03:00
Alexey c4716dadd4
Merge pull request #2095 from apatsekin/patch-1
Update README.md (steps= for multi-gpu)
2019-03-18 20:36:13 +03:00
Alexey fd2012475c
Merge pull request #958 from ChihHsuLin/patch-1
Fix the path to voc.data
2019-03-18 20:29:11 +03:00
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
AlexeyAB b751bac175 Fixed mAP calculation for CRNN layer during training 2019-03-05 02:15:44 +03:00
Alexey 42b8c0751e
Update Readme.md 2019-03-03 13:18:32 +03:00
Alexey 7872cbf198
Update Readme.md 2019-02-22 17:53:27 +03:00
Alexey 954feac226
Update Readme.md 2019-02-22 17:03:36 +03:00
Alexey 14650fb649
Merge pull request #2412 from cenit/dev/cenit/yoloAlexey_cmake
add CMakeLists.txt and necessary modules
2019-02-22 16:41:18 +03:00
Stefano Sinigardi cbc1c6d8ca improve CMake alternative, add instructions in README 2019-02-18 09:34:20 +01:00
Alexey 3e2ef94130
Update Readme.md 2019-02-14 01:06:35 +03:00
Alexey 64b217aa86
Update Readme.md 2019-02-06 14:51:02 +03:00
Alexey e1ec8a8b07
Update Readme.md 2019-02-02 00:58:09 +03:00
Alexey 29aa716bd9
Update Readme.md 2019-01-23 18:04:31 +03:00
Alexey ec9b989c0a
Update Readme.md 2019-01-21 22:40:56 +03:00
Alexey 8b7494d920
Update Readme.md 2019-01-21 02:38:58 +03:00
duohappy 73d9abff2d Merge remote-tracking branch 'upstream/master' 2019-01-18 19:33:17 +08:00
Alexey 920d792a0c
Update Readme.md 2019-01-15 13:51:07 +03:00
Alexey d9e559a245
Update Readme.md 2019-01-14 17:10:42 +03:00
duohappy e13df51d19 Merge remote-tracking branch 'upstream/master' 2019-01-13 11:45:46 +08:00
AlexeyAB 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
Alexey 840aac5115
Update Readme.md 2019-01-11 23:24:57 +03:00
Alexey 333f1de2c3
Update Readme.md 2019-01-06 01:27:41 +03:00
Alexey 1a2f16e9d9
Update Readme.md 2019-01-04 19:01:33 +03:00
duohappy 7612131abb
in yolo_cpp_dll.sln, miss a “\”
I open yolo_cpp_dll.sln, and check the config.  "\" is missed.
Linker -> General -> Additional Library Directories
$(CUDA_PATH)lib\$(PlatformName)-->$(CUDA_PATH)\lib\$(PlatformName)
2018-12-29 20:14:08 +08:00
apatsekin 440c942cd3
Update README.md (steps= for multi-gpu)
steps= remark for multi-gpu training
2018-12-23 12:03:17 -05:00
Alexey 78d1ade380
Update Readme.md 2018-12-23 01:00:16 +03:00
Alexey 9f5478983d
Update Readme.md 2018-12-15 19:29:19 +03:00
Alexey 2c04b6ab9a
Update Readme.md 2018-12-13 16:29:16 +03:00
Alexey 6b4dca27d3
Update Readm.emd 2018-12-12 18:05:09 +03:00
Alexey 3256967119
Update Readme.md 2018-12-10 01:37:40 +03:00
Alexey ca3bf2fa92
Update Readme.md 2018-12-10 01:30:48 +03:00