Wanggcong / Spatial-Temporal-Re-identification

[AAAI 2019] Spatial Temporal Re-identification
MIT License
384 stars 77 forks source link

Gaussian smoothing on DukeMTMC-reID #15

Closed saif86 closed 5 years ago

saif86 commented 5 years ago

Hi. Why are you not applying Gaussian smoothing to the spatial temporal distribution in the "gen_st_nodel_duke.py" as it was applied in market data set. Also in market data set, smoothing of the distribution code is commented. Line 136 -139 in "gen_st_model_market.py"

Wanggcong commented 5 years ago

The Gaussian smoothing codes are moved to Line 177 of evaluate_st.py, i.e., this line.

saif86 commented 5 years ago

OK got it. Thanks.