Skip to content

GitLab

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

Closed
Open
Opened 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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: WEISS/SoftwareRepositories/LabelboxUtils#3