Ask Your Question
1

Is there an implementation of "Fastest Pedestrian Detector in the West" that is ARM friendly?

asked 2016-11-29 12:52:46 -0600

CarlosML1983 gravatar image

I'm looking for an implementation of this algorithm that is ARM friendly, I only found the author's and another that is a port from MATLAB to OpenCV, but both depends on SSE instructions.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
2

answered 2016-11-29 21:01:52 -0600

Tetragramm gravatar image

They're using a file of #defines. https://github.com/apennisi/fastestpe...

Since that's a small subset of SSE, it should be trivial to copy the file, rename it NEON, and replace the include with a #ifdef ARM or whatever, and replace the SSE instructions with NEON. Conveniently, someone has made a guide showing exactly what maps to what. http://codesuppository.blogspot.com/2...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-29 12:52:46 -0600

Seen: 432 times

Last updated: Nov 29 '16