sisrfeng

Results 155 comments of sisrfeng

Thanks a lot! If I feed 1600x1200 imgs to **pytorch_GaussianYOLOv3** , I get 10 fps (the time includes preprossing) Then I re-size 1600x1200 imgs to 416x416 and imwrite. The original...

Do these pictures contradict with each other? ![image](https://user-images.githubusercontent.com/53520949/69912468-cdc8de80-1464-11ea-9337-a4e644bba763.png) ![image](https://user-images.githubusercontent.com/53520949/69912497-387a1a00-1465-11ea-885e-da65e5d2c89b.png)

I'm using: set guifont=Hack\ Nerd\ Font\ Mono:h14 set guifontwide=微软雅黑 I can't find "Hack Nerd Font Mono" without ligature. It is annoying to switch to another font, because I have create...

https://github.com/getcursor/cursor/issues cursor作者在某处说的, 将会打击这种第三方插件

I think the title should be release of nvim-remote-containers see: https://github.com/jamestthompson3/nvim-remote-containers

> > Using `CANN` version `8.0.RC1.alpha003` I can successfully run the container. However, after I modify the `device_type` parameter and let `lmdeploy` run API server on `ascend` backend, I got...

Any update? I find that > Internally aiomysql is copy of PyMySQL, underlying io calls switched to async, basically await and async def coroutine added in proper places.