^-^
人工智能、计算机、机器学习、linux、程序员
CSRNet:Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes
最近更新:2021-03-28   |   字数总计:3.5k   |   阅读估时:15分钟   |   阅读量:
  1. 1、MCNN的多列设计没有显著作用:
  2. 2、膨胀卷积优于反卷积
  • 贡献:
  • 主要实现:
    1. 网络结构:
    2. 数据增强:
    3. 损失函数:
    4. 代码:https://github.com/leeyeehoo/CSRNet-pytorch
  • step1. install
  • step2. make_dataset.py
  • step3. Training
  • step4. Testing
  • Reading paper https://arxiv.org/pdf/1802.10062.pdf