DeepLabCut / DeepLabCut-core

Headless DeepLabCut (no GUI support)
http://deeplabcut.org
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Hope to remove the Intel-openmp dependency #15

Open disadone opened 3 years ago

disadone commented 3 years ago

I try to install deeplabcut-core to download pretrained model on my jetson nano. However, I found DLC need Intel-openmp. ARM frame CPU becomes more and more popular (like Apple M1). Maybe you can consider my suggestion :; Also I wonder how you test your models on Jetson Xavier. If I trained a model on an x86, it can be implemented on an arm directly with tensorRT support? Thanks!

Alyetama commented 3 years ago

This is probably a question that belongs to the forum/gitter, but since someone brought it up here, I'm also curious about the same thing. I'm on macOS with M1 chip, and was wondering if you plan to support it anytime in the future.

MMathisLab commented 3 years ago

Hi @disadone then you should use deeplabcut-live; as this is designed to work on embedded systems like Jetson: https://github.com/DeepLabCut/DeepLabCut-live

MMathisLab commented 3 years ago

@Alyetama I have not tried the M1 yet, but we will test it soon and see what's needed, thanks!