You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Search before asking
What is the issue?
Simple example to detect a person and replace with emoji. Last line "Save" is not working:
Load["./AFI_Blood_Tour.jpg"]
Size[]
Say[]
Detect["person"]
Replace["happy-emoji.png"]
Show[]
Save["./photo_with_detections.jpg"]
self.state["image_stack"].save(filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'save'
Environment
How can we replicate the bug?
Just run the example, it works but doesn't save the file and the terminal display the error
Additional
No response
The text was updated successfully, but these errors were encountered: