Lyu Han
                                            Lyu Han
                                        
                                    Got some questions: - How to set the batch size? - If one detection task is followed by two classification tasks, will the `CropBox` node be shared? - How to...
Do you mean to get the output of [model neck](https://github.com/open-mmlab/mmdetection/blob/9d3e162459590eee4cfc891218dfbb5878378842/mmdet/models/detectors/two_stage.py#L65)?
@tcexeexe have you tried the latest mmdeploy? It has been fixed in v0.7.0
How did you install mmdeploy?
Hi, @Rm1n90 For your first question about ´ModuleNotFoundError: No module named 'mmdeploy_python´, this is mmdeploy SDK python lib which is supposed to be built by enabling `MMDEPLOY_BUILD_SDK_PYTHON_API`. Here is the...
Regarding the second question about the low confidence of each recognized character, @gaotongxiao do you have any insight?
@Rm1n90 could you post your test image here?
Hi, @Rm1n90. It might be an issue of mmdeploy. We will try to reproduce it if you kindly provide us with your test image.
Hi, @monkeycc The purpose of python demo is to show users how to do inference, i.e., how to create a preditor, how to apply this predictor to an input image....
Hi, @Paschapy Deployment tools in mmocr are already deprecated now. We encourage users to use mmdeploy instead.