While running “worldcereal_custom_croptype.ipynb” in my local machine, I was getting the following overflow error while picking the crops in croptypepicker.py -
I tried changing the datatype wherever it was set explicitly from ‘int’ to ‘np.int64’, but was still getting the same error.