文章汇总

文章目录

    • 前言
    • 编程语言
      • Python
      • C++
    • 日常运维
    • 深度学习
      • 经典论文
      • 论文浏览
      • PyTorch
      • 其他
    • 以前的文章


前言

  • 有些内容用了老忘记,每次都要查,所以就记录一下,方便自己查询。
  • 督促下自己,看看能不能经常看看最新论文。

编程语言

Python

  • 专栏:Python
  • Python基础:Python基本语法
    • Python基础(1) Anaconda & pip
    • Python基础(2) 日期
    • Python基础(3) 异常处理
    • Python基础(4) 断言 assert
    • Python基础(5) 解析式、生成器、迭代器
    • Python基础(6) 函数&装饰器
    • Python基础(7) argparse
    • Python基础(8) 多线程
    • Python基础(9) 多进程
    • Python基础(10) 序列(tuple/list)、字典(dict)、集合(set)
  • Python进阶:常用第三方库的使用
    • Python进阶(1) cv2
    • Python进阶(2) mysql
    • Python进阶(3) Flask & Swagger
    • Python进阶(4) Jupyter Notebook
    • Python进阶(5) WebSocket
    • Python进阶(6) Hive/HBase/HDFS
    • Python进阶(7) Pandas
    • Python进阶(8) Redis
    • Python进阶(9) 定时运行程序 APScheduler

C++

  • 《跟我一起写Makefile》摘要 1-3
  • TensorRT C++ Samples(1) sampleMNIST

日常运维

  • OpenCV 4.1.0 与 Contrib 源码编译记录(附百度云源码/数据下载)
  • Ubuntu Desktop 使用记录

深度学习

经典论文

  • ResNet 系列论文
  • Mobilenet 系列论文
  • Action Recognition 经典论文浏览

论文浏览

  • 论文阅读汇总
  • 论文浏览(1) TAM: Temporal Adaptive Module for Video Recognition
  • 论文浏览(2) Temporal Pyramid Network for Action Recognition
  • 论文浏览(3) TEA: Temporal Excitation and Aggregation for Action Recognition
  • 论文浏览(4) STH: Spatio-Temporal Hybrid Convolution for Efficient Action Recognition
  • 论文浏览(5) X3D: Expanding Architectures for Efficient Video Recognition
  • 论文浏览(6) EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
  • 论文浏览(7) Designing Network Design Spaces
  • 论文浏览(8) Asynchronous Interaction Aggregation for Action Detection
  • 论文浏览(9) A Simple Baseline for Multi-Object Tracking
  • 论文浏览(10) Towards Real-Time Multi-Object Tracking
  • 论文浏览(11) A Multigrid Method for Efficiently Training Video Models
  • 论文浏览(12) SmallBigNet: Integrating Core and Contextual Views for Video Classification
  • 论文浏览(13) Resource Efficient 3D Convolutional Neural Networks
  • 论文浏览(14) STM: SpatioTemporal and Motion Encoding for Action Recognition
  • 论文浏览(15) Online Action Detection
  • 论文浏览(16) A Novel Online Action Detection Framework from Untrimmed Video Streams
  • 论文浏览(17) Actions as Moving Points

PyTorch

  • PyTorch Tutorials 摘要
    • PyTorch Tutorials 摘要(1) Deep Learning with PyTorch: A 60 minute blitz
    • PyTorch Tutorials 摘要(2) Learning Pytorch with Examples
    • PyTorch Tutorials 摘要(3) What is torch.nn really?
  • PyTorch 源码阅读
    • PyTorch 源码(1) Dataset/Sampler/DataLoader

其他

  • VALSE Webinar 20200226 视频行为识别 Action Recognition 摘要
  • ResNet/ResNet-I3D/ResNet-I3D-SlowFast 源码阅读

以前的文章

  • 算法(1)二分查找
  • ArcGis流水账(1)将栅格数据转换为txt文件
  • Java并发(1) i++的线程安全问题

你可能感兴趣的:(文章汇总)