csr-dcf
csr-dcf copied to clipboard
Tip to visualize spatial reliability
Hello, I want to visualize spatial reliability maps. I try to do it with extract masks from the function tracker_csr_tracker and visualize it in visualize step. What is exactly a spatial reliability map variable on your code? I am confuse which I have to use among mask, valid_pixels_mask and fg.
I appreciate your answer.
Spatial reliability map is the variable "mask" which is passed to the create_csr_filter function. Valid_pixels_mask and fg are just results of the segmentation which are further processed to get final spatial reliability map.