comment
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
The comment feature allows you to add a comment to a DatasetItem.
$ darwin dataset comment cars ferrari-laferrari.jpg --text "This is a really awesome car" --x 0 --y 0 --w 200 --h 200
Comment added successfully!Positional arguments:
dataset: Remote Dataset name.file: File to comment.
Optional arguments:
--text: The text of the comment--x: the left X position of the comment box--y: the top Y position of the comment box--w: the width of the comment box--h: the height of the comment box
Watch it in action!

Updated about 1 month ago
