emrahbasaran / SPReID

Code for our CVPR 2018 paper - Human Semantic Parsing for Person Re-identification
MIT License
141 stars 32 forks source link

Table4 #12

Open TJJTJJTJJ opened 6 years ago

TJJTJJTJJ commented 6 years ago

Hi, I'm sorry to bother you again. In your table-4, Inception-V3 is ony for global average polling, SPReIDwo/fg is for global average polling and max(Head,Upper-body,Lower-Body,Shoes),and SPReIDw/fgis for global average polling, max(Head,Upper-body,Lower-Body,Shoes) and Foreground. Is my understand is right? Or which is wrong? How to understand SPReIDcombined?Which features it use? Thank you .

emrahbasaran commented 6 years ago

Hi,

You are right about SPReID(w/fg) and SPReID(wo/fg). SPReID(combined) is the combination of SPReID(wo/fg) and SPReID(w/fg).

TJJTJJTJJ commented 6 years ago

SPReID(combined) is the combination of SPReID(wo/fg) and SPReID(w/fg). means that features for global average polling, max(Head,Upper-body,Lower-Body,Shoes) and Foreground? What is difference between SPReID(combined) and SPReID(w/fg).