Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batches generated from python package are named None #263

Closed
iurisilvio opened this issue Jun 21, 2024 · 1 comment · Fixed by #278
Closed

Batches generated from python package are named None #263

iurisilvio opened this issue Jun 21, 2024 · 1 comment · Fixed by #278

Comments

@iurisilvio
Copy link
Contributor

I published something using roboflow-python and the batch name was None.

image

import roboflow
rf = roboflow.Roboflow()
project = rf.workspace().project("PROJECT_ID")
project.upload(image_path="YOUR_IMAGE.jpg")
@iurisilvio iurisilvio mentioned this issue Jun 21, 2024
1 task
@joaomarcoscrs
Copy link
Contributor

Not sure this is the best way. The upload_image at roboflowpy.py takes an dict as an argument, the best thing would be to refactor it to be more explicit of what's inside of it

#278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants