-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[WIP] Website with documentation #2975
Closed
Closed
+7,392
−2,087
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
* Add support for Market-1501 dataset format * fix data access * Update Datumaro version * Add transforms * Update Changelog
* Filters new UI implemented * Build fix * ESLint unmached pattern error fix * ESLint unmached pattern error fix in cvat-ui * ESLint unmached pattern error fix in github action workflow * Old test exclude from jest scope * Build fix * Build fix 1 * Build fix 2 * Tests failure fix * Review comments fix 1 and lock-hide test fix * lock-hide test fix * packages fix for cor & ui * Review comments fix * Top bar right group layout justify fix * Annotation page header responsive fix * Filters modal layout fix * Build fix. E2E case 13 workaround * Linters fix * Recently used empty rows fix * Comparable fields config fix * Build linters fix * Minor fixes * Fixed broken navigation * Fixed createObjectURL * Removed extra import * Fixed issues with attributes * Extra line were removed * Fixed typos * All renamed clientID -> objectID * Fixed small issues * Code refactoring * Fixed dot-contained names * Reordered import Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Snyk has created this PR to upgrade @types/react-router from 5.1.11 to 5.1.12. See this package in npm: https://www.npmjs.com/package/@types/react-router See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
* cvat-player-buttons margin: 0 4px * Rework test to set autosave interval * Update copyright * Remove workaround.
* CVAT 3D Annotation - Added initial cuboid placement in all views * Fixed MACOS issue for upload of zip files * Fixed camera axis centre issue * Fixed ESLint import issues * Fixed context image fit issue and resizing possible on entire grey line between views * Fixed the multiple interection point issue * Fixed Naming convention as per SOW * Trigger notification * Reverted code to test cypress tests * Fixed review comments * Included tooltip and added actions for keys and UIOJKL buttons * Merged dev code, updated changelog and minor fixes * Fixed camera positioning issue in Top View * Reverted kubernetes auto-corrected code * Reverted kubernetes code Co-authored-by: cdp <cdp123>
* Cypress test. Resize views. * Little fix
* Added support for manifest file * Added data migration * Updated tests * Update CHANGELOG * Update manifest documentation * Fix case with 3d data Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
@TOsmanov , what was the reason to close the PR? |
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.
Motivation and context
This PR contains a website created using an extended version of Hugo 0.81 (hugo documentation) and a docsy theme (docsy documentation) .
Current issues:
Change table:
The documentation has the following structure:
Documentation
│ _index.md
│
├───for-developers
│ │ analytics.md
│ │ AWS-Deployment-Guide.md
│ │ backup_guide.md
│ │ cli.md
│ │ dataset_manifest.md
│ │ data_on_fly.md
│ │ mounting_cloud_storages.md
│ │ xml_format.md
│ │ _index.md
│ │
│ └───formats
│ │ _index.md
│ │
│ └───format-specifications
│ format-camvid.md
│ format-coco.md
│ format-cvat.md
│ format-icdar.md
│ format-imagenet.md
│ format-labelme.md
│ format-market1501.md
│ format-mot.md
│ format-mots.md
│ format-tfrecord.md
│ format-vggface2.md
│ format-voc.md
│ format-widerface.md
│ format-yolo.md
│ _index.md
│
└───for-users
│ faq.md
│ installation.md
│ installation_automatic_annotation.md
│ _index.md
│
└───user-guide
│ controls-sidebar.md
│ creating_an_annotation_task.md
│ downloading-annotations.md
│ getting_started.md
│ interface.md
│ models.md
│ objects-sidebar.md
│ projects.md
│ search.md
│ settings.md
│ task-synchronization.md
│ top-panel.md
│ types-of-shapes.md
│ vocabulary.md
│ workspace.md
│ _index.md
│
├───advanced
│ │ ai-tools.md
│ │ analytics.md
│ │ annotation-with-polylines.md
│ │ annotation-with-rectangle-by-4-points.md
│ │ annotation-with-tags.md
│ │ attribute-annotation-mode-advanced.md
│ │ automatic-annotation.md
│ │ filter.md
│ │ opencv-tools.md
│ │ review.md
│ │ shape-grouping.md
│ │ shape-mode-advanced.md
│ │ shortcuts.md
│ │ track-mode-advanced.md
│ │ _index.md
│ │
│ ├───annotation-with-cuboids
│ │ creating-the-cuboid.md
│ │ editing-the-cuboid.md
│ │ _index.md
│ │
│ ├───annotation-with-points
│ │ liner-interpolation-with-one-point.md
│ │ points-in-shape-mode.md
│ │ _index.md
│ │
│ └───annotation-with-polygons
│ automatic-borders.md
│ edit-polygon.md
│ manual-drawing.md
│ track-mode-with-polygons.md
│ _index.md
│
└───basics
attribute-annotation-mode-basics.md
basic-navigation.md
shape-mode-basics.md
track-mode-basics.md
_index.md
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.