Skip to content

dpanagop/re-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

re-identification

Person re-identification Python code that:

  • crops boxes containig persons from images
  • given two such images, decides whether they display the same person or not using a neural network.

Folder min_viable_example contains a Jupyter notebook optimised for Google's colab as Proof of Working example

Please note that the code is written in Tensorflow v1.x You can use

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

as stated in this Stackoverflow thread if you have Tensorflow v2.x

About

Person re-identification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published