# human_tracker **Repository Path**: HEART1/human_tracker ## Basic Information - **Project Name**: human_tracker - **Description**: human tracking based on yolov3 and center loss - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## This repository was based on: * yolov3 https://github.com/ultralytics/yolov3 * center-loss https://github.com/louis-she/center-loss.pytorch ## performance * https://www.bilibili.com/video/av44360925 ## demo * download yolov3 and centerloss weights. https://pan.baidu.com/s/1ECT_CA8UlgsMlzvBcVwr2w pw:om7k * python tracking.py the output will be stored in videos/output ## train center loss * firstly download the training data https://pan.baidu.com/s/1ECT_CA8UlgsMlzvBcVwr2w pw:om7k into train_data/ * then python main.py