lsongx / DomainAdaptiveReID

MIT License
188 stars 50 forks source link

one question on paper: the calculation of distance matrix using by DBSCAN #10

Open geyutang opened 5 years ago

geyutang commented 5 years ago

Dear author, Thanks for your excellent work and code release! when reading your paper, I got confused with the calculation of the distance matrix using by DBSCAN. We aim to generate self generate label by DBSCAN algorithm and I look through the DBSCAN algorithm and sklearn API. We input the distance metric or feature of unlabeled sample to the DBSCAN algorithm. In your paper, both the source feature and target feature (unlabel) are considered. Here is my question.

Thanks for your kindly reply.

lsongx commented 5 years ago

Hi @geyutang ,

Thanks for your interest in our paper. The M is generated by reranking. Thus, it is not a simple pair-wise distance.