Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an RGB conversion issue. (jacobgil#89)
* Fixes an RGB conversion issue. 1. The input image is RGB so use_rgb must be set to True in ``show_cam_on_image`` 2. The returned cam_image is RGB encoded whereas cv2.imwrite requires BGR. Switch encoding of cam_image from RGB to BGR prior to writing. * Change BGR2RGB -> RGB2BGR
- Loading branch information