jiaqizhang123-stack

Results 36 comments of jiaqizhang123-stack

(mmdeploy) zhang@zhang-QiTianM540-A739:~/mmdeploy$ python tools/check_env.py 2022-07-26 10:44:28,349 - mmdeploy - INFO - 2022-07-26 10:44:28,349 - mmdeploy - INFO - **********Environmental information********** fatal: ambiguous argument 'HEAD': unknown revision or path not in...

Are you testing faster rcnn? For faster rcnn, I have a decrease here, but for the above mask rcnn, the engine speed increases pth: 2022-07-26 12:44:51,862 - test - INFO...

I used the same settings, but the engine speed I get with mask rcnn is still slow. When I don't modify the config of mask rcnn, the test speed of...

Hello, I would like to know why the engine speed of mask r-cnn is slowed down on my graphics card, but the faster rcnn has no effect. Is it because...

Thank you very much, I also want to ask, how to skip this step in onnx too,because we want to reduce the engine time so that it can be used...

Sorry, I'm a little unclear, why not modify the original code to remove the virtual input when converting to onnx? And how to split the onnx into two parts, where...

Ok, thank you, why is this situation speeding up in your configuration, but not in my graphics card, is it because of the performance of my graphics card? If onnx...

Hello, I think I found the reason for the slow engine speed. Through analysis, it feels that in pytorch, although the maximum size of nms is 90, after nms, there...

Can you specifically talk about how the low accuracy problem of tensorrt is solved? I also faced the same problem when converting mask_rcnn.