tensorrtx
tensorrtx copied to clipboard
博主你好,这个能部署到windows上面了吗
Env
- GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc.
- OS, e.g. Ubuntu16.04, Win10, etc.
- Cuda version
- TensorRT version
About this repo
- which branch/tag/commit are you using?
- which model? yolov5, retinaface?
Your problem
- what is your command? e.g.
sudo ./yolov5 -s - what's your output?
- what output do you expect?
可以,大部分都需要简单适配下windows编译
你好 [博主,我在电脑上生成engine文件在电脑中尝试可以使用,但是在jetson开发板中运行您的程序显示这个错误,
engine是不跨平台的,需要重新生成
大佬 不好意思又要打扰您了,我在windows中部署项目时,cmake后没有生成makefile文件,导致使用make命令报make: *** makefile。 停止。我初步猜想是CMakeLists.txt的问题,您觉得是吗?如何是的话,这个如何修改成windows中可以使用并生成makefile文件?
可以参考下yolov9下的cmake文件
可以参考下yolov9下的cmake文件
好的 感谢
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.