Skip to content

Error: An attempt has been made to start a new process before current process has finished #145

@TimotheeWrightFicha

Description

@TimotheeWrightFicha

Hey,

I wanted to test your tool, so I followed the README.
I must say I did pip install pysolotools without --index-url=https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple because it wasn't working with it. But it worked anyway

When trying to run this code I got an error.

from pysolotools.converters.solo2coco import SOLO2COCOConverter
from pysolotools.consumers import Solo

solo = Solo("src_data_path")
dataset = SOLO2COCOConverter(solo)
dataset.convert(output_path="output_path")

This error kept repeating itself.

image

Any help on how to use your tool would be appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions