zoukankan      html  css  js  c++  java
  • 【论文笔记】2020WACV

    任务

    action recognition

    motivation

    Both recurrent and convolutional operations are neighborhood-based local operations either in space or time; hence local-range information is repeatedly extracted and propagated to capture long-range dependencies. Many works have designed networks with hierarchical structure to obtain longer range and deeper semantic information but the problem still persists
    if there are back and forth semantic dependencies. 

    基本流程

    先用全连接神经网络或者卷积神经网络把骨架节点的raw position and velocity sequences变成encoded features,再把encoded features放进自注意网络(self-atttion network, SAN)中处理。SAN有很多个版本,如下图所示

  • 相关阅读:
    第七次作业-话费充值
    第七次作业-qq登录&跳转
    第六次作业
    第五次作业
    第四次作业
    jsp第二次作业
    第一次jsp作业
    第九次作业
    第八次作业
    第七次2作业
  • 原文地址:https://www.cnblogs.com/picassooo/p/13829009.html
Copyright © 2011-2022 走看看