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
Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

hello, deploy clearml in docker and train a yolov8 model, finish train, in PLOTS no pics show,so why
image

  
  
Posted 3 days ago
Votes Newest

Answers 10


Also I tried follow None

but it have some SSL issues. The ssl cert only allow for 1 subdomain level (only 1 dot). Is there any work around? I am currently using http only.

  
  
Posted 2 days ago

get this error
image

  
  
Posted 3 days ago

Are you using the community server or are you using the open source and self hosting?

  
  
Posted 2 days ago

@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 3 days ago

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

  
  
Posted 3 days ago

@<1523701070390366208:profile|CostlyOstrich36> There's still issue in the frontend. The frontend for plots does not include the cookie when requesting the images, but it does when showing the debug samples. (I am using the open source and self-hosting with k8s)
image
image

  
  
Posted one day ago

This approach disable file server auth service. Another fix is to set the correct cookie domain.

  
  
Posted one day ago

@<1750327622178443264:profile|CleanOwl48> ,
image

  
  
Posted one day ago

yes, self hosting

  
  
Posted 2 days ago

Hi, I am getting the same error as well.

On my local setup, everything works fine with a local ip address.
When I request the image directly on my local setup, the browser use the following cookie:

clearml_token_basic: XXX
domian: 192.168.51.60

When I request the image on my k8s cluster, the browser cannot find the cookie and return a 401 respond.

The default cookie level is different as well:

clearml_token_basic: XXX
domain: app.xxx.com

I try plugging the cookie when request from files.xxx.com but it does not works.

  
  
Posted 3 days ago
17 Views
10 Answers
3 days ago
8 hours ago
Tags