🍝

サイゼリヤの間違い探しをワンパンで倒す

2023/05/02に公開

背景

  • サイゼリヤのキッズメニューの表紙には間違い探しが描かれている
  • 間違い探しの難易度は非常に高く、全て見つけるのに数時間かかることもある

ゴール

  • サイゼリヤの間違い探しをワンパンで倒す

手順

  1. サイゼリヤ公式HPから間違い探しを開いて、画像を保存する
  2. Spot the difference in saizeriyaを使う
    • 画像を左右2枚に分割する
    • 分割した2枚の画像の差分を出力する
git clone https://github.com/yofayofa/stds.git
cd stds
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py -i images/body.png -o images

参考

Discussion