You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the solo2coco.py script, there is a specific method def _process_instances(...) that solely utilizes the first item within the list, and evidently, this is the limiting factor impeding the conversion process of the multi-camera SOLO Dataset.
In the
solo2coco.py
script, there is a specific methoddef _process_instances(...)
that solely utilizes the first item within the list, and evidently, this is the limiting factor impeding the conversion process of the multi-camera SOLO Dataset.Are there existing methods within PySoloTools to convert a SOLO Dataset with multiple cameras into the COCO format collectively?
The text was updated successfully, but these errors were encountered: