snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
303 stars 31 forks source link

Jetson Nano Support #50

Closed meteosat007 closed 2 years ago

meteosat007 commented 3 years ago

I have run the docker cuda variant but get errors infering that the aarch64 on the Nano is not supported.

Please could you confirm if in fact the DOODS will run on Nano using the inbuilt GPU?

Thnaks

snowzach commented 3 years ago

I know it will but the cuda variant is currently for x86 only. I think someone forked it and made one for jetson but I can't remember who it was. Maybe comb through the forks.

llego commented 3 years ago

Hi @meteosat007 , I managed to get it up an running using the information in the comments of this issue.

meteosat007 commented 3 years ago

Hi llego,

Do you have a few more steps of detail as I have cloned the repo, altered the detector file and I think a step exists befor the docker-compose?

llego commented 3 years ago

You also need to build your own image using the dockerfile in @sakalauskas's first post in the thread. He describes the steps in the post.