pytracking icon indicating copy to clipboard operation
pytracking copied to clipboard

Is it possible to install the PyTracking as a Conda or Pip module to use on edge devices e.g. RPi?

Open franva opened this issue 3 years ago • 7 comments

Hi there,

I am trying to set up the projects on my RPi 4 with 4GB.

Just wondering do we have a demo about how to install and run this code on RPi ?

Or even better, the PyTracking can be installed by conda or pip?

franva avatar Sep 18 '21 10:09 franva

Hi,

Instructions for installation PyTracking on Ubuntu systems is available at https://github.com/visionml/pytracking/blob/master/INSTALL.md. Unfortunately we haven't tested our code on RPi or any other edge devices, and thus cannot help much in this case.

I believe you can find instructions for installing most of the dependencies online (e.g. https://medium.com/secure-and-private-ai-writing-challenge/a-step-by-step-guide-to-installing-pytorch-in-raspberry-pi-a1491bb80531). I am not sure if it is possible to install PrPool on these devices. As mentioned in other issues, you could try using tracker variants which do not use PrPool (e.g. multiscale_no_iounet) to avoid these installation issues.

goutamgmb avatar Sep 20 '21 10:09 goutamgmb

hi @goutamgmb

Thank you for your help.

3 questions:

  1. How can I find which tracker use PrPool or not?
  2. How can I find out which dependencies used by PyTracking is supported or not on RPi?
  3. I saw PyTracking uses CUDA, does this mean we cannot use it on PRi as RPi does not have a NVIDIA GPU and thus not support cuda and PyTracking?

franva avatar Sep 21 '21 00:09 franva

  1. So eco and lwl do not use PrPool. Additionally the parameter setting multiscale_no_iounet in atom does not use PrPool.
  2. I am not sure. I would suggest just trying installing the dependencies and see if you get any errors.
  3. Except the trackers using PrPool, all other trackers can be run without CUDA, on a CPU.

goutamgmb avatar Sep 21 '21 08:09 goutamgmb

thank you @goutamgmb I will give it a try this week.

Cheers

franva avatar Sep 21 '21 09:09 franva

@franva Hello! Have you tried setting up the Raspberry PI for pytracking till now ? Any success and challenges ?

Ahsanr312 avatar Jan 25 '22 07:01 Ahsanr312

Hi @Ahsanr312 Sorry no, I am flat out, haven't got a chance to try it.

franva avatar Jan 25 '22 12:01 franva

Ok its fine.On 25 Jan 2022 5:53 pm, Winston Fan @.***> wrote: Hi @Ahsanr312 Sorry no, I am flat out, haven't got a chance to try it.

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

Ahsanr312 avatar Jan 28 '22 18:01 Ahsanr312