-
Članovi tima: Aleksa Simić SW13/2019 (grupa 1)
Asistent: Anđelić Branislav
Problem koji se rešava:
Prepoznavanje lica na osnovu slike.
Algoritam:
Problem će biti rešen pomoću sijamske neuro…
-
Hi
I have been getting this error:
First:
In model.py..that tokenizer is not defined.
Then I added this in test_dataset_model(df_test,model):
##added 2019
tokenizer, embedding_matrix = pre…
-
Investigate the possibility to replace the detection part in YOLO architechture.
Examples could be including foundational models like SegmentAnything, Dino (Meta)
or Siamese neural networks.
-
The Goal of the project is to do Face recognition task using Siamese Neural Network that is trained over a triplet loss function , This is useful in situations where you have limited dataset for train…
-
Siamese Neural Networks for One-shot Image Recognition(샴 네트워크)
: https://jayhey.github.io/deep%20learning/2018/02/06/saimese_network/
https://www.edwith.org/deeplearningai4/lecture/34912/
loss func…
-
I run your test_siamese.py under tests folder.
`def test_siamese():
num_classes = 5
input_shape = (3,)
epochs = 1000
# Generate some data
x_train = np.random.rand(100, 3…
-
* http://ruder.io/semi-supervised/
* [Training Deep Neural Networks on Noisy Labels with Bootstrapping](https://arxiv.org/abs/1412.6596)
* [Training Convolutional Networks with Noisy Labels](https:…
dmarx updated
6 years ago
-
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…
-
I have a Siamese Neural Network which requires two inputs and in Keras this is allowed by passing a list of inputs in the fit function, however when I tried to do a grid search on my model I got a Val…
-
## Environment info
Operating System: Ubuntu 16.04
Compiler: g++
Package used (Python/R/Scala/Julia): C++
MXNet version: 0.11
Or if installed from source:
MXNet commit hash (`git rev-parse …