tonic icon indicating copy to clipboard operation
tonic copied to clipboard

sensor_size default to None on some transforms

Open HussainMSajwani opened this issue 6 months ago • 3 comments

ToFrame and DropEvent and their functional counterparts handle sensor_size being None internally. I have changed those two to accept sensor_size being None. This is useful for datasets where sensor_size is not given such as NCaltech101.

Some other transforms technically do not need sensor_size but we can handle those in a future pull request.

HussainMSajwani avatar Jan 04 '24 09:01 HussainMSajwani