Akinori Mitani

Results 3 comments of Akinori Mitani

OpenCV doesn't read GIF. You can easily switch to sklearn.io.imread

https://github.com/openslide/openslide/issues/274 This issue may be related and shows why opneslide does this. My guess is that openslide assumes all levels occupy the same physical area, while most scanning software drops...

How about using a subset of [TaskExecutionMetadata](https://github.com/flyteorg/flyte/blob/636cc2339554522b740b275adb980006d2ee1de9/flyteidl/protos/flyteidl/admin/agent.proto#L28), instead of just resources? That is what's used when creating the `podSpec` for tasks. [TaskNodeOverrides](https://github.com/flyteorg/flyte/blob/636cc2339554522b740b275adb980006d2ee1de9/flyteidl/protos/flyteidl/core/workflow.proto#L309) may work too, but I'm hoping that we...