Contains implementation of the Kaggle competition conducted as a part of the DL coursework here at IIT Hyderabad
commands to run the code(ofcouse you should have access to the dataset via Kaggle login credentials):
- Clone the repository
git clone https://github.com/saikaushhikp/DL-MultiSpectral-Image-Segmentation-Kaggle-Task.git
- Navigate to the repository folder
cd DL-MultiSpectral-Image-Segmentation-Kaggle-Task - Run the training scripts (can be completely run via the
Note-book.ipynbas well)python3 Download_data.py python3 Train.py # to make predictions on test data python3 Inference.py