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
Hey, I Tried To Use

Hey,

I tried to use clearml-data with PascalVOC2007 and something weird happened:
$ wget -q $ tar xf VOCtrainval_06-Nov-2007.tar $ cd VOCdevkit/VOC2007 $ ls Annotations ImageSets JPEGImages SegmentationClass SegmentationObject $ clearml-data create --project Datasets --name PascalVOC-2007 $ clearml-data add --files * $ clearml-data close
At this point everything seems okay, everything uploads to our server etc

However, running clearml-data get downloads the dataset without the hierarchy :
$ ls ~/.clearml/cache/storage_manager/datasets/random-dataset-id/ | wc -l 10447This should return 5 .

What happened is that all the folders were flattened and forgot, and I wanted them to stay. What did I do wrong?

  
  
Posted one year ago
Votes Newest

Answers 7


FrothyDog40 thanks, the . works 😄

  
  
Posted one year ago

Latest clearml, freshly installed today

  
  
Posted one year ago

I haven't tries code yet

  
  
Posted one year ago

RotundHedgehog76 Have you tried clearml-data add --files .
? (Probably best to try on a smaller subset first)

  
  
Posted one year ago

Thank you for the suggestions, I'll let you know tmrw!

  
  
Posted one year ago

Also, what happens when you try to access the dataset through the code?

  
  
Posted one year ago

Which version for clearml-data are you using?

  
  
Posted one year ago
292 Views
7 Answers
one year ago
8 months ago
Tags