Rémi Tavon

Results 57 issues of Rémi Tavon

See discussion on #448 Fixes #431 Also reverts #376

testing
samplers

In ran into this issue after running multiple tests and double-checking why my inference script using GridGeoSampler never reached the end (right and bottom) of an image. I'm using GridGeoSampler...

samplers

The [glossary](https://github.com/microsoft/torchgeo/blob/main/docs/user/glossary.rst) you've put up is very useful to try and set a standard for geospatial deep-learning related terms. However in the current version, the term "tile" is prone to...

documentation

https://github.com/fregu856/deeplabv3/blob/415d983ec8a3e4ab6977b316d8f553371a415739/datasets.py#L74 In get_item, you resize image to 50% of original dimensions. Then, you randomly scale downscaled image to 70-200%. In the case of upsamplig to 200%, information about original image...

# Description Add support for pathlib.Path objects Fixes #459 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an...

**Is your feature request related to a problem? Please describe.** Currently, functions like [_check_gdf_load()](https://github.com/CosmiQ/solaris/blob/main/solaris/utils/core.py#L54) only support strings as input, although more types are supported by librairies such as geopandas which...

Type: Enhancement
Status: Review Needed

This branch was used to put GDL's inference into production. Multiple PRs will be created in the coming weeks to merge this branch in chunks for a smoother integration to...

Based on PR #309, a band selection should be possible for multiband rasters. An easy implementation would be to expect indexes instead of band names for the `dataset.bands` parameter. Rasterio...

PR #309 introduces an AOI object that performs quality control on any input data that uses this object. In current version, invalid data will raise an exception. What is invalid...

Soon, GDL will internally be used to read images from an S3 bucket, using STAC items and Franklin's API to submit requests based on spatial, temporal or other filters from...

enhancement