| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…e redunant snapshots at the end
Co-authored-by: n-poulsen <45132115+n-poulsen@users.noreply.github.com>
This reverts commit f670407.
There was a problem hiding this comment.
A few last tweaks, but otherwise this looks good to me!
Sorry, something went wrong.
Co-authored-by: n-poulsen <45132115+n-poulsen@users.noreply.github.com>
Co-authored-by: n-poulsen <45132115+n-poulsen@users.noreply.github.com>
Co-authored-by: n-poulsen <45132115+n-poulsen@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Add Functions for Visualizing COCO Predictions and Ground Truth
Summary
This PR introduces two new functions to simplify the visualization of COCO-format predictions and their comparison with ground truth (GT) annotations.
Changes
visualize_coco_predictions:
plot_gt_and_predictions:
Motivation
Testing
Acknowledgments
Special thanks to @n-poulsen for his valuable guidance and support!