Neooolee / WHUS2-CD

This is a cloud detection validation dataset for Sentinel-2A images
14 stars 5 forks source link

Fixed import and path issues for Linux #5

Closed system123 closed 2 years ago

system123 commented 2 years ago

The issue is not the slashes, at least not what I noticed. The problem is that GDAL is within the osgeo package by default, and that in some cases where glob is used the absolute path is returned rather than just the filename. With these changes the code works on Ubuntu.