leiqing

Results 30 comments of leiqing

> Do you have any plans to open source your code about distillation? Hi @Errol-golang , we plan to open the distillation code to the YOLOv7 repo in the next...

> > > Do you have any plans to open source your code about distillation? > > > > > > Hi @Errol-golang , we plan to open the distillation...

Paddle Lite不支持这款硬件的GPU加速。 Paddle Lite的GPU的适配方案是OpenCL, 而这款晶晨311D的GPU是芯元自研GPU IP,如果想使用这款芯片进行AI加速,建议使用CPU或者NPU进行加速。

@purplesystems Hello, Do you have any problems with FastDeploy? If you have any questions using PaddlePaddle, you can contact with the PaddlePaddle community in english issue.

@purplesystems hi welcome to FastDeploy Slack and share it with friends if in need https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw

您好,Jetson上测试Demo的bug已经收到,我们尽快修复。 您现在使用,可以通过修改src文件下的代码,重新编译源代码,可以先解决结合这个问题。 感谢您反馈问题!

直接cmake ..就行,不用加其他选项。 你是在cmake的时候把 EDGE_BUILD_OPENCV 编译选项开了吧,这个不用开的,SDK里面自带opencv的动态库 ![image](https://user-images.githubusercontent.com/54695910/181729825-771ab65d-ae5f-4b5f-9008-15804ed069a4.png) ![image](https://user-images.githubusercontent.com/54695910/181729879-4c4e7113-e68e-415a-9f14-40504c7da059.png) ![image](https://user-images.githubusercontent.com/54695910/181729914-7d29d3c1-5b32-4c78-b637-5f8fbf58aa26.png)

FastDeploy目前里面使用的CPU解码,没有调用NV的硬解码模块,目前常见的网络协议都支持(rtsp rtmp hls http)。 后续会根据大家需要,确定是否引入硬解码。方便加我微信(18813190139)深入交流这块的需求?

OCRv1~V3的Jetson部署demo都有,需要Jetpack4.6. 可以参考这个文档体验:https://github.com/PaddlePaddle/FastDeploy/blob/release/0.1.0/docs/Jetson-Linux-CPP-SDK-Inference.md 近期会发布v0.3,产品体验会升级。

@n3ry7 hi n3ry7,yYou can use the FastDeploy deployment toolkit, which supports YOLOv7's OPenVINO, TensorRT, ONNXruntime deployment. https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/detection/yolov7