Adam J. Stewart

Results 216 issues of Adam J. Stewart

https://www.maxar.com/products/satellite-imagery It seems like the imagery isn't free/open-source, but they do have samples we could use to write a data loader: https://resources.maxar.com/product-samples

datasets

Users coming from torchvision are going to encounter a lot of common issues: * Used built-in sampler instead of GeoSampler * Used built-in collate_fn instead of collate_dict We should have...

documentation

We should set up some kind of Azure pipeline that can automatically generate and deploy new pre-trained weights whenever a new model/dataset is added or whenever we create a new...

models

We should add a GeoDataset for OpenStreetMap: https://www.openstreetmap.org/ There are a couple of approaches that we could take: 1. Query the API every time we call `__getitem__` (slow) 2. Download...

datasets

### Rationale For GeoDatasets, at sampling time, we should know the CRS, bounding box, and resolution of the image that gets sampled. As the image is passed through transforms like...

utilities

**Describe the bug** I'm experiencing connection/kernel issues with my local copy of Jupyter. I'm not sure if this is the right place to report this, but I encounter the issue...

bug

I'm encountering the following build issue on my system: ``` [99/308] /mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc -DENABLE_ALIAS=1 -DUSEMPFR=1 -I/scratch/sciteam/stewart1/spack-stage-sleef-master-2qysp4qup7zd4pa2u4fa26e73rwpj6v6/spack-src/src/common -I/scratch/sciteam/stewart1/spack-stage-sleef-master-2qysp4qup7zd4pa2u4fa26e73rwpj6v6/spack-src/src/arch -Iinclude -I/scratch/sciteam/stewart1/spack-stage-sleef-master-2qysp4qup7zd4pa2u4fa26e73rwpj6v6/spack-src/src/libm -Isrc/libm/include -Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math -fno-strict-aliasing -O3 -DNDEBUG...

### Summary `spack find` has a `--tag` flag that lets you filter packages containing a certain tag. We should add the same flag to `spack list`. ### Rationale A user...

feature
commands
tags
good first issue

Partially reverts #28205 Closes #32024 `--with-ensurepip` is problematic because it causes the Python build to install a copy of setuptools and pip. It's unclear if this copy is downloaded with/without...

python
update-package

Successfully builds on Ubuntu 18.04 with GCC 7.5.0. DDS shows up in the list of supported drivers in `gdalinfo --formats`.

new-version
new-package
dependencies
update-package
conflicts