Robin Cole
Robin Cole
``` '0.6.0.dev0' CDL Dataset type: GeoDataset bbox: BoundingBox(minx=-127.88721217969017, maxx=-65.34561975376272, miny=22.94022503977174, maxy=51.60512156832182, mint=1483228800.0, maxt=1514764799.999999) size: 1 --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[8], [line 4](vscode-notebook-cell:?execution_count=8&line=4) [1](vscode-notebook-cell:?execution_count=8&line=1) sampler = RandomGeoSampler(dataset,...
If you create an account on https://lightning.ai/ I can grant you access!
Can confirm (for my own sanity) that this bug I only see on lighnting.ai, will ask them
I found if I run the command in terminal (rather than jupyter) I get a warning - I pointed to a fresh directory (data2): ``` >>> from torchgeo.datasets import CDL...
A temporary workaround on lightning.ai thanks to @tchaton ```python from torchgeo.datasets import CDL # Apply patch to pop User-Agent until we figure out why it hangs from torchvision.datasets.utils import urllib...
Note that https://www.reviewnb.com/ is free for 'educational' use - would enable previewing the notebook
Yep `easy enough`
As a nice addition, you could show how to export a la https://qgis-plugin-deepness.readthedocs.io/en/latest/example/example_segmentation_landcover.html
I got passed this by using: ``` dataset = load_dataset("nielsr/eurosat-demo") ``` However this dataset only has `train` split so cannot be used to complete the example
Been pointed to https://github.com/phelber/EuroSAT/issues/10