Sam Barrett

Results 4 issues of Sam Barrett

I've found the following relevant datasets which aren't yet included: # Czechia Seems to be published per district on data.europa.eu. The data comes in dozens of shp files, each of...

## Observations ### 1. The codes for DE_NRW and DE_LS follow the same system The "original_code" fields for the two German regions (NRW and LS) (e.g. https://github.com/maja601/EuroCrops/blob/main/csvs/country_mappings/de_nrw_2021.csv) seem to follow...

The implementation of the PseTae MultiHeadAttention appears to have a mistake. The original implementation applies 2 fully connected layers on the query tensor (see here: https://github.com/VSainteuf/pytorch-psetae/blob/master/models/tae.py#L133) However, in the eo-flow...

Following on from the closed issue: https://github.com/sentinel-hub/eo-flow/issues/35 It is clear why the input and output shapes of the model differ ('VALID' padding). It should now be possible to create models...