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
Hi! I'M Using

Hi! I'm using dataset.list_files with wildcards but it is not working as I expected:
I think the problem is only when the files are in the root of the dataset.

  
  
Posted 2 years ago
Votes Newest

Answers 4


MagnificentSeaurchin79 can you try with dataset.list_files('*.pkl', recursive=True) ?

  
  
Posted 2 years ago

same output

  
  
Posted 2 years ago

MagnificentSeaurchin79 , can you please describe how you created the dataset?

  
  
Posted 2 years ago

I added folder with images, and then the pickle file with the descriptions: dataset.add_files('pickle_file.pkl')

  
  
Posted 2 years ago
542 Views
4 Answers
2 years ago
one year ago
Tags
Similar posts