Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetson中使用nvJPEG遇到的问题 #24

Open
jiahao-xiang opened this issue Jun 5, 2024 · 0 comments
Open

Jetson中使用nvJPEG遇到的问题 #24

jiahao-xiang opened this issue Jun 5, 2024 · 0 comments

Comments

@jiahao-xiang
Copy link

我分别在RTX 4090和Jetson TX2 NX的虚拟环境中使用pip install pynvjpeg安装了pynvjpeg。
在RTX 4090和Jetson TX2 NX中,我分别使用OpenCV中的imencode和pynvjpeg中的encode方法对分辨率4K的图片进行编码时间测试。

在RTX 4090中,使用OpenCV的编码方式,编码时间70ms;使用pynvjpeg的编码方式,编码时间10ms
在Jetson中,使用OpenCV的编码方式,编码时间110ms;使用pynvjpeg的编码方式,编码时间150ms
为什么在Jetson中,使用pynvjpeg的编码方式,编码时间会更长?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant