Open xevolesi opened 1 year ago
Hi @xevolesi,
I'm sorry to say it is not possible now in DALI as it lacks a histogram operator. There was some work towards it https://github.com/NVIDIA/DALI/pull/3502 but it is currently suspended due to other priorities. In the meantime you can look at https://github.com/CVCUDA/CV-CUDA plans to include this operator in the foreseeable future.
Hi, thank you very much for you work, DALI is really a great library. DALI accelerated my model training by almost 19 times compared to another augmentation library and it's really impressive. Although I'm still missing a few things. For example, i want to use custom augmentation and i need to calculate image histogram in the following way (I need it for Otsu thresholding):
Could you please guide me? I've tried something like this:
but i really feel that i'm doing something wrong, because actually in
hist
andcumsum
i have nestedDataNode
s.