Items with no label
3335 Discussions

FaceDetector of Realsense R3 SDK crushed on Intel Core3 i5 CPU

cxinl
Beginner
1,630 Views

I install realsense sr3 sdk on my intel core3 i5 PC. When I run the models such as face detector, it crushed, I saw that someone on net say that SR3 SDK need core4 at least, really?

0 Kudos
4 Replies
MartyG
Honored Contributor III
233 Views

Yes, the minimum requirement for the older RealSense camera models is 4th generation Intel Core for F200 and R200, and 6th generation for the SR300.

The new 400 Series cameras do not have the processor limitation and can work with any Intel or ARM processor. The 2016 R3 SDK cannot be used with those cameras though, and face detection is more complicated on these new cameras. This is because you currently have to combine the RealSense SDK 2.0 software that the 400 Series cameras use with another software platform such as OpenCV to get face detection / tracking features.

0 Kudos
cxinl
Beginner
233 Views

Oh, thank you . I now can run CameraExplorer.exe and can get rgb and depth image, but when I run FaceTracking.exe, it curshed, if as you said, it maybe my cpu is intel i5-3470, but I don't understand why intel has such a limit

0 Kudos
MartyG
Honored Contributor III
233 Views

The 2016 R3 SDK's face systems are not very stable, so that may be the main problem rather than your processor. The better choice for face related projects is the earlier SDK '2016 R2'. You can launch a 1.8 gb download of it in your browser by clicking the link below.

http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe

0 Kudos
cxinl
Beginner
233 Views
0 Kudos
Reply