-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.9.0 #7165
Release v2.9.0 #7165
Commits on Nov 6, 2023
-
Added skeleton keypoints detector COCO Whole Body (#7033)
### Motivation and context Resolved #3756 Resolved #5324 Used model is UBody via mmpose https://mmpose.readthedocs.io/en/latest/model_zoo/wholebody_2d_keypoint.html#topdown-heatmap-hrnet-ubody-coco-wholebody-on-ubody2d Optional: - [ ] Try different detectors from mmdetect - [ ] GPU support (it very quick on CPU as well) **Deploy with**: ```./deploy_cpu.sh pytorch/mmpose/ubody2d/nuclio/``` **Recommendations**: redeploy this list of functions if you use any of them after using this code - tensorflow/faster_rcnn_inception_v2_coco/nuclio/ - tensorflow/matterport/mask_rcnn/nuclio/ - pytorch/facebookresearch/detectron2/retinanet_r101/nuclio/ - openvino/omz/public/yolo-v3-tf/nuclio/ - onnx/WongKinYiu/yolov7/nuclio/ - openvino/omz/public/mask_rcnn_inception_resnet_v2_atrous_coco/nuclio/ - openvino/omz/public/faster_rcnn_inception_resnet_v2_atrous_coco/nuclio/ - openvino/omz/intel/text-detection-0004/nuclio/ - openvino/omz/intel/semantic-segmentation-adas-0001/nuclio/ - openvino/omz/intel/face-detection-0205/nuclio/
1Configuration menu - View commit details
-
Copy full SHA for 630770e - Browse repository at this point
Copy the full SHA 630770eView commit details
Commits on Nov 7, 2023
-
Update develop after v2.8.2 (#7104)
Co-authored-by: cvat-bot[bot] <147643061+cvat-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3774e85 - Browse repository at this point
Copy the full SHA 3774e85View commit details -
Remove usages of datetime.utcfromtimestamp (#7102)
It's been deprecated in 3.12, and `fromtimestamp` is easier to use anyway. In addition, drop the pytz dependency, since the UTC time zone is available in the standard library.
Configuration menu - View commit details
-
Copy full SHA for 0f58426 - Browse repository at this point
Copy the full SHA 0f58426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cb454 - Browse repository at this point
Copy the full SHA 40cb454View commit details -
Handle task creation with unsupported data types from cloud storage w…
…ith cache enabled (#7087)
Configuration menu - View commit details
-
Copy full SHA for 92f5181 - Browse repository at this point
Copy the full SHA 92f5181View commit details -
Fix GT job creation races (#7096)
It's possible to get more than 1 GT job in a task in the case of concurrent creation requests. This PR fixes this by introducing a task row-level lock in the DB for the update transaction. - Fixed GT job creation race condition
Configuration menu - View commit details
-
Copy full SHA for 1ef6ba0 - Browse repository at this point
Copy the full SHA 1ef6ba0View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 118cc72 - Browse repository at this point
Copy the full SHA 118cc72View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87cb3b - Browse repository at this point
Copy the full SHA c87cb3bView commit details
Commits on Nov 10, 2023
-
Helm: keep the data PersistentVolumeClaim after uninstall (#7123)
Currently, Helm will delete the PVC when you uninstall your CVAT release, which makes it easy to unintentionally lose data. Add a `helm.sh/resource-policy` annotation to prevent that from happening. This makes the data PVC consistent with the other PVCs created as part of the Helm chart (ones belonging to PostgreSQL, KeyDB and Clickhouse), which are also not deleted upon uninstall, albeit for a different reason: they are created by the corresponding StatefulSets, and StatefulSets retain their volumes when they are deleted.
Configuration menu - View commit details
-
Copy full SHA for 6eb3ef4 - Browse repository at this point
Copy the full SHA 6eb3ef4View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1d4f30 - Browse repository at this point
Copy the full SHA e1d4f30View commit details
Commits on Nov 14, 2023
-
Removed not relevant FAQ item (#7137)
<!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas with maintainers to be sure that changes will be approved and merged. Read the [Contribution guide](https://opencv.github.io/cvat/docs/contributing/). --> <!-- Provide a general summary of your changes in the Title above --> ### Motivation and context <!-- Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. Describe your changes in detail, add screenshots. --> ### How has this been tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I submit my changes into the `develop` branch - [ ] I have created a changelog fragment <!-- see top comment in CHANGELOG.md --> - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [ ] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.
Configuration menu - View commit details
-
Copy full SHA for 4e2df00 - Browse repository at this point
Copy the full SHA 4e2df00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401989d - Browse repository at this point
Copy the full SHA 401989dView commit details
Commits on Nov 15, 2023
-
helm-chart: make backend templates more uniform (#7127)
<!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas with maintainers to be sure that changes will be approved and merged. Read the [Contribution guide](https://opencv.github.io/cvat/docs/contributing/). --> <!-- Provide a general summary of your changes in the Title above --> ### Motivation and context <!-- Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. Describe your changes in detail, add screenshots. --> The templates for the various backend service deployments differ in many ways, but a lot of those differences can be eliminated. That way, it becomes easier to compare different templates, to create new services, and to make changes across all templates. Specific differences which are eliminated are as follows: * Different sets of values are used for customization. This can be mitigated by putting the specific set of values in a local variable once. That way, only the variable assignment needs to differ. * Containers and volumes are named differently. There's no need for this, since these names are local to a pod. Just name all analogous containers/volumes the same thing. * Some deployments use different values for the `app` label. This just seems incorrect, since they all belong to the same app. Standardize on `cvat-app` as the value. * Some deployments forget to check disableDistinctCachePerService. That seems like a bug. * There are minor formatting differences. Ideally I'd like to reduce these templates to just calling one big shared template with service-specific parameters, but there are still enough differences between the templates that I don't feel like doing that just yet. ### How has this been tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> `helm template` ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I submit my changes into the `develop` branch - ~~[ ] I have created a changelog fragment~~ <!-- see top comment in CHANGELOG.md --> - ~~[ ] I have updated the documentation accordingly~~ - ~~[ ] I have added tests to cover my changes~~ - ~~[ ] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))~~ - ~~[ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning))~~ ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.
Configuration menu - View commit details
-
Copy full SHA for 8d2d1b1 - Browse repository at this point
Copy the full SHA 8d2d1b1View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea287e3 - Browse repository at this point
Copy the full SHA ea287e3View commit details -
helm-chart: add a way to easily set parameters for all backend pods (#…
…7148) Since backend pods are all fairly similar, it stands to reason that users would want to apply similar configuration to them. Add some `cvat.backend.*` parameters that are applied to all backend deployments/jobs.
Configuration menu - View commit details
-
Copy full SHA for 6354472 - Browse repository at this point
Copy the full SHA 6354472View commit details -
[Helm] update ingress templates (#7132)
Added: - Generate ingress based on parameter `ingress: true/false` - Ability to configure cvat hostname using an override value file instead of the ugly --set option in helm - Removed some deprecated ingress specifications
Configuration menu - View commit details
-
Copy full SHA for f1f6e78 - Browse repository at this point
Copy the full SHA f1f6e78View commit details
Commits on Nov 17, 2023
-
Turn on Traefik access logs (#7109)
This will be useful for debugging issues and gathering statistics. Use the JSON format, since that allows us to include more information than the traditional HTTP access logs. Switch the other logs to JSON as well, for ease of parsing.
Configuration menu - View commit details
-
Copy full SHA for 6ae1cff - Browse repository at this point
Copy the full SHA 6ae1cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e569fa3 - Browse repository at this point
Copy the full SHA e569fa3View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9a98b3 - Browse repository at this point
Copy the full SHA a9a98b3View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb579e8 - Browse repository at this point
Copy the full SHA bb579e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcaf115 - Browse repository at this point
Copy the full SHA dcaf115View commit details -
Limit 1 user to 1 active task at a time (#7106)
The PR contains a REST API test that checks that a single user cannot clog the import queue with his tasks.
Configuration menu - View commit details
-
Copy full SHA for fe21844 - Browse repository at this point
Copy the full SHA fe21844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410ea0b - Browse repository at this point
Copy the full SHA 410ea0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce4878 - Browse repository at this point
Copy the full SHA 9ce4878View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 5692a8d - Browse repository at this point
Copy the full SHA 5692a8dView commit details