8000 GitHub - kun126/vgg-object-detection-example: A course project implementing vgg for swimming pool detection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kun126/vgg-object-detection-example

Repository files navigation

vgg-object-detection-example

A course project using vgg for swimming pool detection.

AA_assignment2_final.ipynb

A jupyter notebook implementing image preprocessing, vgg training and evaluation. Since there is no access to GPUs, I made use of three memory control approaches:

  • train_test_split on file names and load images when feeding into the model;
  • resize into smaller images before training;
  • apply "imagenet" as the initial weights.

Here below shows the best and the worst detections with prediction in red and true box in blue.

sample images [folder]

Examples of the input satellite images, the original folder containing 14964 images.

metadata.json

A dictionary of the coordinates of swimming pool for each image.

About

A course project implementing vgg for swimming pool detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0