StevenGerrad
StevenGerrad
> @StevenGerrad Hi, what is the test result of whole image setting with `mmdetection/tools/test.py` under following config: > > ``` > model=dict( > test_cfg=dict( > rpn=dict( > nms_pre=6000, > max_per_img=6000,),...
> I try to change the params of post processing but didn't solve the problem. Recently I checked the variables of programme called by `tools/test.py` in `End2EndModel`: https://github.com/open-mmlab/mmdeploy/blob/83b11bc1ca7227497928a57b56653b76501b1368/mmdeploy/codebase/mmdet/deploy/object_detection_model.py#L198 ...
> @StevenGerrad Hi, you could debug while using `tools/deploy.py` and then goes into `TRTWrapper`. Hi, it seems like `TRTWrapper` will not called by `tools/deploy.py`. And I don't know the way...
> Hi, > > What's your Ubuntu version and how did you install GCC-7? Ubuntu Version: 20.04. I install GCC-7 following the docs. (`sudo apt-get install gcc-7`). And I use...