1. 26 11月, 2019 2 次提交
    • B
      React & Antd UI: Model manager (#856) · 9f63686b
      Boris Sekachev 提交于
      * Supported git to create and sync
      * Updated antd
      * Updated icons
      * Improved header
      * Top bar for models & empty models list
      * Removed one extra reducer and actions
      * Removed one extra reducer and actions
      * Crossplatform css
      * Models reducers, some models actions, base for model list, imrovements
      * Models list, ability to delete models
      * Added ability to upload models
      * Improved form, reinit models after create
      * Removed some importants in css
      * Model running dialog window, a lot of fixes
      9f63686b
    • B
      Mit license for pixellink and changelog (#862) · 73e5327b
      Ben Hoff 提交于
      73e5327b
  2. 23 11月, 2019 1 次提交
    • Z
      Add dataset export facility (#813) · 74f720a3
      zhiltsov-max 提交于
      * Add datumaro django application
      * Add cvat task datumaro bindings
      * Add REST api for task export
      * Add scheduler service
      * Updated CHANGELOG.md
      74f720a3
  3. 22 11月, 2019 3 次提交
  4. 16 11月, 2019 1 次提交
    • B
      React & Antd UI: Create task (#840) · 3b6961f4
      Boris Sekachev 提交于
      * Separated component user selector
      * Change job assignee
      * Basic create task window
      * Bug fixes and refactoring
      * Create task connected with a server
      * Loading status for a button
      * Reset loading on error response
      * UI improvements
      * Github/feedback/share window
      3b6961f4
  5. 08 11月, 2019 1 次提交
  6. 02 11月, 2019 1 次提交
  7. 01 11月, 2019 1 次提交
  8. 31 10月, 2019 11 次提交
  9. 28 10月, 2019 1 次提交
  10. 27 10月, 2019 1 次提交
  11. 24 10月, 2019 1 次提交
  12. 23 10月, 2019 2 次提交
  13. 22 10月, 2019 1 次提交
  14. 18 10月, 2019 1 次提交
  15. 17 10月, 2019 1 次提交
  16. 15 10月, 2019 2 次提交
  17. 14 10月, 2019 1 次提交
  18. 11 10月, 2019 3 次提交
    • N
      Add more information into questions section (#766) · 7e214f85
      Nikita Manovich 提交于
      7e214f85
    • N
      Added information about a fixed issue. (#765) · 9ec72166
      Nikita Manovich 提交于
      9ec72166
    • J
      Disable fix_segments_intersections for now (#751) · 197a3660
      Johannes222 提交于
      * Disable fix_segments_intersections for now
      
      When the bounding boxes had intersections and were exported with the COCO JSON format they were often cut off. I commented out the line with the function fix_segments_intersections and replaced it with lines of that function. This helped with the bounding boxes and keeps the masks as they are created with CVAT. It is probably inconvenient for the user to get something fixed in the export without an active agreement of the user. Secondly letting a function automatically fix segments could result in a bad fix.
      
      * Use fix_segments_intersections only with z-order
      
      The fix_segments_intersections will only be used when the z-order flag is set. This is useful for bounding boxes or masks which don't need to be fixed. This fix was created according to Andrey Zhavoronkov's (@azhavoro) advice.
      197a3660
  19. 09 10月, 2019 2 次提交
  20. 08 10月, 2019 1 次提交
  21. 07 10月, 2019 1 次提交
  22. 02 10月, 2019 1 次提交
    • N
      Slightly enhance command line interface feature (#746) · 73bab7be
      Nikita Manovich 提交于
      * Slightly enhance command line interface feature.
      Added README.md, run tests using travis, run CLI tests from VS code.
      * Removed formatted string due to a limitation on our python version inside the container.
      * Add information about command line interface to the main page.
      73bab7be