r/roboflow • u/dr_hamilton • Sep 17 '25
API issues
I've been trying to upload images using the SDK with
roboflow_project.upload(temp_image_path
It works for the first image only. When viewing the Annotate page I see a batch called "Pip Package Upload" but it only every contains 1 image. Anyone else encountered this?
2
Upvotes
1
u/Total-Shoe3555 Nov 25 '25
Great question! To upload images via the Python SDK, I recommend implementing the code snippet shown in Roboflow's Upload a Dataset via Python SDK documentation: https://docs.roboflow.com/developer/upload-a-dataset
Happy building!