ANZE

Results 8 comments of ANZE

同样问题,win10 paddlex_restful 启动失败 PaddleX客户端应用程序使用是没有问题的,可以正常训练,预测。 想使用PaddleX RESTful进行web操作,服务启动失败。报错内容一样。 test.py 脚本,在 gpu_num = drv.Device.count() print(gpu_num) dev = drv.Device(gpu_id) print(dev) 可以获取信息,之后内容就没有打印,直接退出了 ![微信图片_20210326152951](https://user-images.githubusercontent.com/29450812/112597476-208f8c00-8e48-11eb-8691-2debbd294e84.png)

@syyxsxx ![图片](https://user-images.githubusercontent.com/29450812/112612241-a7993000-8e59-11eb-9be5-300aacc42b4f.png) 打印是没有东西的,在for循环里面停止了

![图片](https://user-images.githubusercontent.com/29450812/112802378-b1fb3a00-90a4-11eb-8bf3-d6f6a2d26462.png) ![图片](https://user-images.githubusercontent.com/29450812/112802229-85dfb900-90a4-11eb-915c-773f9e08890b.png) @syyxsxx for循环里面是打印不出东西的

@syyxsxx ![图片](https://user-images.githubusercontent.com/29450812/112923321-a65d5100-9140-11eb-95b8-4831ca64217a.png) 对,是使用pip install 直接安装的,版本为pycuda 2020.1 paddle版本为2.0.1

我记得好像不是放大吧,只是扩边, 对bbox位置没有改变

I fixed it. https://github.com/modelscope/facechain/pull/484

@GreatV 我的环境是这样的. 默认en没有问题, 使用ch就报错了, 程序没有启动, 环境: ubuntu20.4, python3.10 ` anyio 4.3.0 astor 0.8.1 attrdict 2.0.1 Babel 2.15.0 bce-python-sdk 0.9.7 blinker 1.8.2 cachetools 5.3.3 certifi 2024.2.2 charset-normalizer 3.3.2 click 8.1.7 coloredlogs...

@GreatV 可以了. 可以启动了