Giter Club home page Giter Club logo

Comments (5)

Clemens-E avatar Clemens-E commented on June 8, 2024

Maybe you have to use the export snapshot API if the easy snapshot api has a timeout
See
https://labelstud.io/guide/export#Export-snapshots-using-the-Snapshot-API
assuming the request simply times out.

If, however, the server crashes during the export, it might be:
#5243

from label-studio.

lackray avatar lackray commented on June 8, 2024

reconfig the nginx timeout parameter can fix this

from label-studio.

hogepodge avatar hogepodge commented on June 8, 2024

Hi @sujunze, thanks for reaching out. For information on how to resolve export timeouts in the community edition, please refer to this page: https://labelstud.io/guide/export.html#Export-timeout-in-Community-Edition

You may also look into resetting the timeouts as suggested by @Clemens-E or @lackray.

Can you please provide us with more information such as logs to help us determine the root cause of the problem?

from label-studio.

sujunze avatar sujunze commented on June 8, 2024

The nginx timeout has been reset and is not working. Exporting 15,000 annotation files using snapshots is successful, but exporting 120,000 annotation files times out。
The following information is displayed if the system times out:
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='xxxx', port=50005): Read timed out. (read timeout=180.0)

from label-studio.

AlexanderKozhevin avatar AlexanderKozhevin commented on June 8, 2024

@sujunze How did you manage to export using snaphots.
I'm having issues with that.

.../api/projects/55/exports
{
  "title": "My YOLO Export",
  "task_filter_options": {
    "finished": "only",
    "annotated": "only"
  },
  "annotation_filter_options": {
    "usual": true
  },
  "serialization_options": {
    "drafts": {
      "only_id": false
    }
  },
  "export_type": "YOLO"
}

So it creates an export - 200 response, but ignore export type

from label-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.