1. 10 1月, 2023 1 次提交
    • I
      Adjust Windows Installation Instructions to account for Nuclio issue#1821 (#5558) · c29b2837
      Irrom 提交于
      In my understanding of https://github.com/nuclio/nuclio/issues/1821, the
      Nuctl (1.8.14) CLI is looking for a path that is only valid on a Linux
      environment, which it does not find when running via Git Bash (even when
      using the Windows version of Nuctl). However, installing CVAT onto a
      Linux VM allows Nuctl to locate this path and operate normally. I
      initially found this when setting up CVAT myself on Git Bash as per the
      given instructions for Windows 10.
      
      (I am still learning how to use GitHub as far as pull requests / forks /
      etc work, sorry if this is not the right way to approach this change.
      Please let me know if I've missed something important.)
      
      ### How has this been tested?
      This is only a change to instructions, but I did test this on multiple
      machines . As long as the machine is capable of running a Linux kernel
      it shouldn't run into any issues.
      c29b2837
  2. 07 1月, 2023 1 次提交
    • R
      PyTorch adapter: add a way to disable cache updates (#5549) · 33c624ae
      Roman Donchenko 提交于
      This will let users to run their PyTorch code without network access,
      provided that they have already cached the data.
      
      ### How has this been tested?
      <!-- Please describe in detail how you tested your changes.
      Include details of your testing environment, and the tests you ran to
      see how your change affects other areas of the code, etc. -->
      Unit tests.
      33c624ae
  3. 03 1月, 2023 1 次提交
  4. 31 12月, 2022 1 次提交
  5. 30 12月, 2022 2 次提交
  6. 29 12月, 2022 2 次提交
  7. 28 12月, 2022 2 次提交
  8. 26 12月, 2022 1 次提交
  9. 17 12月, 2022 1 次提交
  10. 16 12月, 2022 1 次提交
  11. 10 12月, 2022 1 次提交
  12. 09 12月, 2022 1 次提交
  13. 08 12月, 2022 2 次提交
  14. 05 12月, 2022 4 次提交
  15. 03 12月, 2022 1 次提交
  16. 02 12月, 2022 5 次提交
  17. 01 12月, 2022 2 次提交
  18. 30 11月, 2022 2 次提交
  19. 29 11月, 2022 1 次提交
  20. 24 11月, 2022 3 次提交
  21. 17 11月, 2022 2 次提交
  22. 16 11月, 2022 1 次提交
  23. 15 11月, 2022 1 次提交
  24. 14 11月, 2022 1 次提交
    • B
      Supported type for all labels (#5273) · 72655536
      Boris Sekachev 提交于
      * Supported type for all labels
      
      * Multiple fixes in UI for new type scheme
      
      * Fixed on 3d annotation view
      
      * Fixed tests
      
      * Updated version && changelog
      
      * Fixed test
      
      * Added type
      
      * Fixed typos
      
      * Fixed minor comments
      72655536