-
Notifications
You must be signed in to change notification settings - Fork 1
Home
fabrizio-palumbo edited this page Feb 17, 2021
·
2 revisions
Welcome to the OffLineTracking wiki! I do recommend you install anaconda (we'll use spyder as a development environment) https://www.anaconda.com/products/individual
once anaconda is installed, open the cmd terminal and type the following:
conda install -c conda-forge opencv (install opencv) conda install -c conda-forge h5py (install hdf5 lib)
you can now open Spyder and run the code!