facebookresearch / segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
47.81k stars 5.65k forks source link

Fix RGB-BGR confusion in README.md #780

Open PierreMarieCurie opened 1 month ago

PierreMarieCurie commented 1 month ago

OpenCV imread returns images in BGR format, not RGB