manaf_mukred

Results 3 comments of manaf_mukred

@owenvallis I used the same notebook [`here `](https://github.com/tensorflow/similarity/blob/master/examples/unsupervised_hello_world.ipynb) , and I tried to use the LARS optimizer also with lr = 0.2 * int(BATCH_SIZE / 256) same as the paper...

@psi43 There is a weird contradiction I came across when there is multi object detection ... I'm doing rock, paper, scissor detection ... so if I use `vis_util.return_coordinates` to return...

I just solved the issue ... looks like the label is not updated in the `for` loop .. so if there are multiple labels in the same frame, it will...