/peoplenet_torch

Running PeopleNet through PyTorch

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

peoplenet_torch

Running PeopleNet through PyTorch

installation

pip install peoplenet_torch

usage

use the following code to get the bounding boxes of people from the image

from peoplenet_torch import PeopleNet

model = PeopleNet()
boxes = model(image)