Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noumanahmad448/improving_detection_of_person_using_dense_pooling
Improving Detection of Person using dense pooling
https://github.com/noumanahmad448/improving_detection_of_person_using_dense_pooling
computer computer-vision facebook pytorch
Last synced: 29 days ago
JSON representation
Improving Detection of Person using dense pooling
- Host: GitHub
- URL: https://github.com/noumanahmad448/improving_detection_of_person_using_dense_pooling
- Owner: NoumanAhmad448
- Created: 2023-05-20T05:50:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:07:17.000Z (about 2 months ago)
- Last Synced: 2024-10-29T06:17:45.656Z (about 2 months ago)
- Topics: computer, computer-vision, facebook, pytorch
- Language: Jupyter Notebook
- Homepage: https://arxiv.org/abs/2410.20966
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Improving Detection of Person using dense pooling
### Abstract
Lately, the continuous development of deep learning models by many researchers in the area of computer vision has attracted more researchers to further improve the accuracy of these models. FasterRCNN [32] has already provided a state-of-the-art approach to improve the accuracy and detection of 80 different objects given in the COCO dataset. To further improve the performance of person detection we have conducted a different approach which gives the state-of-the-art conclusion. An ROI is a step in FasterRCNN that extract the features from the given image with a fixed size and transfer into for further classification. To enhance the ROI performance, we have conducted an approach that implements dense pooling and converts the image into a 3D model to further transform into UV(ultra Violet) images which makes it easy to extract the right features from the images. To implement our approach we have approached the state-of-the-art COCO datasets and extracted 6982 images that include a person object and our final achievements conclude that using our approach has made significant results in detecting the person object in the given image> [!TIP]
> **This model was trained on 100 epochs**> [!TIP]
> Install required dependencies by running the following command```
pip install -r requirements.txt
```## Our Paper
> [!TIP]
> https://arxiv.org/abs/2410.20966## License
This repository is licensed under the [Apache-2.0 License](LICENSE).