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.
Any help on how to use your tool would be appreciated
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 anywayWhen trying to run this code I got an error.
This error kept repeating itself.
Any help on how to use your tool would be appreciated