GithubHelp home page GithubHelp logo

crowd-hat's Introduction

Boosting Detection in Crowd Analysis via Underutilized Output Features





This repository contains the official PyTorch implementation of our paper Boosting Detection in Crowd Analysis via Underutilized Output Features. We provide a plug-and-play module leveraging the detection outputs as features to boost the performance in crowd analysis.

Boosting Detection in Crowd Analysis via Underutilized Output Features
Shaokai Wu*, Fengyu Yang*
Jilin University and University of Michigan
In CVPR 2023

This module works on top of the Head of detection methods and it can be tailored for each detection Head, thus we call it Crowd Hat. In this repository, Hat_LSC-CNN means Crowd Hat implemented on LSC-CNN, and likewise the others.

Implementation

Crowd Hat can be easily added on detection-based methods. Just follow the steps below:

  1. Select a detection-based method and get the pipeline model. You can either train the model on crowd dataset or get the model from corresponding repositories (if any).
  2. Fix the weights of the detection pipeline, do inference across the training dataset, and save the data to the disk.
  3. Use the data above to train the Crowd Hat network, including the count decoder and region-adaptive NMS decoder.

This repository currently provide two pytorch implementation of Hat_LSC-CNN and Hat_TopoCount.

TODO

Crowd Hat + PSDNN and Crowd Hat + SDNet will be coming soon. SDNet is officially implemented with Tensorflow.

Citation

If you use this code for your research, please cite our paper.

@InProceedings{Wu_2023_boosting,
      author    = {Wu, Shaokai and Yang, Fengyu},
      title     = {Boosting Detection in Crowd Analysis via Underutilized Output Features},
      booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
      month     = {June},
      year      = {2023},
      pages     = {15609-15618}
}

crowd-hat's People

Contributors

wskingdom avatar fredfyyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.