yaosx425

Results 7 comments of yaosx425

> And you can run tools/infer.py to visualize the bbox. 您好!我运行了infer.py 但是报错两个参数不存在 但是两个参数都是有值的 这是怎么回事呢? img_size--------------------------------------- [640, 640] half------------------------------------------- False Traceback (most recent call last): File "tools/infer.py", line 120, in main(args)...

> 你好,请问哪里可以下载与训练权重 你好,请问你找到了吗?

> ERROR: Command errored out with exit status 1: command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fF44V0/mmcv/setup.py'"'"'; **file**='"'"'/tmp/pip-install-fF44V0/mmcv/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(**file**);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, **file**, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-tungav cwd: /tmp/pip-install-fF44V0/mmcv/...

> wandb.errors.CommError: It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the...

您好!请问您解决了吗?我如果在DETR中用reresnet作为backbone,提取的特征可以送进transformer进行检测吗?

> I do some dedug, and notice that the error occur in face enhancer. > > ```python > img = cv2.cvtColor(images[idx], cv2.COLOR_RGB2BGR) > ``` Hello, have you solved it?