vishalned / MMEarth-train

This repository contains code to reproduce the experiments in the preprint "MMEarth: Exploring Multi-Modal Pretext Tasks For Geospatial Representation Learning"
https://vishalned.github.io/mmearth/
Other
42 stars 6 forks source link

Loading cashew plantation dataset #4

Closed tomsynativ closed 3 months ago

tomsynativ commented 5 months ago

I have installed GEO-Bench via pip (and ran geobench-test which passed). It downloads benchmark segmentation_v1.0 as default, so I changed:

However, my folder ../dataset/segmentation_v1.0/m-cashew-plant does not contain label_map.json nor label_stats.json which class geobench_dataset(Dataset) in custom_dataset.py tries to retrieve.

Can you confirm whether this is an issue that has arisen due to the update of the segmentation benchmark or if there might be something else going wrong on my side? Thanks!

vishalned commented 3 months ago

should be fixed now