You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
340 B
340 B
| title | linkTitle | weight | description |
|---|---|---|---|
| Frequently asked questions | FAQ | 100 |
My server uses a custom SSL certificate and I don't want to check it.
You can call control SSL certificate check with the --insecure CLI argument.
For SDK, you can specify ssl_verify = True/False in the cvat_sdk.core.client.Config object.