Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Another Question, Is It Possible To Visualize Bboxes When Uploading The Dataset In Yolo Format? Thanks

Another question, is it possible to visualize bboxes when uploading the dataset in YOLO format?
Thanks

  
  
Posted 19 days ago
Votes Newest

Answers 3


It is part of the Scale/Enterprise SDK, metadata is registered with built in functions of the SDK. Long story short, you can visualize everything and register whatever formats. The system is agnostic to any particular format.

  
  
Posted 19 days ago

@<1523701070390366208:profile|CostlyOstrich36> It looks great, but I would like to know specifically if it can read the bounding boxes in Yolo format (which is the images and labels folder separated, and labels in .txt format one label file for each image with the same name)
None

  
  
Posted 19 days ago

@<1739818374189289472:profile|SourSpider22> , this capability is available only in the HyperDatasets feature which is part of the Scale/Enterprise license. I suggest taking a look here - None

  
  
Posted 19 days ago
82 Views
3 Answers
19 days ago
18 days ago
Tags