rockkingjy / OpenTracker

Real-time C++ ECO tracker etc. speed-up by SSE/NEON, support Linux, Mac, Jetson TX1/2, raspberry pi
GNU General Public License v3.0
747 stars 196 forks source link

RK3288 #38

Open xiangdeyizhang opened 5 years ago

xiangdeyizhang commented 5 years ago

Hi rockkingjy, I make the project in RK3288, I set SIMD=3,When I make -j nproc, it show Segmentation fault ,how it can hannpen? Thanks!!!!!!!

yours sincerely

rockkingjy commented 5 years ago

if set simd=0, does it works?

xiangdeyizhang commented 5 years ago

thanks,I will try it

haexin commented 3 years ago

Hi rockkingjy, I make the project in RK3328 ,the algorithm is fdsst object tracking.I have finished the demo on win10 and ubuntu16 on PC,but when I transferred this demo to RK3328 chip,run with target detection algorithm(the rect used by tracking algorithm from object detect result), I have encountered the C++ pointer erro::double free or corruption in the fhog.cpp,could you give some advices? thanks