admin 管理员组

文章数量: 1184232

一、论文

《Fast Learning of Temporal Action Proposal via Dense Boundary Generator》

https://arxiv/pdf/1911.04127.pdf

 二、安装

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/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

三、测试

等待更新~

本文标签: 视频 Tencent DBG ActionDetection