987410

Results 2 comments of 987410

> 你好,我想请教一下你,怎样才能使用这个模型同时运行多个video_demo.py而识别速度不降低呢。我在1080Ti显卡上跑video_demo.py,单帧识别时间为60-80ms(1280×720像素下)。后来,我尝试使用python多线程Threading,但发现因为有全局解释器锁GIL的存在,虽然看起来能同时跑,但消耗时间却翻了很多倍。后来我又使用了多进程multiprocess,但是却爆出了NotImplementedError: Can not build up yolov3 network!的错误,我猜测是否multiprocess只是分配了gpu,而我们真正识别所用到的是GPU?我该如何改动代码,才能成功同时运行多个video_demo.py呢? > Best regard! > Dontla 您好,请问 NotImplementedError: Can not build up yolov3 network! 这个问题解决了吗?我是自爱运行convert_weight.py的时候出现这个问题的。 谢谢你的回复

> hi,when I run the command "python -m spacy download en",I got the problem of requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/shortcuts-v2.json (Caused by NewConnectionError(': Failed to establish...