Commit Graph

1648 Commits

Author SHA1 Message Date
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
Alexey b918bf0329
Merge pull request #3946 from keko950/batch
Removed useless snippet that only breaks if batch processing is enabled
2019-09-18 15:36:58 +03:00
gilberto.plaza fa74f691cb Removed useless snippet that only breaks if batch processing is enabled 2019-09-18 13:49:54 +02:00
cyy f10c84c218 fix calloc realloc failure 2019-09-13 09:40:40 +08:00
cyy 011eed632d fix calloc realloc failure 2019-09-13 09:34:41 +08:00
cyy c71701b3c3 revert change 2019-09-11 23:44:58 +08:00
cyy d3b3e8382f add xcalloc to fix calloc failure 2019-09-10 10:33:57 +08:00
cyy 81ab7adc28 fix warnings 2019-09-10 10:33:01 +08:00
AlexeyAB 1c71f00153 Fixed shortcut_layer for antialiasing 2019-09-07 15:15:19 +03:00
cyy b5e583b8d3 fix windows error 2019-09-06 16:11:50 +08:00
cyy 3c4ddd65c5 fix memory leak 2019-09-06 10:18:28 +08:00
AlexeyAB b0b1584a06 Minor fix 2019-09-06 01:53:36 +03:00
cyy cd296d1bee fix cpp compiling error 2019-09-05 20:33:41 +08:00
cyy 927238070f fix memory leak 2019-09-05 20:33:29 +08:00
AlexeyAB e33019e669 Fixed stride_x and stride_y. Fixed AntiAliasing. Minor fixes. 2019-09-05 14:47:26 +03:00
cyy e0e709f423 error should exit -1 2019-09-05 19:02:59 +08:00
cyy 994f955348 fix prototype 2019-09-05 19:02:45 +08:00
cyy c3b06d096a add macro for some GNU externsion 2019-09-05 19:02:11 +08:00
cyy d6e443a965 remove duplicated code 2019-09-05 19:01:42 +08:00
cyy b672ac988d fix memory leaks and other pointer issues 2019-09-05 19:01:28 +08:00
cyy 1bd68010f4 comment out unused code 2019-09-05 18:51:46 +08:00
cyy f7aae73859 check cuda function failure 2019-09-05 18:48:56 +08:00
cyy 2012f1c3aa fix some memory leaks and other linter warnings 2019-09-05 18:48:04 +08:00
AlexeyAB f6fa4a56d9 compile fix 2019-09-04 19:58:36 +03:00
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
AlexeyAB 9c02df864e Fixed assisted_excitation and added also for [shortcut] layer 2019-09-04 18:50:56 +03:00
AlexeyAB be5d0d6693 Added assisted_excitation=1 for [convolutional] layer on GPU 2019-09-03 01:35:05 +03:00
AlexeyAB a63782ca89 Added: efficientnet_b0.cfg 2019-09-02 15:55:05 +03:00
AlexeyAB 9e26472b1a Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 2019-09-02 15:25:42 +03:00
AlexeyAB 80ceee4fca Added antialiasing=1 param for [convolutional]-layer on CPU (only forward inference) 2019-09-02 14:24:54 +03:00
AlexeyAB 11b8b2bddf Added antialiasing=1 param for [convolutional]-layer on GPU 2019-09-02 02:13:11 +03:00
AlexeyAB a4a06c337a Addex stride_x= and stride_y= for [convolutional] layer for MatrixNet 2019-09-01 16:07:33 +03:00
AlexeyAB 102ab710a9 Fixed fuse_conv_batchnorm() for TridentNet 2019-09-01 14:11:17 +03:00
AlexeyAB 2a382e5a4b Fix training TridentNet 2019-08-30 20:28:56 +03:00
AlexeyAB 660a9b225c compile fix 2019-08-30 00:29:26 +03:00
AlexeyAB 58906ef812 minor fix: Unexpected end of wights-file! 2019-08-29 23:34:04 +03:00
AlexeyAB 4acf924aaf minor fix 2019-08-29 18:30:33 +03:00
AlexeyAB 8d80a65288 Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well) 2019-08-27 14:04:39 +03:00
Stefano Sinigardi 44a3968331 Merge branch 'dev/alexey/master' into dev/cenit/setup 2019-08-24 15:02:33 +02:00