Joaquin Anton

Results 47 comments of Joaquin Anton

I will keep this issue open so that we remember to notify you back when higher bitdepth support is implemented. Thanks

Hi @tendar . Thanks for reporting this. I think you are right. I have filed a PR (https://github.com/NVIDIA/DALI/pull/4153) to address those two issues.

Hi @duduheihei. That's right, at the moment `fill_value` only support constant values (no data nodes). This can be achieved with some small rework of the implementation, we just didn't have...

@twmht @duduheihei This PR enables data notes for fill_value argument: https://github.com/NVIDIA/DALI/pull/4182 Once it's merged you can test it in the following nightly build.

CPU and GPU operators should always produce mathematically equivalent results. If you can the code for the DALI pipeline you are using (both CPU and GPU), I could take a...

You can set a random seed for both the pipeline and an individual operator. Those seeds don't need to match. When you set it for the whole pipeline, this seed...

Hi @ChangXuSunny. `image_decoder` should not hang on bad images. In such case, there should be an error (exception). The code you show looks safe to me, it should allow to...

I'd add that you can also control the value used for padding with `fill_value`, and that you can use absolute coordinates for slice arguments as well. You can see the...

Thank you @RaananHadar for your request. I think your request makes sense. Satellite imagery is something we have in our radar for some time. To help us prioritizing JPEG-XL support,...

Hi @rgsousa88, This error is coming from the `libjpeg-turbo` library. It is likely that the data arriving to the decoder is somehow corrupted. To narrow down the problem, I would...