roboflow-python
roboflow-python copied to clipboard
In Project#upload the argument batch_name has no effect
The following code:
project.upload(image_path='https://imgs.michaels.com/MAM/assets/1/726D45CA1C364650A39CD1B336F03305/img/A3A0E13DF0934FFDA4D0A3B01E2E99DE/004957.jpg', hosted_image=True, batch_name='will not work', tag_names=['one', 'two'])
will not create a new batch under the Annotation section. It will just put the uploaded file under the "Uploaded from API" batch.
Also the file will not be tagged.