raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
891 stars 188 forks source link

[BUG] typo in picamera2/examples/tensorflow /remove_background.py #1165

Open scruss opened 1 day ago

scruss commented 1 day ago

Describe the bug Example code points to a tflite model that doesn't exist.

File: remove_background.py

Line 3 currently reads:

# Usage: ./remove_background.py --model deeplapv3.tflite --background thing.png

Should be changed to:

# Usage: ./remove_background.py --model deeplabv3.tflite --background thing.png

Additional context Reported on the forum here: picamera2/examples/tensorflow /remove_background.py - Raspberry Pi Forums

davidplowman commented 1 hour ago

Thanks, I've pushed that change to our "next" branch, so it will appear in due course...!