12 lines
370 B
Text
12 lines
370 B
Text
|
|
# Extra dependencies needed only for the offline-tracking pipeline
|
||
|
|
# (build_video_inventory.py, pick_targets.py, auto_detect_targets.py,
|
||
|
|
# track_videos.py). Not needed for the existing analysis notebooks.
|
||
|
|
#
|
||
|
|
# install with: pip install -r requirements-tracking.txt
|
||
|
|
opencv-python>=4.8
|
||
|
|
openpyxl>=3.1
|
||
|
|
gitpython>=3.1
|
||
|
|
netifaces>=0.11
|
||
|
|
mysql-connector-python>=8.0
|
||
|
|
pyserial>=3.5
|