david-schweitzer
david-schweitzer
I have a 'video.avi' file in the main directory, and I'd like to run this tracker on it. It seems like the only change I would need to make would...
This is fantastic work, and your details on how to extend the problem to include more classes is perfect. But I'm trying to train on 6 classes (7 including background),...
I used the cosine metric learning repository you made to train on the VeRi dataset, and I used the command provided to create a PB graph. Putting the four files...
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...