视频行为识别(二):Tencent / ActionDetection-DBG安装及使用
一、论文《Fast Learning of Temporal Action Proposal via Dense Boundary Generator》https://arxiv.org/pdf/1911.04127.pdf二、安装1、依赖Tensorflow == 1.9.0 or PyTorch == 1.1Python == 3.6NVIDIA GPU == Tesla P40Linux C
·
一、论文
《Fast Learning of Temporal Action Proposal via Dense Boundary Generator》

二、安装
1、依赖
- Tensorflow == 1.9.0 or PyTorch == 1.1
- Python == 3.6
- NVIDIA GPU == Tesla P40
- Linux CUDA 9.0 CuDNN
- gcc 5
2、下载编译
# 下载源码
git clone https://github.com/Tencent/ActionDetection-DBG.git
cd ActionDetection-DBG
# Please compile according to the framework you need!!!!
# 1.Compile tensorflow-version proposal feature generation layers
cd tensorflow/custom_op
make
# (or)2.Compile pytorch-version proposal feature generation layers
cd pytorch/custom_op
python setup.py install
三、测试
等待更新~
更多推荐


所有评论(0)