-
I am training the siamese network using contrastive loss layer.
But i see only the loss, so i dont know my net going well or not, and also how much.
I want the feature of computing the accuracy for co…
-
When I am on the fourth step:Train the model and run python image_based_localization/siamese_network/train.py
The program met a breakdown. errors are shown as below: The full errors can be seen in th…
-
what means “the same embeding space”
-
-
Can you apply some of the concepts of siamese networks, one shot learning, few shot learning, matching networks to reduce the number of images required for training.
children can learn new objects …
-
Hi, first thx of this awesome library. I'm new in NLP feld so if the following question is naive, please forgive me.
Since BERT works on sentence or 2 sentences (if my understanding is correct), an…
-
- Initialize a Siamese model in model.py (weights shouldn't matter)
- Create a ROS node that subscribes to the terrasentia's camera and has a callback that takes the image, applies the following to …
-
Hello,
I have to classify objects based on TWO seperate images, in this way:
If an object was found in this image:
![image](https://user-images.githubusercontent.com/32739021/67458663-d6e5b500-f647…
-
Currently, we use Cosine Similarity for similarity metric. With complex architectures like BERT, it may not be effective as the objective functions used for pre-training or fine-tuning does not direct…
-
According to your paper, the top fifth layer was initiated on `tracker_init.caffemodel`. How do you create `tracker_init.caffemodel`? Do you copy weigh from `CaffeNet`(which is 230M) to both the two s…