multi-temporal-crop-classification-baseline icon indicating copy to clipboard operation
multi-temporal-crop-classification-baseline copied to clipboard

Where are the metrics generated?

Open robmarkcole opened this issue 1 year ago • 8 comments

From main readme:

image

However on running main.ipynb the metrics are None:

image

robmarkcole avatar Jan 10 '24 10:01 robmarkcole

Hi Robin, Can you share the pre-trained model with me? Thanks! [email protected]

binarywz avatar Jan 12 '24 13:01 binarywz

@binarywz it is at https://github.com/ClarkCGA/multi-temporal-crop-classification-baseline/tree/main/model_weights

robmarkcole avatar Jan 12 '24 13:01 robmarkcole

@robmarkcole network issue prevents me from using git lfs

binarywz avatar Jan 12 '24 13:01 binarywz

@binarywz you can download it directly from Github via

https://github.com/ClarkCGA/multi-temporal-crop-classification-baseline/blob/main/model_weights/multi_temporal_crop_classification.pth

robmarkcole avatar Jan 12 '24 14:01 robmarkcole

From main readme:

image However on running `main.ipynb` the metrics are None: image

Hi @robmarkcole, did you finally get the same ( or close enough) confusion matrix on their provided checkpoint?

ammuaj avatar Apr 22 '24 18:04 ammuaj

@ammuaj yes

robmarkcole avatar Apr 23 '24 07:04 robmarkcole

Thanks for your response! I have used the same model weights (9-month-old one) and calculated the confusion matrix on the validation loader using the following script but the result is different. Could you please explain if you trained more epochs, or changed anything instead of using the provided default config? Thanks! https://github.com/ClarkCGA/multi-temporal-crop-classification-baseline/blob/main/notebooks/main.ipynb

ammuaj avatar Apr 23 '24 14:04 ammuaj

Hey Never mind. I figured this out. Thanks!

ammuaj avatar Apr 23 '24 18:04 ammuaj