* Support to output the instance segmentation results on an original input image, rather than on a padded one.
* modifications according to freedenS's suggestions
* modification for padding
* merge preprocessImg and preprocessImg_ and delete all the debug codes.
* bug of reference passing
* make the vars consistent with the previous rcnn.cpp and update the README
* support different nms methods
* cxx11
* add contributors and delete interpretations
* update README
* fix some problems
* fix the bugs
---------
Co-authored-by: benkang wang <benkang.wang@uisee.com>
* Support to output the instance segmentation results on an original input image, rather than on a padded one.
* modifications according to freedenS's suggestions
* modification for padding
* merge preprocessImg and preprocessImg_ and delete all the debug codes.
* bug of reference passing
* make the vars consistent with the previous rcnn.cpp and update the README
Co-authored-by: benkang wang <benkang.wang@uisee.com>
* 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 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