jandaldrop / landmark-recognition-challenge

Source code used for the google landmark recognition challenge on kaggle [19th place]
35 stars 16 forks source link

where is the train_info_correct.csv file? #3

Open JTJ007 opened 5 years ago

JTJ007 commented 5 years ago

Hey Jan, I am not able to make out where is the train_info_correct.csv file. I am not able to make out what is the code for train_info_correct = pd.read_csv('train_info_correct.csv', index_col='id') train_info = train_info[train_info['landmark_id'].isin(train_info_correct['landmark_id'])] because there is no dataset what should i do. Kindly help.