OpenPTrack / open_ptrack_v2

OPT v2 "Gnocchi" - adding object tracking and pose recognition
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

Installation guide #130

Closed ugintl closed 4 years ago

ugintl commented 4 years ago

Is docker our only option?

After it is installed, how to use it?

bsubbaraman commented 4 years ago

Docker is the easiest and recommended installation option. (Manual build and installation is also available, though the steps provided are not updated to reflect all changes made in OPT v2.2; if you do wish to manual build, I'd recommend taking a look at the Dockerfiles in the 1804 branch as well.)

After you get the Docker image, you can proceed directly to the single camera tracking instructions if you have only one imager or wish to test the installation. For a multi-camera setup, proceed to configuration followed by calibration. You should be able to move down the sidebar of the wiki to find out what to do next.

Happy tracking!