Predict where the photo was taken from single shot image
poetry install
poetry run python scripts/predict.py ${your_image_path}
or
notebooks/predict.ipynb
poetry install
KEY=XXXXXX poetry run python scripts/create_dataset.py
poetry run python scripts/train.py \
--model resnet50 \
--batch_size 30 \
--lr 0.00001 \
--weight_decay 0 \
--epoch 200