SharpAI / DeepCamera

Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more
https://sharpai.github.io/DeepCamera/
MIT License
1.82k stars 311 forks source link

Support for Jetson nano? #55

Closed SaddamBInSyed closed 3 years ago

SaddamBInSyed commented 3 years ago

Hi there.

thanks for your works.

I am a newbie to this repo. I would like to know whether I can run this DeepCamera in my Jetson nano?

please advise.

solderzzc commented 3 years ago

hi, @SaddamBInSyed welcome to community, DeepCamera can run in Jetson Nano by source code but need change scripts to fit system. https://github.com/SharpAI/DeepCamera/blob/master/scripts/start_service.sh I can built ARM64v8 docker to save the manually effort in weeks. :)

SaddamBInSyed commented 3 years ago

hi, @SaddamBInSyed welcome to community, DeepCamera can run in Jetson Nano by source code but need change scripts to fit system. https://github.com/SharpAI/DeepCamera/blob/master/scripts/start_service.sh I can built ARM64v8 docker to save the manually effort in weeks. :)

thanks for your response.

that will be very helpful. I will wait for the same.

solderzzc commented 3 years ago

just finished the build file on branch arm64v8, Travis CI will build images, then you can have a try

https://travis-ci.org/github/SharpAI/DeepCamera

SaddamBInSyed commented 3 years ago

@solderzzc thanks for sharing and letting me know.

solderzzc commented 3 years ago

@SaddamBInSyed did you have chance to run DeepCamera on Nano? you can use DeepCamera/run-on-arm64v8.sh to start services, let me know if any issues.

solderzzc commented 3 years ago

close for now