Robin Cole

Results 436 comments of Robin Cole

The official integration fires events on each button press, which is the correct way to implement a remote in HA.

This is basically the same issue as https://github.com/robmarkcole/Hue-remotes-HASS/issues/14

This can be avoid by simply giving the saved images a unique name each, but does mean the number of images saved to disc will grow over time

I've just attempted with `torchgeo.__version__ == '0.6.0.dev0'` and get a different error: ```python from torch.utils.data import DataLoader from torchgeo.datamodules.utils import collate_fn_detection from torchgeo.datasets import VHR10 # Initialize the dataset dataset...

`'0.6.0.dev0'` via `pip install git+https://github.com/microsoft/torchgeo.git@main#egg=torchgeo` Can confirm no issues using `checksum=False` so long as the data is downloaded without corruption and the rar is present. There appears to be another...

In this batch, the images all had different shapes - presume I just need to add a cropping augmentation? ``` torch.Size([3, 808, 958]) torch.Size([3, 806, 950]) torch.Size([3, 803, 889]) torch.Size([3,...

OK just noticed `from torchgeo.datamodules import VHR10DataModule` which handles this :-) So in summary: 1) The rar file being corrupted was the cause of my issue 2) The plottling is...

Good suggestion, please submit a PR

@masi please create a PR implementing this feature - it would need to be tested against all supported services and not introduce any breaking changes, thanks

RE lightning I see a lot of work was done in https://github.com/Lightning-AI/pytorch-lightning/pull/6227 but ultimately they decided this was too complex to maintain, and closed the PR. Perhaps as you say,...