-
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
Add OpenCV MIL tracker tool #4200
Conversation
9ad0966
to
6ba550c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
@bsekachev I've fixed scenarios you mentioned above. It seems that to migrate to new opencv version properly we need to do |
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Show resolved
Hide resolved
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/annotation-page/standard-workspace/controls-side-bar/opencv-control.tsx
Outdated
Show resolved
Hide resolved
fe4d578
to
13e1381
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@TOsmanov Could you please update the user guide about new tracking tool? |
Motivation and context
This pr is next step of integration OpenCV into CVAT. Browser tracking provided by OpenCV.js can be useful on simple objects because its quite fast.
TODO:
How has this been tested?
Manual testing at this moment.
If you want to try this PR, you need update opencv version properly:
python manage.py collectstatic --clear
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.