10000 Update docs on frame deleting & navigation by archibald1418 · Pull Request #9483 · cvat-ai/cvat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update docs on frame deleting & navigation #9483

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

Merged
merged 4 commits into from
May 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/en/docs/manual/advanced/delete-frame.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ If you need to enable showing the deleted frames, you can do it in the settings.
1. Then you will be able to navigate through deleted frames.
But annotation tools will be unavailable. Deleted frames differ in the corresponding overlay.

1. There are view ways to navigate through deleted frames without enabling this option:
1. There are ways to navigate through deleted frames without enabling this option:

- Go to the frame via direct navigation methods: navigation slider or frame input field,
- Go to the frame via the direct link.
- Go to the frame via the direct link, for example: `/api/tasks/{id}/jobs/{id}?frame={frame_id}`.

1. Navigation with step will not count deleted frames.

Expand Down
Loading
0