Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jahongir7174/attribute-human
Human Attribute Recognition
https://github.com/jahongir7174/attribute-human
human-attribute-recognition human-attributes onnx-runtime-inference onnxruntime opencv-python python
Last synced: about 1 month ago
JSON representation
Human Attribute Recognition
- Host: GitHub
- URL: https://github.com/jahongir7174/attribute-human
- Owner: jahongir7174
- Created: 2024-04-24T05:45:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T22:41:18.000Z (7 months ago)
- Last Synced: 2024-05-30T17:38:45.432Z (7 months ago)
- Topics: human-attribute-recognition, human-attributes, onnx-runtime-inference, onnxruntime, opencv-python, python
- Language: Python
- Homepage:
- Size: 82.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Human Attribute Recognition
### Installation
```
conda create -n ONNX python=3.8
conda activate ONNX
pip install opencv-python==4.5.5.64
pip install onnxruntime
```### Run
* Run `python main.py ./demo/demo.jpg`
### Results
```
Gender: Male
Age: 18~60
Direction: Front
Glasses: True
Hat: False
HoldObjectsInFront: True
No bag
Upper: LongSleeve
Lower: LongCoat Trousers
No boots
```
#### Reference* https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/deploy/pphuman/docs/attribute_en.md