Metadata-Version: 2.1
Name: csrnet
Version: 0.2
Summary: Packaging of 
Home-page: https://github.com/pschaus/csrnet_pip.git
Author: Xavier Gillard and Pierre Schaus
Author-email: xavier.gillard@uclouvain.be,pierre.schaus@uclouvain.be
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.19.2)
Requires-Dist: h5py (==2.9.0)
Requires-Dist: Pillow (==8.0.1)
Requires-Dist: torch (==1.13.1)

# csrnet_pip
CrowdCounting Library


Usage

    >> csrnet filename.jpg
    >> 42

Packaging of the source code of paper:

```
@inproceedings{li2018csrnet,
  title={CSRNet: Dilated convolutional neural networks for understanding the highly congested scenes},
  author={Li, Yuhong and Zhang, Xiaofan and Chen, Deming},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={1091--1100},
  year={2018}
}
```
[Github](https://github.com/leeyeehoo/CSRNet-pytorch) of original authors



