Save[]

✅ Works in Interactive Notebook

Category: Output.

Save an image or detections to a file

You can save two types of data to a file:

  1. An image
  2. Detections from Detect[] or Segment[] as a CSV

Syntax

Save["image.png"]
Save["predictions.csv"]

Arguments

Examples

Load["./photo.jpg"]
Detect["people"]
Save["./photo_with_detections.jpg"]

See Also

Made with ❤️ by capjamesg