gpadiolleau
gpadiolleau
## Problem Strange and buggy behavior with Python API when uploading images. ## Steps to reproduce I use Roboflow Python API to upload batches of images to be annotated. I...
I'm trying to upload a dataset via Python API with annotations file in JSON. But the upload fails after one image is uploaded with an Python AttributeError: ``` File "/home/user/anaconda3/envs/py310_roboflow/lib/python3.10/site-packages/roboflow/core/project.py",...
**Description** Individual models works as expected but ensemble pipeline of these individuals raise `[StatusCode.INTERNAL] in ensemble 'depthcomp_pipeline', onnx runtime error 2: not enough space: expected 1048576, got 0`. Where the...
### Describe the bug I tried to replicate the [genstruct task simple example](https://distilabel.argilla.io/dev/components-gallery/tasks/genstruct/) using a local model instead of inference endpoint. Got a strange error with `jinja2` that I cannot...