项目应用场景 面向手势识别场景,项目具有实时手势识别 + 手势分类功能,采用 TensorRT 进行 GPU 加速推理,可通过手势识别进行远程控制。 项目效果 项目细节 ==> 具体参见项目 README.md (1) 安装依赖 git clone https://github.com/NVIDIA-AI-IOT/torch2trt cd torch2trt sudo python3 setup.py install --plugins sudo pip3 install tqdm cython pycocotools sudo apt-get install python3-matplotlib git clone https://github.com/NVIDIA-AI-IOT/trt_pose cd trt_pose sudo python3 setup.py install sudo pip3 install traitlets (2) 下载预训练权重,具体参见 README(3) 执行,参考对应 jupyter 项目获取 https://download.csdn.net/download/weixin_42405819/89107945