DirtyHarryLYL / HAKE-Action-Torch

HAKE-Action in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is osnet.pth used for?

quan1e opened this issue · comments

hello authors:
when I run demo.py in activity2vec project, I see HAKE-Action-Torch/checkpoints/yolo/osnet.pth is loaded, what is it used for? could i delete it? And would it influence the inference accuracy ?
Thanks.

osnet.pth is the weight of the human tracker, which is used in the video-based demo program. It makes no influence on the inference stage, and you can delete it if you want to build your own application based on Activity2Vec.

Thanks.