forked from cvat-ai/cvat
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated #1
Merged
Merged
Updated #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this fix only works for detector type auto-annotator with anno type not equal to 'tag'.
Updated templates
fixed rounding in callbacks
updated workflows
deleted CodeQL workflow
* Removed using of open3d * Got rid of open3d package * Minor refactoring * Added information to changelog * Fixed pylint Co-authored-by: Andrey Zhavoronkov <andrey.v.zhavoronkov@gmail.com>
* Fix getting SHA * add auth token for all necessary requests
* Prepare UI for attributes configuration * Add padding for label attributes * Update attributes inference logic Check the attributes returned by nuclio function call and reject those that have either incompatible types or values. * Update cvat-ui version, CHANGELOG.md * Enhance automatic annotation BE logic The code in lambda_manager didn't account for attributes mappings that had different names thus returning an empty set of attributes because it couldn't find the correct match. Fix this by getting proper mapping from `attrMapping` property of the input data. * Updated CHANGELOG * Updated changelog * Adjusted code & feature * A bit adjusted layout * Minor refactoring * Fixed bug when run auto annotation without 'attributes' key * Fixed a couple of minor issues * Increased access key id length * Fixed unit tests * Merged develop * Rejected unnecessary change Co-authored-by: Artem Zhivoderov <artemz@retailnext.net>
* updated mininist package and removed dts-bundle-webpack dependency * updated webpak to v5 added bundle-declarations-webpack-plugin to bundle *.d.ts files for cvat-canvas and cvat-canvas3d * fixed rest_api tests * update changelog * fixed e2e fileshare test in case of zsh use
…ject_task_user.js (#38) remove task2 should not exist
* Fix serverless functions on Mac. Use host.docker.internal as an alias for localhost. * Updated the CHANGELOG.md * Fix unit tests for the lambda manager.
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com> Co-authored-by: Boris Sekachev <b.sekachev@yandex.ru>
Fixed nightly built, reworked closing platform notification, updated cypress, fixed vulnerabilities in tests/
fix: cvat/requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
changes file share .yml
* Add proper logger resources release * Track opened loggers
* Fixed some npm vulnerabilities * Setup new dev server api scheme
* FIX: Remove possibly duplicated encodeURI() to prevent double encode non-ascii path (Issue #4428 Cannot connect file share,cannot recognize non-ascii path) * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
…4659) * Update docker-compose.serverless.yml * Update CHANGELOG.md Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
- Added auth docs in API schema and SDK ApiClient/Config (fixes #1517) - Added SDK docs with API, SDK and CLI docs - Added `develop` branch in the docs - Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints - Added `--insecure` env var to control host checks in CLI - Refactored `build_docs.py` (backported openvinotoolkit/datumaro#589) - Extracted requirements file for site
* Draft version * Implemented import & fixed export && some code cleanup && some fixes && updated notifications * Refactoring && fixed several bugs * Update licence headers && small fixes * Update remaining licence headers && small changes * Fix part of tests * Fix tests * Remove unused code * Fix part of comments * Some fixes * Move file download process to job * Rename methods * Small fix * Fix storages configuration for tasks * Styles * Remove unused * Change storage configuration && fix forms reset && some fixes * Update imports * Remove extra argument type * Add catch * Fix import backup from local * Import architecture refactoring && some fixes * Rename props * Small reorganization of export architecture && minor fixes * Remove unused import * Small fix && skip error notification when no permissions * Fix project creating * Fix part of eslint issues * Fix eslint * Fix eslint * Fix eslint * eslint * Fix some eslint issues * Combine uploadAnnotations and importDataset * Fix annotation uploading from local * Update tests * Fix annotation uploading * Fix notification * Update dependencies * fix * Update jest tests * Skip error notification when no permissions * Update case 91 92 canvas3d tests * Styles * Update icons * eslint * eslint * eslint * eslint * Create & delete cloud storage * Common part && export job annotations * Update tests && add tests for project backup * Fix typo * Rename variables * debug * Revert timeout * Fix server host * Fix test with project backup restore * small refactoring * Update issue_2473_import_annotations_frames_dots_in_name
* set max size of nuclio log file * fixed config for compose v1
* Updated documentation - Removed the FAQ from API&SDK - Changed the weight of the FAQ file * Fixed errors
* add link to create of many tasks from project page * add dropdown for task actions * add return to project after multi tasks creating
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai> Co-authored-by: Boris <sekachev.bs@gmail.com> Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated