Skip to content
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

CVAT v2.4 support #2903

Merged
merged 8 commits into from
May 10, 2023
Merged

CVAT v2.4 support #2903

merged 8 commits into from
May 10, 2023

Commits on Apr 10, 2023

  1. wip: cvat 2.4 support

    Tests passing with cvat v2.4 but backwards compat with v2.3 still todo
    allenleetc committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1ab275c View commit details
    Browse the repository at this point in the history
  2. wip cvat 2.4 support

    added branching to support cvat server versions < v2.4
    allenleetc committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2b463fa View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    f3d3250 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    e7efbce View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. CVAT v2.4 updates (#2959)

    * merge _get_paginated_results_2, parse versions
    
    * version
    
    * remove print
    
    * fix v2.4 login issue
    
    * trigger job id check less frequently
    
    * nit
    ehofesmann authored May 9, 2023
    Configuration menu
    Copy the full SHA
    5e77b75 View commit details
    Browse the repository at this point in the history
  2. Read file contents before passing to requests.post

    to avoid hitting limit on number of open filehandles
    allenleetc committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3a61146 View commit details
    Browse the repository at this point in the history
  3. linting

    brimoor committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9d33b97 View commit details
    Browse the repository at this point in the history
  4. more linting

    brimoor committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6413b0e View commit details
    Browse the repository at this point in the history