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
Profile picture
DeterminedHare56
Moderator
2 Questions, 5 Answers
  Active since 25 May 2023
  Last activity 9 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
7 Answers
515 Views
0 Votes 7 Answers 515 Views
Hello, I saw, that ClearML Data was integrated into YOLOv5 None , during training I could specify dataset ID I want to use. But now in YOLOv8 this is not sup...
9 months ago
0 Votes
5 Answers
531 Views
0 Votes 5 Answers 531 Views
Hello, I have a non technical question about this community. Why have you decided to use Slack for communication and gathering community? Why not use somethi...
11 months ago
0 Hello, I Have A Non Technical Question About This Community. Why Have You Decided To Use

Specifically you can find historical log of the Slack channel here:

I was not aware of this website. Maybe because it was not indexed (and not visible from your main website).

11 months ago
0 Hello, I Saw, That Clearml Data Was Integrated Into Yolov5

I opened an issue on their repo with the same question None

9 months ago
0 Hello, I Saw, That Clearml Data Was Integrated Into Yolov5

What should I do to link my dataset with training task in clearml? (In my own script, not in the Ultralitics. Maybe I will later try to implement this in their code)
I was looking through your examples here: None
But there were only tutorials how to manage datasets, not how to use them during training.

9 months ago
0 Hello, I Saw, That Clearml Data Was Integrated Into Yolov5

Thanks for answer @<1537605940121964544:profile|EnthusiasticShrimp49> .

the dataset by id yourself and passing the path to it as input to the ultralytics code

But would the ClearML in this case track which dataset from repository was used for training? Where in the Experiment view in web UI should I see informations/link to the dataset used for training?

9 months ago