We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我分别在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的编码方式,编码时间会更长?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我分别在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的编码方式,编码时间会更长?
The text was updated successfully, but these errors were encountered: