# LFFD-Pytorch-1 **Repository Path**: TimVerion/LFFD-Pytorch-1 ## Basic Information - **Project Name**: LFFD-Pytorch-1 - **Description**: LFFD and SSD based Method implemented by Pytorch for Basketball Recognition Competition. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BasketNet This is a demo of a LFFD model for a Basketball Recognition Competition. The demo is based on SSD and LFFD. ## Install ```[cmd] git clone https://github.com/aoru45/LFFD-Pytorch.git ``` ## Usage Download or make your own dataset and modify the dataset.py file. ```[cmd] python train.py ``` ## rf and erf visualize: ![rf_erf_visualize.png](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.png) ## demo result ![a](a.jpg) ## Reference SSD:https://arxiv.org/abs/1512.02325 LFFD:https://arxiv.org/pdf/1904.10633.pdf