toannhu / zalo_landmark

Sample code for Zalo landmark identification challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A baseline model for Zalo Landmark Identification challenge

Train

cd src
python train.py

Test

python inference.py --model_path=<date and time of the saved model>

Results

Top 3 error on the Public dataset: 0.02054

About

Sample code for Zalo landmark identification challenge


Languages

Language:Python 100.0%