Richard Brown

Results 68 comments of Richard Brown

I'm not sure if this can be solved with `--pipe-fmt`. I can't see a list of arguments for this option, I've only seen `auto:percent` and `py:percent`. I'm not sure what...

Thanks for the quick reply! Your suggested solution certainly looks like it would solve the problem. Unfortunately, I don't think I'll have time to implement it. In the meantime I've...

I tried all 3 solutions, none worked. My termux is a fresh installation so doubt it's from a previous program (I only use it to SSH). Can you re-open the...

Thanks both for the suggestion. Doesn't seem to solve the issue, but avoiding the `~` character seems to help when on ssh.

~ $ cat .termux/termux.properties enforce-char-based-input=true

also possible mismatches in image extents and affine transformation matrices would be ideal.

Ok, so I will put a `multiprocessing` argument into the constructor, which is `False` by default. This will do `open_video` at construction and only perform once. This will not be...

@binliunls I've made the various changes (including the RGB option you requested [here](https://github.com/Project-MONAI/tutorials/pull/213#issuecomment-1201252511)). Could you give it a go and let me know if it all works as expected?

@Nic-Ma @wyli I'm seeing circular import errors. Is this specific to this PR or are we seeing this elsewhere? I can't see changes in this code affecting the `Convolution` class...