1. 18 3月, 2021 5 次提交
  2. 17 3月, 2021 1 次提交
  3. 10 3月, 2021 1 次提交
  4. 05 3月, 2021 1 次提交
  5. 03 3月, 2021 3 次提交
  6. 01 3月, 2021 2 次提交
  7. 28 2月, 2021 1 次提交
    • B
      Migration to mousetrap, redesigned visualization settings (#2872) · fb17dca5
      Boris Sekachev 提交于
      * Initial version of shortcut fixes using mousetrap
      
      * Redesigned visualization settings
      
      * Updated cypress tests
      
      * Minor fix in AAM
      
      * Aborted extra changes
      
      * 1.1.0
      
      * Updated version & changelog
      
      * Aborted extra changes
      
      * Fixed headers
      
      * Using keycodes in cypress
      
      * Fixed a couple of commands
      fb17dca5
  8. 26 2月, 2021 1 次提交
  9. 25 2月, 2021 2 次提交
  10. 20 2月, 2021 2 次提交
    • B
      Improved maintanance of popups visibility (#2809) · 6f0215d6
      Boris Sekachev 提交于
      * Manual handling of popovers visibility
      
      * Updated version & changelog, added minor comments
      
      * Removed extra user hook
      6f0215d6
    • M
      CVAT-3D-M3 (#2768) · 20e997d6
      manasars 提交于
      * CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
      
      * CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
      
      * Added Support for 3D file Upload in BIN and PCD.
      
      * Added Dimension attribute defaulting to 2D for importer and exporter.
      
      * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
      
      * Modified code as per review comments
      
      * Updated Unit test cases for 3D task creation
      
      * Refactored Dimension Enum in UI and backend code
      
      * Resolving conflicts
      
      * Updated Unit Test Case
      
      * Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes
      
      * Removing manually created test files
      
      * Removing old pcd mime-type mapping
      
      * Added test files generated by synthetic data using open3d
      
      * Merged with develop branch latest changes
      
      * Added libraries required for open3d
      
      * Added files
      
      * Added synthethic pcd,bin and img test files
      
      * Modified test file name
      
      * Trigger travis ci
      
      * Modified test case to ignore 3D preview images
      
      * Trigger notification
      
      * Deleting DS Store files
      
      * Modified test cases as per review comments
      
      * Checking pre-commit hook
      
      * Fixed Lint issues - precommit hook verification
      
      * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
      
      * Modified changes
      
      * Added canvas3D for 3D Perspective
      
      * Added missing files
      
      * Added code to get image context for 3D view
      
      * Codacy check for stylesheet
      
      * Modified frame navigantion for 3D View
      
      * Modified style for context-image
      
      * Trigger notification
      
      * Added Support for 3D file Upload in BIN and PCD.
      
      * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
      
      * Modified code as per review comments
      
      * Refactored Dimension Enum in UI and backend code
      
      * Merged with develop branch latest changes
      
      * Added files
      
      * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
      
      * Modified changes
      
      * Added canvas3D for 3D Perspective
      
      * Added missing files
      
      * Added code to get image context for 3D view
      
      * Codacy check for stylesheet
      
      * Modified frame navigantion for 3D View
      
      * Modified style for context-image
      
      * Changed cvat-data lint issues
      
      * Modified to use opencv as per review comments
      
      * Removed unwanted imports
      
      * Fixed css and added usage of hooks
      
      * Merged Develop branch code
      
      * Removed unused data structures
      
      * Removed unused data structures
      
      * Refactored unused data structures
      
      * Added three js dependency in cvat ui package-lock.json
      
      * Merged develop branch code and refactored code
      
      * Fixed snyk issue
      
      * Modified Camera Icon in photo-context
      
      * Update icons.tsx
      
      * Remove unused svg file
      
      * Modified changelog file
      
      * Added changes for CVAT-3D Milestone3
      
      * Added missing line as per codacy check
      
      Co-authored-by: cdp <cdp123>
      20e997d6
  11. 19 2月, 2021 1 次提交
  12. 18 2月, 2021 1 次提交
  13. 17 2月, 2021 1 次提交
  14. 15 2月, 2021 2 次提交
  15. 12 2月, 2021 1 次提交
  16. 10 2月, 2021 1 次提交
    • N
      IOG serverless function + some fixes (#2578) · 97cb8928
      Nikita Manovich 提交于
      * Initial version of Inside Outside Guidance serverless function
      * Support neg_points in interactors
      * Improved deployment process of serverless functions
      * Improve installation.md for serverless functions.
      * Update CHANGELOG, use NUCLIO_DASHBOARD_DEFAULT_FUNCTION_MOUNT_MODE as
      recommended by nuclio developers.
      * Disable warning from markdown linter about max line length for a table.
      * Fix IOG function with conda environment
      * Fix tensorflow matterport/mask_rcnn
      Co-authored-by: NBoris Sekachev <boris.sekachev@intel.com>
      97cb8928
  17. 09 2月, 2021 1 次提交
  18. 08 2月, 2021 1 次提交
  19. 05 2月, 2021 1 次提交
    • M
      CVAT-3D Milestone2 (#2645) · 5c67846c
      manasars 提交于
      * CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
      
      * CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
      
      * Added Support for 3D file Upload in BIN and PCD.
      
      * Added Dimension attribute defaulting to 2D for importer and exporter.
      
      * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
      
      * Modified code as per review comments
      
      * Updated Unit test cases for 3D task creation
      
      * Refactored Dimension Enum in UI and backend code
      
      * Resolving conflicts
      
      * Updated Unit Test Case
      
      * Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes
      
      * Removing manually created test files
      
      * Removing old pcd mime-type mapping
      
      * Added test files generated by synthetic data using open3d
      
      * Merged with develop branch latest changes
      
      * Added libraries required for open3d
      
      * Added files
      
      * Added synthethic pcd,bin and img test files
      
      * Modified test file name
      
      * Trigger travis ci
      
      * Modified test case to ignore 3D preview images
      
      * Trigger notification
      
      * Deleting DS Store files
      
      * Modified test cases as per review comments
      
      * Checking pre-commit hook
      
      * Fixed Lint issues - precommit hook verification
      
      * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
      
      * Modified changes
      
      * Added canvas3D for 3D Perspective
      
      * Added missing files
      
      * Added code to get image context for 3D view
      
      * Codacy check for stylesheet
      
      * Modified frame navigantion for 3D View
      
      * Modified style for context-image
      
      * Trigger notification
      
      * Added Support for 3D file Upload in BIN and PCD.
      
      * Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
      
      * Modified code as per review comments
      
      * Refactored Dimension Enum in UI and backend code
      
      * Merged with develop branch latest changes
      
      * Added files
      
      * Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
      
      * Modified changes
      
      * Added canvas3D for 3D Perspective
      
      * Added missing files
      
      * Added code to get image context for 3D view
      
      * Codacy check for stylesheet
      
      * Modified frame navigantion for 3D View
      
      * Modified style for context-image
      
      * Changed cvat-data lint issues
      
      * Modified to use opencv as per review comments
      
      * Removed unwanted imports
      
      * Fixed css and added usage of hooks
      
      * Merged Develop branch code
      
      * Removed unused data structures
      
      * Removed unused data structures
      
      * Refactored unused data structures
      
      * Added three js dependency in cvat ui package-lock.json
      
      * Merged develop branch code and refactored code
      
      * Fixed snyk issue
      
      * Modified Camera Icon in photo-context
      
      * Update icons.tsx
      
      * Remove unused svg file
      
      * Modified changelog file
      
      Co-authored-by: cdp <cdp123>
      5c67846c
  20. 04 2月, 2021 1 次提交
    • B
      Intelligent scissors with OpenCV javascript (#2689) · e0fc323a
      Boris Sekachev 提交于
      * Some UI implementations
      
      * Added opencv wrapper
      
      * Updated Opencv wrapper
      
      * Moved initialization stub
      
      * Added threshold
      
      * Setup interaction with canvas
      
      * Fixed couple of issues
      
      * Added threshold, changing size via ctrl
      
      * tmp
      
      * Aborted host change
      
      * Fixed threshold
      
      * Aborted host
      
      * Some fixes
      
      * Using ready label selector
      
      * Raw implementation
      
      * Added additional arguments
      
      * Fixed some minor issues
      
      * Removed unused file
      
      * Fixed tool reset
      
      * Added short instructions to update opencv.js
      
      * Fixed corner case
      
      * Added error handler, opencv version, updated cvat_proxy & mod_wsgi
      
      * OpenCV returned back
      
      * Using dinamic function instead of script
      
      * Updated changelog & version
      e0fc323a
  21. 02 2月, 2021 1 次提交
  22. 01 2月, 2021 1 次提交
  23. 29 1月, 2021 1 次提交
  24. 28 1月, 2021 2 次提交
  25. 27 1月, 2021 2 次提交
  26. 26 1月, 2021 1 次提交
  27. 20 1月, 2021 2 次提交