├── README.md ├── imgs ├── 000013.png ├── 000014.png ├── 000019.png ├── 000031.png ├── DataSetCreationPage.png ├── ExampleDataWithNoise.png ├── ExampleTrainingImgs.png ├── InputImage.png ├── LearningParams.png ├── coverage_comparison_overlay.png ├── results1.png ├── results2.png ├── results3.png ├── results4.png ├── sample_imgs_w_noise.png └── trainingResults.png ├── model ├── deploy.prototxt ├── info.json ├── mean.binaryproto ├── original.prototxt ├── snapshot_iter_142080.caffemodel ├── solver.prototxt └── train_val.prototxt └── notebook └── Detection_Example.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/README.md -------------------------------------------------------------------------------- /imgs/000013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/000013.png -------------------------------------------------------------------------------- /imgs/000014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/000014.png -------------------------------------------------------------------------------- /imgs/000019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/000019.png -------------------------------------------------------------------------------- /imgs/000031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/000031.png -------------------------------------------------------------------------------- /imgs/DataSetCreationPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/DataSetCreationPage.png -------------------------------------------------------------------------------- /imgs/ExampleDataWithNoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/ExampleDataWithNoise.png -------------------------------------------------------------------------------- /imgs/ExampleTrainingImgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/ExampleTrainingImgs.png -------------------------------------------------------------------------------- /imgs/InputImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/InputImage.png -------------------------------------------------------------------------------- /imgs/LearningParams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/LearningParams.png -------------------------------------------------------------------------------- /imgs/coverage_comparison_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/coverage_comparison_overlay.png -------------------------------------------------------------------------------- /imgs/results1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/results1.png -------------------------------------------------------------------------------- /imgs/results2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/results2.png -------------------------------------------------------------------------------- /imgs/results3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/results3.png -------------------------------------------------------------------------------- /imgs/results4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/results4.png -------------------------------------------------------------------------------- /imgs/sample_imgs_w_noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/sample_imgs_w_noise.png -------------------------------------------------------------------------------- /imgs/trainingResults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/imgs/trainingResults.png -------------------------------------------------------------------------------- /model/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/deploy.prototxt -------------------------------------------------------------------------------- /model/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/info.json -------------------------------------------------------------------------------- /model/mean.binaryproto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/mean.binaryproto -------------------------------------------------------------------------------- /model/original.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/original.prototxt -------------------------------------------------------------------------------- /model/snapshot_iter_142080.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/snapshot_iter_142080.caffemodel -------------------------------------------------------------------------------- /model/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/solver.prototxt -------------------------------------------------------------------------------- /model/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/model/train_val.prototxt -------------------------------------------------------------------------------- /notebook/Detection_Example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allykgray/DetectionTutorialSpaceNet/HEAD/notebook/Detection_Example.ipynb --------------------------------------------------------------------------------