Open scruss opened 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
Thanks, I've pushed that change to our "next" branch, so it will appear in due course...!
Describe the bug Example code points to a tflite model that doesn't exist.
File: remove_background.py
Line 3 currently reads:
Should be changed to:
Additional context Reported on the forum here: picamera2/examples/tensorflow /remove_background.py - Raspberry Pi Forums