Nic Ma
Nic Ma
Hi @vfdev-5 , Thanks for your proposal! I think it looks good to me. Would it be available in ignite v0.4.5 release? @wyli, do you have any other comments? I...
Hi @JohnMasoner , Thanks for your contribution here, do you still plan to complete this PR?
Cool, sounds good. I don't want to close this PR, just to sync the status and plan with you. Thanks.
Hi @KumoLiu , Could you please help @JohnMasoner figure out the pending issue? I think this PR is a good contribution to MONAI. Thanks in advance.
Hi @wyli , Do you have any idea about the doc error? Thanks.
Hi @rabinadk1 , Please take a look at the CI tests in this PR, I see the `make html` is: build succeeded. Maybe something wrong in your local environment? Thanks.
Yes, I also see this warning when developing the MetaTensor for crop and pad transforms. I changed to use our `tests.assert_allclose` API instead. Thanks.
Hi @binliunls , I think this great PR almost achieved all the necessary features of the video loading part. Please take a look and maybe test it locally in your...
Hi @binliunls , Do you mean `DataLoader` or `ThreadDataLoader with use_thread_workers=True`? I think this line in this PR is **not thread safe**: ```py self.cap.set(cv2.CAP_PROP_POS_FRAMES, index) ``` And GPU transforms can't...
Hi @binliunls , Are you execute transforms on GPU? It should not work with num_workers > 0 in DataLoader. Thanks.