Visualize module improvements and changes
Summary of changes (coming from pull request #19):
- Changes behavior of detect_video and plot_prediction_grid to show all predictions above a certain threshold (optional parameter) rather than the top prediction per class
- Allows show_labeled_image to accept labels to display along with boxes
- Fixes bug when running detect_video on a default model
All changes are non-breaking.