Shengshenlan
Shengshenlan
mmdet/configs/_base_/datasets/semi_coco_detection.py import部分 # 我用如下写法,会有错误 ```python # Copyright (c) OpenMMLab. All rights reserved. from mmengine.config import read_base with read_base(): from mmdet.datasets.transforms.transforms import * from mmcv import RandomResize from mmcv.transforms import LoadImageFromFile...
> @Shengshenlan OK.let me take a look. Hello, have you checked?
> @Shengshenlan 你好,其他的配置也在这个pr里面增加吗? 是的
> @Shengshenlan Thank you very much. Do you plan to continue advancing this work? Yes, next I will add inference function for specified text, referring to X-Decoder.
可是当我把 paddlex 换成2.0 paddlepaddle 换成 2.1.2 就会提示我 ` Your running script needs PaddleX
I also encounter some problem. I print message ```python {'type': 'http.response.body', 'body': b''} {'type': 'http.response.body', 'body': b'{"message":"Accepted"}'} {'type': 'http.response.body', 'body': b'{"message":"Accepted"}'} {'type': 'http.response.body', 'body': b'event: message\r\ndata: {"jsonrpc":"2.0","id":1,"result":{"tools":[]}}\r\n\r\n', 'more_body': True} {'type':...