This adds support for processing of visual RGB video frames.
Changes:
a variable 'ir_or_rgb' was added to the config to select whether to process IR or RGB
a Mask R-CNN model was added for segmenting PV modules in RGB frames (not: this model was trained on only 100 labeled frames and may not generalize as well as the IR model)
the documentation was updated to include RGB processing
This adds support for processing of visual RGB video frames.
Changes: