Janusz Lisiecki
Janusz Lisiecki
I'm closing this pull request. Let us know if you want to still work on it.
Hi @Scitator, We are really happy to see more and more examples with DALI. I think it would be best if you can create a PR with an example on...
Hi @anonymousr007, Feel free to. DALI is an open-source project and anyone can create a pull request. Please check [this short guide](https://github.com/NVIDIA/DALI#contributing-to-dali) before submitting a PR. Don't worry, in case...
Hi @xiaoyang-coder, DALI doesn't provide a standalone NumPy decoder. If you want to store data inside TFRecord please do it as a raw memory, not a NumPy array.
We don't have such a plan, however, we would be more than happy to review and accept any PR introducing this functionality. It can be based on already available [numpy...
Hi @sjbling. You can try something like this. The external source operator returns `sequence_length` outputs + one for the labels. Then they are decoded and stacked together to form a...
Hi @msaroufim, Thank you for your feedback regarding our 2022 roadmap. It would be nice to accelerate existing TorchVision pipelines, however, I'm not convinced if the way that DALI works...
Hi @songyuc, This warning is there mostly because we don't have a full test coverage for Python 3.10, although it should work fine. I cannot commit to a particular timeline...
Hi @csheaff, Thank you for reaching out. We don't have a short-term plan to support DICOM. As I understand the usual workflow is the conversion from DICOM to NumPy (which...
Hi @csheaff, > As for the normalization, my understanding is that DALI would be able to handle such tasks. DALI is mostly useful for online augmentation, and in general things,...