Davy
Davy
Thanks for your answer. Yes, it's server-side, I see there's an API call: http://192.168.2.46:8080/api/server/share?org=&directory=20240422_163814%2F HTTP 200 OK Allow: GET, HEAD, OPTIONS Content-Type: application/vnd.cvat+json Vary: Accept [ { "name": "product _20240506_001.png",...
It seems to me that CVAT doesn't offer Yolov5 or Yolov8 for reasons of license incompatibility, but it is possible to use them locally if you set the serveless correctly.
It's not very clean, I re-run the function if the temporary file isn't the right one...which works. ``` if tmpFile == data.name: unzip_Project(filename, tmpFile) else: os.remove(data.name) export_Project(pid, format) ```
Hi @zhiltsov-max I used the code indicated in the documentation : ``` from pprint import pprint from cvat_sdk.api_client import Configuration, ApiClient, exceptions from cvat_sdk.api_client.models import * # Set up an...
up....the same for project. Create a Project from share Backup the Project Try to create a project from the backup on new instance ``` Could not restore project backup. FileNotFoundError:...
Among 1,000 images, I'd like to find those that are not marked. NOT TYPE IS NULL -> Works and displays my images TAGS TYPE IS NULL -> Doesn't work I...
I don't have this problem with onnx export for detection or classification, I export to onnx and then use it on triton server. But in the case of segmentation, the...
Thanks @Y-T-G you answer too fast i didn't have time to edit my post 👍 I generate my pbtx config file dynamically by checking the shapes: ``` ` if mode...
I don't think I have a preprocess problem, I load my classes via the config.pbtxt file: parameters: { key: “labels” value: { string_value: “BAGUETTE” } which also corresponds to my...
it's ok, I managed to map with a configuration file of the template I had upstream.