In the TensorStorage class, there are methods to find the delta between two images.
In this task, if you try to plot the deltas, they are going to appear like a full black image, we want to write a code that can enhance the non zero pixels such that for each channel, we can visualise the where the non - zero values are found.
Todos
Create a seperate branch
In the TensorStorage class, add a method called visualize_enhanced_delta which takes in two images and and the channel and outputs the required enhanced delta image.
deliverables
clean working code
results of some examples (please add it as a reply to this task and also add it to our meeting notes documentation
Task description
In the TensorStorage class, there are methods to find the delta between two images. In this task, if you try to plot the deltas, they are going to appear like a full black image, we want to write a code that can enhance the non zero pixels such that for each channel, we can visualise the where the non - zero values are found.
Todos
deliverables