Consolidate colormap code
- Dominant language
- Jupyter Notebook
- Stars
- 524
- Forks
- 64
- Avg merge
- 4h 1m
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
Research direction
Start in visualization/vis_utils.py and compare the existing red-to-green colormap logic with the matplotlib usage in gtsfm/evaluation/visualize_benchmark_comparison.py. Consolidate the visualization colormap code around matplotlib, remove the colour-library usage from this path, and verify that the affected visualization and dashboard generation still produce the intended colormap.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, python
- Domain
- data-visualization
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100