Hello, amazing job, I trained on my own data and want to run an evaluate, but an error occurs when loading geocells:
lla_coords = torch.tensor(geo_df[['lng', 'lat']].values)
KeyError: "None of [Index(['lng', 'lat' ], dtype='object')] are in the [columns]"
I guess it is because the geocell generated by my run has only 6 columns: name, admin_1, country, size, num_polygons, geometry, I made my geocells.csv using dataset_creation/geocell/geocell_creation.py
So what might have gone wrong?
Hello, amazing job, I trained on my own data and want to run an evaluate, but an error occurs when loading geocells:
lla_coords = torch.tensor(geo_df[['lng', 'lat']].values)
KeyError: "None of [Index(['lng', 'lat' ], dtype='object')] are in the [columns]"
I guess it is because the geocell generated by my run has only 6 columns: name, admin_1, country, size, num_polygons, geometry, I made my geocells.csv using dataset_creation/geocell/geocell_creation.py
So what might have gone wrong?