- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 248字
- 2021-07-02 14:47:39
Speed comparison of Cartoonifier on desktop versus embedded
You will notice that the code runs much slower on Raspberry Pi than on your desktop! By far the two easiest ways to run it faster are to use a faster device or use a smaller camera resolution. The following table shows some frame rates, frames per seconds (FPS), for both the sketch and paint modes of Cartoonifier on a desktop, Raspberry Pi 1, Raspberry Pi 2, Raspberry Pi 3, and Jetson TK1. Note that the speeds don't have any custom optimizations and only run on a single CPU core, and the timings include the time for rendering images to the screen. The USB webcam used is the fast PS3 Eye webcam running at 640 x 480 since it is the fastest low-cost webcam on the market.
It's worth mentioning that Cartoonifier is only using a single CPU core, but all the devices listed have four CPU cores except for Raspberry Pi 1, which has a single core, and many x86 computers have hyperthreading to give roughly eight CPU cores. So, if you wrote your code to efficiently make use of multiple CPU cores (or GPU), the speeds might be 1.5 to 3 times faster than the single-threaded figures shown:

Notice that Raspberry Pi is extremely slow at running the code, especially the paint mode, so we will try simply changing the camera and the resolution of the camera.
- Python概率統(tǒng)計
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Web全棧工程師的自我修養(yǎng)
- The DevOps 2.5 Toolkit
- Learning Unreal Engine Android Game Development
- Azure Serverless Computing Cookbook
- Machine Learning With Go
- Visual FoxPro 6.0程序設(shè)計
- Angular應(yīng)用程序開發(fā)指南
- 嵌入式Linux C語言程序設(shè)計基礎(chǔ)教程
- Getting Started with React VR
- Python第三方庫開發(fā)應(yīng)用實戰(zhàn)
- 你真的會寫代碼嗎
- 3D Printing Designs:The Sun Puzzle
- 網(wǎng)頁設(shè)計與制作