Skip to content

Commit b79a09d

Browse files
committed
attribute recognition
0 parents commit b79a09d

File tree

5 files changed

+18249
-0
lines changed

5 files changed

+18249
-0
lines changed

README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
## Topic : Person Attribute Recognition
2+
3+
**Objective** : To improve the base line code and achieve better results than current SOTA(please see this paper for the accuracy that we have to achieve "Rethinking of Pedestrian Attribute Recognition:
4+
Realistic Datasets and A Strong Baseline" - https://arxiv.org/pdf/2005.11909.pdf )
5+
6+
### Important links :
7+
8+
**Base line code** - https://github.com/valencebond/Strong_Baseline_of_Pedestrian_Attribute_Recognition
9+
10+
**Base line codes paper** - "Rethinking of Pedestrian Attribute Recognition: Realistic Datasets and A Strong Baseline" https://arxiv.org/pdf/2005.11909.pdf
11+
12+
**All Datasets link** - https://github.com/wangxiao5791509/Pedestrian-Attribute-Recognition-Paper-List
13+
14+
**Literature survey** - All papers related to it - https://github.com/wangxiao5791509/Pedestrian-Attribute-Recognition-Paper-List
15+
16+
**Another base line code (but its not working with Rapv2 dataset)** - https://github.com/dangweili/pedestrian-attribute-recognition-pytorch
17+
18+
19+
20+
21+
22+
**Current Accuracies:**
23+
(Taken from https://arxiv.org/pdf/2005.11909.pdf)
24+
![Types of models](baselinepaper.PNG)
25+
26+
27+
**Methods or different models available :**
28+
Example :
29+
![Types of models](methods.PNG)
30+
https://arxiv.org/pdf/2005.11576.pdf
31+
32+
**Datasets that we are going to focus on :**
33+
PA100k
34+
RAPv2
35+
PETA
36+
RAPv1
37+
The school of AI dataset - will send it later
38+
Market 1501 (optional)
39+
40+
41+
42+
**Project Schedule :** (Even if planned schedule didnt work its not a problem we can try to achieve it else we can reschedule)
43+
44+
Since we have a base line code and datasets already we need to improve the model alone thats enough . Each one can take a dataset and work on improving a model for that if any one gets a improvement in any one dataset we can proceed with that model .
45+
46+
47+
Current baseline is on Resnet50 so we can think of using inception ,densenet or any other suitable network .
48+
49+
Literature survey 4 days
50+
51+
I think 12 days is enought for find a new model .
52+
so with in August 2 lets try to find a model that better than current model
53+
54+
So in august month 1- 15 we can write our paper .
55+
56+
July 17 - July 20 - Literature survey
57+
58+
July 21 - Aug 2 - Model preparation
59+
60+
Aug 2 - Aug 17 - paper writing
61+
62+
**Accuracy to be achieved :**
63+
64+
Name - Precision
65+
Pa100k - 89.41
66+
Rapv2- 81.99
67+
PETA - 86.99
68+
Rapv1 - 82.84
69+
MARKET-1501 - (optional)
70+
TSAI - (Any thing is okay as along as above is satisfied)
71+
72+
**Works done :**
73+
74+
19-07-2020 - Attached the notebooks to run the file on pa100k and rapv2 dataset with baseline code
75+
76+
77+

baselinepaper.PNG

94.4 KB
Loading

methods.PNG

139 KB
Loading

valencebond_PA100k_notebook.ipynb

Lines changed: 11970 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)