gtsfm
gtsfm copied to clipboard
Consolidate colormap code
In the visualization
folder, we are using the colour
library to create a red to green colormap. We should instead just use matplotlib for this, like we do in the dashboard generation code in gtsfm/evaluation/visualize_benchmark_comparison.py
visualization/vis_utils.py
might be a good place for this.