facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

🐛 Bug: Architecture diagram in README.md renders incorrectly when using dark mode #608

Open guillaume-troadec opened 8 months ago

guillaume-troadec commented 8 months ago

Instructions To Reproduce the 🐛 Bug:

  1. Enable dark mode on your web browser
  2. View the DETR architecture diagram in README.md
  3. Observe that it is transparent and we cannot see important details :(

Example Screen Shot 2023-10-28 at 7 37 05 pm

Expected behaviour:

Image renders white, as opposed to transparently

Example

Screen Shot 2023-10-28 at 7 46 06 pm

Environment:

Using dark mode on Firefox (although I've tested this on other browsers and it has the same issue)

Suggestion: Replace the image with a non-transparent version from the DETR paper so that it behaves as expected when a user is using dark mode.

I'm happy to be assigned this ticket