Muhammad Ahsan Mukhtar
Muhammad Ahsan Mukhtar
I downloaded the get_cocotext_recognizer_dataset using the example you showed and I thought that a large dataset like this would help in good training. But the loss is very high. What...
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) y_train = np.random.randint(num_classes, size=100)...
I have a cancer dataset with a center pixel circular dataset along with the radius of the circle. Does your model only take data as 'path x1,y1,x2,y2 class' or can...