[TensorRT-8] Add independent padding and depth NN #278
Reference in New Issue
Block a user
Delete Branch "tensorrt8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pr adds a padding layer with three main padding type - reflection(tested),constant(untested) and zero(untested) using plugins,using TensorRT's IPaddingLayer and ISliceLayer can be explored for a future release and also adds a monocular depth neural network (monodepth2) with help from @mive93 and @ceccocats but copy rights and licensing might be an issue ref : https://github.com/nianticlabs/monodepth2/issues/316 and https://github.com/nianticlabs/monodepth2/issues/384 ,it might involve adding nianticlabs copyright to the license file (I am not sure about this ) .
This pr also has general bug fixes for windows and slight performance improvements for neural networks that use an upsample layer.
Merging soon
