nwojke / cosine_metric_learning

Deep Cosine Metric Learning for Person Re-identification
GNU General Public License v3.0
586 stars 201 forks source link

Supplying VeRi graph to Deep SORT #53

Open david-schweitzer opened 5 years ago

david-schweitzer commented 5 years ago

Training gives me the following types of files:

checkpoint events.out.tfevents.########## graph.pbtxt model.ckpt-#####.data-00000-of-00001 model.ckpt-#####.index model.ckpt-#####.meta

After running the export command, I'm able to generate the model.pb file I need.

So I can use both the newly generated model.pb files and the model.ckpt-#####.meta files (I think), but Deep SORT also seems to want just a strict model.ckpt-##### file.

How do I make sure I get the three correct files to run Deep SORT with?

YachaoDong commented 5 years ago

Hello, How to use DeepSORT's train.py train the VeRi dataset? Do I need to convert the dataset format to the Market1501? Thx!!