6a133d8dec
-Replaced ISliceLayer based paddings(reflection,constant and zero) with the IPluginV2 version for TensorRT >= 8.2.0 -Fixed demo build issue on Windows
Harshvardhan Chandirasekar
2022-01-20 00:52:22 +05:30
decd73d298
Fix saving result video in demoDepth, add automatic download for monodepth2 weights
Micaela Verucchi
2022-01-19 10:22:06 -08:00
907df27e07
Fix monodepth2, add demoDepth: - Fix monodepth2 network, now works with both cuDNN and tensorRT - Substitute cuDNN ELU with tkDNN one - add DepthNN class - add demoDepth demo, now only works with monodepth2 net
Micaela Verucchi
2022-01-18 21:34:16 -08:00
19e41a8b99
monodepth2 new format (test) conv + independent batch norm
perseusdg
2022-01-11 12:38:36 +05:30
f58b6456bc
Merge branch 'ceccocats:master' into master
Adam Cuellar
2022-01-10 15:07:37 -05:00
061bc79a69
Added BatchNorm to NetworkRT (conver_layer)
perseusdg
2022-01-10 22:40:31 +05:30
bcf0c4eab3
Added BatchNorm Layer (Testing still needs to be done)
perseusdg
2022-01-10 18:43:12 +05:30
e1eac2d42a
Added a seperate layer file for batchnorm,to support an independent batchnorm class in order to pass necessary parameters read from the bin file.
perseusdg
2022-01-09 23:03:26 +05:30
b75cecb105
Added constant and zero padding with ISliceLayer,need to add them for tensorrt versions less than 8.2 using IPluginV2Ext instead of ISliceLayer since they dont seem to support reflect and zero
perseusdg
2022-01-04 09:03:04 +05:30
ba022663f1
completed padding migrations from github
perseusdg
2022-01-03 19:49:32 +05:30
6837644eb2
add reflection padding from github
perseusdg
2022-01-03 18:58:13 +05:30
dcf4054bc6
performance improvements for yolo based networks,significant reduction in inference time can be seen yolo4tiny ,yolo4 and minor reduction in inference time can be seen in yolo4_berkeley_f1 and yolo4_berkeley - tested with a batchsize of 1 and 2 and on gtx 1070,it is possible that the performance improvement is more signficant in newer hardware
perseusdg
2022-01-03 13:52:16 +05:30
04de9908a6
Add yolo4-csp for crowdhuman dataset, add shelfnet for coco-stuff dataset, fix minor in demo.cpp
Micaela Verucchi
2021-11-29 17:33:57 +01:00
9cecc5051a
-Modified Dockerfile.base to cudagl -Changed demo to take in input from demoConfig.yaml file -Readme changes for demo.md
perseusdg
2021-11-24 03:39:57 +05:30
be5864748a
Use yaml config file for the demo instead of param list
Micaela Verucchi
2021-11-23 16:29:40 +01:00
ee5000ccca
bug fixes for dla networks and ported optimization from different pull request
perseusdg
2021-11-13 02:00:49 +05:30
9e328c0daa
Migrate tkDNN max pooling plugin creation to pluginRegistry from the default method
perseusdg
2021-11-10 20:09:57 +05:30
7dd33cd118
added assert for supportsFormat in plugins
perseusdg
2021-11-10 14:37:16 +05:30
936b680f2f
Remove debug prints
perseusdg
2021-11-10 13:45:44 +05:30
c0e2097397
- CMakeLists.txt opencv cuda contrib autodetect - Updated Docker to cuda-11.3+cudnn-8.2.1+TensorRT-8.0.34,Ubuntu to 20.04 and OpenCV to 4.5.4 - Updated OpenCV4 to 4.5.4 in install_OpenCV4.sh - Updated README.md
perseusdg
2021-11-10 12:30:57 +05:30
31af5396bb
Merge branch 'ceccocats:master' into master
Adam Cuellar
2021-11-09 16:50:40 -05:00
744396fb0e
Update README.md,windows.md and demo.cpp Small fixes in DeformableConvRT.cpp
perseusdg
2021-11-09 13:37:26 +05:30
d2d44e9e92
Fix max elem (remove thrust) for segmentation
Micaela Verucchi
2021-11-04 19:28:55 +01:00
33bbcd216c
Fix max elem (remove thrust) for segmentation
perseusdg/IPlugin
Micaela Verucchi
2021-11-04 19:28:55 +01:00
d6fb6c6af4
Fix max elem (remove thrust) for segmentation
Micaela Verucchi
2021-11-04 19:28:55 +01:00
802c01bd8f
windows debug fix
perseusdg
2021-10-30 19:29:21 +05:30
18cc6abbb6
DeformableConvRT.h fixes ,cmake cuda arch auto detection
perseusdg
2021-09-07 23:57:52 +05:30
03473743c4
tkDNN works with trt8!!,need to test int8 and mobilenet,dla_cnet (fps seems to be a bit low 350 on trt8 compared to 396 on trt7)
perseusdg
2021-09-07 22:00:28 +05:30
9fa116ce4a
tkdnn(trt8) runs now minus the detections ,[executionContext.cpp::enqueueInternal::312] Error Code 3: Internal Error (Parameter check failed at: runtime/api/executionContext.cpp::enqueueInternal::312, condition: mDeviceMemorySize == 0 || mExecutionResources->getDeviceMemory() != nullptr - is the error that causes it
perseusdg
2021-09-07 07:20:46 +05:30
65ba5c9844
tkDNN can now deserialize tensorrt-8 engine (both through test_* and trtexec) but demo has issues in yolo::computeDetections
Harshvardhan Chandirasekar
2021-09-05 01:06:56 +05:30