Skip to content
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

Add an option to call Nuclio functions via the dashboard #6146

Merged
merged 1 commit into from
May 15, 2023

Conversation

SpecLad
Copy link
Contributor

@SpecLad SpecLad commented May 14, 2023

Motivation and context

Currently, this only happens when running in Kubernetes. This option lets CVAT use Nuclio that's deployed to Kubernetes without being deployed to Kubernetes itself, or just to use Nuclio that is deployed on another machine.

How has this been tested?

I manually tested both options.

Checklist

  • I submit my changes into the develop branch
  • I have added a description of my changes into the CHANGELOG file
  • [ ] I have updated the documentation accordingly
  • [ ] I have added tests to cover my changes
  • [ ] I have linked related issues (see GitHub docs)
  • [ ] I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@SpecLad SpecLad force-pushed the call-via-dashboard branch 2 times, most recently from 0ee39e3 to cb28d4f Compare May 14, 2023 21:48
@SpecLad SpecLad marked this pull request as ready for review May 14, 2023 21:48
@SpecLad SpecLad requested review from azhavoro and removed request for mdacoca and Marishka17 May 14, 2023 21:48
Currently, this only happens when running in Kubernetes. This option lets
CVAT use Nuclio that's deployed to Kubernetes without being deployed to
Kubernetes itself, or just to use Nuclio that is deployed on another
machine.
@SpecLad SpecLad merged commit 7d21a73 into cvat-ai:develop May 15, 2023
@SpecLad SpecLad deleted the call-via-dashboard branch May 15, 2023 14:48
@azhavoro azhavoro mentioned this pull request May 18, 2023
nmanovic added a commit that referenced this pull request May 18, 2023
### Added
- Introduced a new configuration option for controlling the invocation of Nuclio functions.
  (<#6146>)

### Changed
- Relocated SAM masks decoder to frontend operation.
  (<#6019>)
- Switched `person-reidentification-retail-0300` and `faster_rcnn_inception_v2_coco` Nuclio functions with `person-reidentification-retail-0277` and `faster_rcnn_inception_resnet_v2_atrous_coco` respectively.
  (<#6129>)
- Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime.
  (<#6129>)

### Fixed
- Resolved issues with tracking multiple objects (30 and more) using the TransT tracker.
  (<#6073>)
- Addressed azure.core.exceptions.ResourceExistsError: The specified blob already exists.
  (<#6082>)
- Corrected image scaling issues when transitioning between images of different resolutions.
  (<#6081>)
- Fixed inaccurate reporting of completed job counts.
  (<#6098>)
- Allowed OpenVINO-based Nuclio functions to be deployed to Kubernetes.
  (<#6129>)
- Improved skeleton size checks after drawing.
  (<#6156>)
- Fixed HRNet CPU serverless function.
  (<#6150>)
- Prevented sending of empty list of events.
  (<#6154>)
mikhail-treskin pushed a commit to retailnext/cvat that referenced this pull request Jul 1, 2023
Currently, this only happens when running in Kubernetes. This option
lets CVAT use Nuclio that's deployed to Kubernetes without being
deployed to Kubernetes itself, or just to use Nuclio that is deployed on
another machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants