TimVerion / LFFD-Pytorch-1

LFFD and SSD based Method implemented by Pytorch for Basketball Recognition Competition.

Home Page:https://www.cnblogs.com/aoru45/p/11456620.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasketNet

This is a demo of a LFFD model for a Basketball Recognition Competition.

The demo is based on SSD and LFFD.

Install

git clone https://github.com/aoru45/LFFD-Pytorch.git

Usage

Download or make your own dataset and modify the dataset.py file.

python train.py

rf and erf visualize:

rf_erf_visualize.png

The visulaization code is avaliable here: https://github.com/aoru45/LFFD-Pytorch/blob/master/visualize_demo.py

Network Structure

demo

demo result

a

Reference

SSD:https://arxiv.org/abs/1512.02325

LFFD:https://arxiv.org/pdf/1904.10633.pdf

About

LFFD and SSD based Method implemented by Pytorch for Basketball Recognition Competition.

https://www.cnblogs.com/aoru45/p/11456620.html


Languages

Language:Python 100.0%