1. 15 6月, 2023 2 次提交
  2. 14 6月, 2023 6 次提交
  3. 13 6月, 2023 2 次提交
  4. 12 6月, 2023 4 次提交
  5. 10 6月, 2023 1 次提交
  6. 09 6月, 2023 3 次提交
  7. 08 6月, 2023 5 次提交
  8. 05 6月, 2023 1 次提交
  9. 04 6月, 2023 2 次提交
  10. 02 6月, 2023 5 次提交
  11. 01 6月, 2023 2 次提交
  12. 30 5月, 2023 1 次提交
  13. 27 5月, 2023 2 次提交
  14. 26 5月, 2023 3 次提交
    • K
      Fix skeleton tracks (#6075) · 9b38f3e4
      Kirill Sizov 提交于
      Currently, we don't have validation of incoming annotations, as a
      result, there is exist some cases when annotations successfully saved in
      DB, but it's impossible to export them. In order to successfully export
      a dataset with a skeleton track it's required that each track satisfy
      the following condition:
      ` {frame number of track} == {frame number of parent track} == {frame
      number of the first shape of the track}`
      
      This PR adds an additional step during saving annotation in DB. This
      additional step check that all these there "frame numbers" are equal and
      try to automatically fix it's not true.
      9b38f3e4
    • R
      Make serverless function naming and Docker image naming consistent (#6140) · a5cbd1a7
      Roman Donchenko 提交于
      For function names, take the relative path, lowercase, join with dashes
      and replace underscores with dashes.
      
      For image names, take the relative path, lowercase and join with dots.
      
      In a couple cases, rename the function directory instead of fixing the
      config.
      a5cbd1a7
    • P
      Update traefik version used in HTTPS config (#6164) · 36d8913f
      Paweł Kotiuk 提交于
      Just to match version used in docker-compose.yml
      
      I just think Someone forgot about updating it when version from
      docker-compose.yml was updated (
      https://github.com/opencv/cvat/commit/980c019427422e4a13e9f5b3c7c20de3264513cb
      )
      36d8913f
  15. 25 5月, 2023 1 次提交