Home

Awesome

HydroViet_VOR

Visual Object Retrieval in satellite images with Triplet Network generated from Template (Processing)

Data Structure

HydroViet_VOR
|
└───train_data
│   └───house
│       └───house1.jpg
│       └───house2.jpg
│       └───...
│   └───river
│       └───...
|   └───...
|
└───val_data
│   └───house
│       └───house1.jpg
│       └───house2.jpg
│       └───...
│   └───river
│       └───...
|   └───...
|
└───test
|   │   1.jpg
|   │   2.jpg
|   |   ...

Method

model

Train

python trainv1.py

Test

python test.py

Visualize

python visualize.py

Result

The best accuracy when validating is 56%, which is not good enough

Furthur Improvement

Using GANs to train CNN models like EfficientNet, Resnet on satellite data

Sources

Make sure to give them a star!