-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'DataContainer' object is not subscriptable during TensorRT #105
Comments
@Auth0rM0rgan Hi, could you post the version of |
@RunningLeon, The command I mentioned works without show-dir however when I specify the --show or --show-dir I get the error I meantioned.
|
@Auth0rM0rgan Hi, please try with mmdeploy/requirements/optional.txt Line 4 in 57a9d9b
|
@RunningLeon, You mean I should remove my current mmocr which is version "0.4.0" and compile the version "0.3.0"? |
|
@RunningLeon, No success, Im still getting the same error even with installing mmocr=0.3.0. I also downgrade MMCV to 1.4.0 since mmocr 0.3.0 is not compatible with MMCV 1.4.4. I installed all the basecodes from source. |
@Auth0rM0rgan Thanks for your feedback, we'll look into it. |
@RunningLeon, Thanks, hope it solve soon. Here is my environment in case you need to reproduce the error.
|
@Auth0rM0rgan Hi, this is a bug of upstream repo mmocr, and will be fixed later by maintainers of mmocr. |
MMOCR has fixed this issue in mmocr = '0.4.1', more detail can be found in https://github.com/open-mmlab/mmocr/releases/tag/v0.4.1. You can install the latest mmocr. |
Feel free to reopen if still have same issue. |
* [Feature] Make docker image smaller (open-mmlab#67) * [Feature] Make docker image smaller * Improve doc * Use Compose directly in BaseMixImageTransform (open-mmlab#71) * Use 'Compose' directly Use 'Compose' directly * avoids some unnecessary calculations avoids some unnecessary calculations. * remove whitespace remove whitespace * fix resize bug * fix resize bug * fix resize bug * fix * fix resize bug * add test letterresize without batchshape * fix resize bug Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> Co-authored-by: jason_w <wongzheng@126.com>
Hello,
Im trying to convert CRNN text recognition model to TensorRT backbone but getting an error. I was able to convert the pytorch model to TensorRT without any issue and also i was able to measure the performance without error. However, when I try to evaluate the model Im facing the following error. Any idea how can I solve the issue??
This is the command I use to evaluate the performance
Thanks!
The text was updated successfully, but these errors were encountered: