File size: 412 Bytes
f1ec7a0 |
1 2 3 4 5 6 7 8 |
# Datasets for Cornell Data Science - MathSearch.
### Training VGG
`training.zip` contains the image dataset for training the Siamese VGG-16 neural networks.
`paths_output.csv` is a csv file that contains the paths to two images, and a binary output 1 if the images are the same and 0 if the images are not.
### Training Yolov5
The images and labeled coordinates can be found in the `equations_dataset` folder. |