Please star the Repo if you liked it.
- Fork the repository.
- clone the repository.
https://github.com/ucalyptus/Pneumothorax-Segmentation-using-Hypercolumns.git
- create a different branch.
git checkout -b newbranch oldbranch
- Do the needful changes to solve the issue.
- commit the changes and open a pull request.
git commit -m "description about changes"
git push origin newbranch
- Making a pull request
This is the submission to a Kaggle competition. Thanks to Sathvik for his contributions.
- PedroCisnerosSantana;
- Phaturanganamal;
- Pejasvisoi;
- Pasanjayawickrama;
- Pedrohugovm;
- annamunhoz;
- Pranshu Rastogi
- first cell requires a kaggle.json file if you have a kaggle profile you can see this article to download the kaggle.json https://medium.com/@move37timm/using-kaggle-api-for-google-colaboratory-d18645f93648
- if you does not have a account and still wants to run the notebook you can use the my kaggle.json in the repo
If you want to see the public implementation you can go to the [link]https://colab.research.google.com/drive/1iT79EPridQifgGxkZhh_YpuKq5uRflhu
- If end up with error in first cell in the public notebook then go through the following points
- first cell requires a kaggle.json file if you have a kaggle profile you can see this article to download the kaggle.json
- if you does not have a account and still want to run the notebook you can use the kaggle.json given in the repo.