/Kaggle-Google-Landmark-2019

https://www.kaggle.com/c/landmark-recognition-2019

Primary LanguagePython

Requirement

Kaggle Docker (GPU)

Setups

  • Change the path of data

    In configs/config.yml

      train_csv: '/raid/bac/kaggle/landmark/csv/train_92k.csv'
      valid_csv: '/raid/bac/kaggle/landmark/csv/valid_92k.csv'
      datapath: "/raid/data/kaggle/landmark_recognition/new_data/train/"
  • Define backbone
    In configs/config.yml

    extractor_name: se_resnext50_32x4d
  • Define the log path
    In bin/run_stage1.sh
    Change LOGDIR to your path

How to run

bash bin/run_stage1.sh