AllentDan

Results 78 comments of AllentDan

> I use T4 with 13GB mem, raise the same error Got you. Static configs are recommended if you want to use `export_postprocess_mask=True`.

Seems the case also appeared in rotated detection.

I just searched `== 'Pad'` and found line 67 of `mmdeploy/codebase/mmrotate/deploy/rotated_detection.py`. But I don't know if there is a model config to trigger the error.

Did you install MMDeploy from source or not? As for robust, it is not in the supported list of MMDeploy yet. But you can refer to [how to support new...

> SATRN accepts inputs of 3 channels. Please use `text-recognition_tensorrt_dynamic-32x32-32x640.py` instead.

Did you try swin-transformer for instance segmentation? If that worked fine for you. You my consider debug the customized config step by step then.

Closing it for no activity for a long time, feel free to reopen it if it is still an issue for you.

From the comparison of the two logs, I'd say it may be raised by insufficient mem. Would you try change the input resolution to `320x320 `or smaller and run it...