frippe75

Results 25 comments of frippe75

My COCO dataset JSON file contains empty list of segmentations... ``` WARNING:root:Segmentation in COCO is experimental Traceback (most recent call last): File "/home/frta/.local/bin/label-studio-converter", line 33, in sys.exit(load_entry_point('label-studio-converter', 'console_scripts', 'label-studio-converter')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Having the same issue but using helm charts. For me it's quite funny that setting up the vault as a Root CA issuing cert to a keycloakserver that you then...

So I get the notion tls needs to be enable to get rolling with the trustedCertsSecret. Changed my values file to contain: ```yaml tls: enabled: rls trustedCertsSecret: "minio-trusted-certs" ``` ```bash...

So the ask here is really to "allow TLS to be set false and pass the trustedCertsSecret since it is not under the tls attribute and have it added to...