/Kaggle_TSPCV

Code used for the solution of Kaggle's TSP-CV competition

Primary LanguagePython

[Kaggle] TSP-CV

Traveling Salesmen Computer Vision problem

This repository contains the solution for the TSP-CV competition from kaggle plataform. The problem consist in calculate the distance of a path given only images. The data is conform for:

  • 20023 images (80% for training and 20% for test)
  • train.csv: It have the filenames and distances for the training images
  • test.csv: Only have the filenanmes for testing images

If you want to download the dataset, you may to consider the next command:

!kaggle competitions download -c tsp-cv