Vikram Reddy Sankepally

Results 4 issues of Vikram Reddy Sankepally

I have executed cp command in build.sh separately, but could not find libaster.so file

Hello,Thank you for sharing your work in detail.Could you please help me how to identify unknown face in query images as we don't have threshold in softmax outputs?. Thanks in...

Hello,Could you help me how to identify a new image class, on which the model is not trained on that class in query images as unknown one? Thanks in advance

``` **for i, j in enumerate(batch_indices): batch_image_features[i] = get_image(str(j)).value.reshape((14*14, 512))** ``` Did not understand **`get_image(str(j))`** How it is predicting features by taking numbers? Thanks in advance