ke-rcnn
KE-RCNN: unifying knowledge based reasoning into part-level attribute parsing (TCYB 2022)
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Repository
KE-RCNN: unifying knowledge based reasoning into part-level attribute parsing (TCYB 2022)
Basic Info
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
KE-RCNN
Official implementation of KE-RCNN for part-level attribute parsing. It based on mmdetection.
Installation
- pytorch 1.10.0
- python 3.7.0
- mmdet 2.25.1
- fashionpeida-API
- einops
Dataset
You need to download the datasets and annotations follwing this repo's formate
Make sure to put the files as the following structure:
├─data
│ ├─fashionpedia
│ │ ├─train
│ │ ├─test
│ │ │─instances_attribute_train2020.json
│ │ │─instances_attribute_val2020.json
| | |─train_norm_attr_knowledge_matrix.npy
|
├─work_dirs
| ├─ke_rcnn_r50_fpn_fashion_1x
| | ├─epoch32.pth
Results and Models
FashionPedia
| Backbone | LR | APiou+f1 | APmask_iou+f1 | DOWNLOAD | |--------------|:----:|:---------:|:--------------:|:--------:| | R-50 | 1x | 39.6 | 36.4 |model| | R-101 | 1x | 39.9 | 36.6 |model| | HRNet-w18 | 1x | 38.0 | 35.3 |model| | Swin-tiny | 1x | 43.7 | 40.5 |model|
- This is a reimplementation. Thus, the numbers are slightly different from our original paper. ## Evaluation ``` # inference CUDAVISIBLEDEVICES=0,1,2,3,4,5,6,7 ./tools/disttest.sh configs/kercnn/kercnnr50fpnfashion1x.py workdirs/kercnnr50fpnfashion1x/epoch32.pth 8 --format-only --eval-options "jsonfileprefix=workdirs/kercnnr50fpnfashion1x/kercnnr50fpnfashion1xval_result"
eval, noted that should change the json path produce by previous step.
python eval/fashion_eval.py ```
Training
```
training
CUDAVISIBLEDEVICES=0,1,2,3,4,5,6,7 ./tools/disttrain.sh configs/kercnn/kercnnr50fpnfashion_1x.py 8 ```
Citation
@article{wang2022ke,
title={KE-RCNN: Unifying Knowledge-Based Reasoning Into Part-Level Attribute Parsing},
author={Wang, Xuanhan and Song, Jingkuan and Chen, Xiaojia and Cheng, Lechao and Gao, Lianli and Shen, Heng Tao},
journal={IEEE Transactions on Cybernetics},
year={2022},
publisher={IEEE}
}
Owner
- Name: JosonChan
- Login: JosonChan1998
- Kind: user
- Repositories: 2
- Profile: https://github.com/JosonChan1998
SZU to UESTC
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "MMDetection Contributors" title: "OpenMMLab Detection Toolbox and Benchmark" date-released: 2018-08-22 url: "https://github.com/open-mmlab/mmdetection" license: Apache-2.0
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 11 days
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- z411500976 (1)
- vansin (1)