* update retinaface_trt del cvtColor and increase THRESH
* update macro in retinafce_xx.cpp and preprocess_image description
* retinaface_xx.cpp add a space after
* HRESH for CONF and THRESHOLD for IOU is unified --THRESH
Co-authored-by: Admin <huangz11@chinatelecom.cn>
* add MaskRcnn(C4)
* add MaskRcnnInference plugin for mask selecting
* split ROIHeads to BOXHead and MaskHead
* remove unuseful parameters in createEngine_rcnn and BuildRcnnModel
* change the type of scores_h, boxes_h and classes_h from unique_ptr to vector
* add doInference
* add maskrcnn postprocess
* update README.md
* update rcnn
* fix bugs with R18 and R34
add BasicBlock for R18 and R34
add STRIDE_IN_1X1, MakeStage is same with detectron2 now.
* update README.md
* update rcnn
replace picture with url
* add: mobilenetv2 Python network definition API
* add: mobilenetv3 base code
* add: mobilenetv2 Python network definition API
* restructure: mobilenetv2 code
* add: Alexnet Python Network Definition API
* update: README according to new folder architecture
* add: mobilenetv3 small and large python network definition API
* add: DenseNet121 Python Network Definition API
* add MaskRcnnInference plugin for mask selecting
* split ROIHeads to BOXHead and MaskHead
* remove unuseful parameters in createEngine_rcnn and BuildRcnnModel
* change the type of scores_h, boxes_h and classes_h from unique_ptr to vector
* add doInference
* add maskrcnn postprocess
* update README.md
add pixel_std in preprocess
fix synchronization error in roialign and cudaMemcpyAsync
improve coding style, limit line length less than 120 and so on
update README.md
upgrade TensorRT to 7.2
* Fix: syntax error in common.hpp , cuda & tensorrt not included in CMakeLists.txt
* Fix: layer warining while building in common.hpp and denet.cpp
* Fix: NOT droping mini boxes and low score boxes.
* Fix: The prediction boxes are NOT expanded by the specified proportion, which will lead to serious errors
* Improve DBNet README
* Improve DBNet README
* Improve DBNet README
* Fix: syntax error in common.hpp , cuda & tensorrt not included in CMakeLists.txt
* Fix: layer warining while building in common.hpp and denet.cpp
* Fix: NOT droping mini boxes and low score boxes.
* Fix: The prediction boxes are NOT expanded by the specified proportion, which will lead to serious errors