cvat-opencv icon indicating copy to clipboard operation
cvat-opencv copied to clipboard

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.

Results 109 cvat-opencv issues
Sort by recently updated
recently updated
newest added

### My actions before raising this issue - [X] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [X] Searched [past issues](/issues) ### Expected Behaviour Image is added to the Task and a job is...

question

### My actions before raising this issue - [ x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [ x] Searched [past issues](/issues) ### Expected Behaviour I want to upload files to a task...

### Motivation and context ### How has this been tested? ### Checklist - [x] I submit my changes into the `develop` branch - [ ] I have added a description...

### My actions before raising this issue - [x] Read/searched [Semi-automatic and Automatic Annotation](https://opencv.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/) ### Expected Behaviour When I run automatic annotation, if the model is running by cpu, doesn't...

bug

### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) ### Expected Behaviour When user changed labels for drawn object in objects panel,...

bug

PR to integrate the single object tracker TransT as an AI tool into CVAT. also see here: https://github.com/cvat-ai/cvat-opencv/issues/14

nuclio

### My actions before raising this issue https://github.com/opencv/cvat/issues/2263 Installation document ### Expected Behaviour The task should be created using the mounted share should ### Current Behaviour ![image](https://user-images.githubusercontent.com/61216926/190836956-7776cd98-f054-481c-bdd0-6b6c5c1aabc4.png) ### Possible Solution...

### Motivation and context ### How has this been tested? ### Checklist - [x ] I submit my changes into the `develop` branch - [ ] I have added a...

I am trying to upload tasks via command line interface using the following command: ``` (cvat) user@machine:~/cvat python cvat-cli/src/cvat_cli/__main__.py --auth some_user:some_password \ --server-host some_server create test_cli \ share //some_folder/some_file.mp4 --chunk_size...

bug
sdk

Fixes #4851 This change enables leveraging an NVIDIA GPU when using a YOLOv5 serverless function. ### Motivation and context This change speeds up auto labeling with a YOLOv5 model. ###...