Janusz Lisiecki
Janusz Lisiecki
Hi @mathpopo, As you can see [here](https://github.com/NVIDIA/DALI/tree/main/third_party) there is a reference to valid SHA from an FFTS fork. Can try again and clone the DALI repo once again?
Hi @skull8888888, Your implementation looks okay. I think you don't need to use DataLoader, DaliCLIPIterator should do and you can iterate over it to get data samples.
Hi @justlike-prog, It is possible. You can use [the external source operator](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/examples/general/data_loading/external_input.html) to feed raw data into the DALI pipeline. In your case, you can disable pipelining and prefetching as...
Hi @davidsvy, As @awolant already stated, this is not possible in DALI but it is good to know about such a use case so we can account for it during...
Hi @dschoerk, > what i'm currently working on is to integrate this with a pytorch dataloader, such that dali also works with multiple workers. i hope this can work out...
@sapiosexual, I think it would be best to check [DeepStream][(https://docs.nvidia.com/metropolis/deepstream/dev-guide/). I think it should support a video stream for inference.