├── README.md ├── images └── itsonus.png ├── program ├── main.py └── track_any.py └── res ├── haarcascade_eye.xml └── haarcascade_frontalface_default.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/README.md -------------------------------------------------------------------------------- /images/itsonus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/images/itsonus.png -------------------------------------------------------------------------------- /program/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/program/main.py -------------------------------------------------------------------------------- /program/track_any.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/program/track_any.py -------------------------------------------------------------------------------- /res/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/res/haarcascade_eye.xml -------------------------------------------------------------------------------- /res/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anand-b/Real-time-Person-Tracking-and-Height-Estimation/HEAD/res/haarcascade_frontalface_default.xml --------------------------------------------------------------------------------