cosine_metric_learning icon indicating copy to clipboard operation
cosine_metric_learning copied to clipboard

Deep Cosine Metric Learning for Person Re-identification

Results 60 cosine_metric_learning issues
Sort by recently updated
recently updated
newest added

Contrib packages apparently are not very stable. So they may change between versions so what tf version should i use here ?

Hi How can i train this model on CroHD(MOT21) Dataset to improve tracking accuracy on human heads?

in network_defenition ``` import tf_slim as slim with slim.variable_scope.variable_scope("ball", reuse=reuse): ``` provide error `module 'tf_slim' has no attribute 'variable_scope' `

I trained yolov3 model to detect a custom class. I labeled a dataset with 250 images with its anchors. I converted the yolov3 weights in pb format saving the model...

change network to be consistent with deep_sort/tools/freeze_model.py. This change solves deep_sort issues: #174,#156,#96 and issues in this repo: #35,#14,#6,#33. this also makes the model compatible with TensorRT supported layers

Hi, my problem is that I would like to generate this appearance vector using a dataset that does not contains multiple views of the same object (for example the VeRI...

I want to make custom datasets like car, bicycle and motorcycle etc.. But I can't understand how to make custom datasets😭 There is no annotation files in `Market-1501-v15.09.15` only images...

Hello, I'm struggling to understand where to set the step of evaluation for tensorboard. Is it possible to reduce the step to match the saving checkpoints ? Maybe I'm missing...

I have been training market1501 with the provided script as shown in the readme. It has been running in an AWS instance with a Tesla T4 nvidia card for a...