/AUNet

AUNet: Adaptive UpdateNet for Dynamic Pedestrian Tracking with Short-Term Occlusion

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AUNet

AUNet: Adaptive UpdateNet for Dynamic Pedestrian Tracking with Short-Term Occlusion

Code will be released soon.

Installation

Requirements

  • Conda with Python 3.7.
  • Nvidia GPU.

Create environment automatically

conda env create -f environment.yaml

Add AUNet to your PYTHONPATH

export PYTHONPATH=/path/to/AUNet:$PYTHONPATH