# NanoTrack_Libtorch **Repository Path**: Jason20602130/NanoTrack_Libtorch ## Basic Information - **Project Name**: NanoTrack_Libtorch - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NanoTrack libtorch版本部署的NanoTrack跟踪算法,纯C++编写 A Libtorch implementation of the NanoTrack algorithm, written with pure C++. ## Demo 1. cmake 2. gcc 5.4 + ``` mkdir build && cd build cmake .. ``` ``` make ``` ``` ./NanoTrack_Libtorch ``` -效果图如下 ![demo](./debug/demo.png)