Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L LabelboxUtils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • WEISS
  • Software Repositories
  • LabelboxUtils
  • Issues
  • #3

Closed
Open
Created Feb 04, 2020 by Nina Montana Brown@NinaMontanaBrownDeveloper

Not all labelled masks downloaded from exported .json

Summary

The package only downloads one instance of a given label although multiple instances exist within the downloaded .json file per image.

Steps to reproduce

OS: macOS High Sierra, version: Labelbox-Utils v.0.0.3,

Called labelbox_export_json with .json downloaded from LapUS segmentation labelbox.

What is the current bug behavior?

Only one label per category per image is downloaded into the created directories, eg: ./241_1562576210064153856_vessel.bmp

What is the expected correct behavior?

Multiple labels per category per image should be downloaded, as there are multiple "vessel" dictionary items in the "objects" list per image.

Possible fixes

Introduce counter in loop, append to counter to filename, so distinct filenames are created and this conditional statement is not passed over.

Assignee
Assign to
Time tracking