# LightTrack-ncnn **Repository Path**: alianbin/LightTrack-ncnn ## Basic Information - **Project Name**: LightTrack-ncnn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2021-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search (ncnn) The official implementation by pytorch: https://github.com/researchmm/LightTrack # How to run it? ## modify your own CMakeList.txt ## build ``` $ mkdir build && cd build $ cmake .. && make -j && make install ``` ## run ``` $ cd install/lighttrack_demo $ ./LightTrack [videopath(file or camera)] ``` # TODO Model Quantization