There are 3 notebooks:
sampleDatasetis how the dataset was sampledtrainwhere it is shown how the model was fine-tuned and trainedevaluateprovides code for evaluating the model
All of them are self-explanatory.
Inference is available via REST API, made using a simple Flask app. Run with:
python app.pypython3.8 -m venv venv
source venv/bin/activate
pip install git+https://github.com/tensorflow/examples.git
pip install -r requirements.txtMappilary Vistas v1.2, which contains 25 000 fully-annotated high-resolution images with 66 object categories.
pix2pix : Image-to-image translation with a conditional GAN.
