KaiyangZhou / deep-person-reid

Torchreid: Deep learning person re-identification in PyTorch.
https://kaiyangzhou.github.io/deep-person-reid/
MIT License
4.34k stars 1.15k forks source link

Idea: Torch re-id with thermal images ? #492

Open fatbringer opened 2 years ago

fatbringer commented 2 years ago

Hi !. I am wondering if there is a possibility of performing re-id of persons using thermal camera images ?

Understand that there will be difficulty. Because the heat signature of a person is very very similar to each other. For example, a person will be a red/yellow figure against a blue background. Same as another person. Thus it is difficult to find unique features of each person/figure.

chaitrasj commented 2 years ago

Hi @fatbringer, Works already exist in this direction which tries to match visible and thermal images of persons, Visible Thermal Person reid

fatbringer commented 2 years ago

@chaitrasj apologies for the late response. thank you for sharing !. Is this the state of the art currrently ? I notice the paper is dated 2017.