gyx210
gyx210
Traceback (most recent call last): File "/home/aistudio/PaddleX/paddlex/repo_apis/base/config.py", line 31, in _create_config model_info = get_registered_model_info(model_name) File "/home/aistudio/PaddleX/paddlex/repo_apis/base/register.py", line 81, in query return self._table[prim_key] KeyError: 'Mask-RT-DETR-H' The above exception was the direct...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用官方给出的deploy\python\infer.py进行推理,其他模型都没有问题,但redert有问题,加载模型时报错内存未分配。 File "D:\python\PaddleDetection-v2.7.0\deploy\python\infer.py", line 107, in __init__...