Relative Content

Tag Archive for pythonmicrosoft-custom-visionmicrosoft-azure-documentdb

How do I send batch images to the Custom Vision service with there associated label data using the python SDK

I’ve been working on trying to send my training data to the custom vision service for a couple hours now and keep running into issue after issue. I have a large dataset of 430 images and a accompanying csv containing the associated tags for each(using multi-tag on custom vision). I’ve spend hours doing research and eventually go the point where the API and SDKs are correctly linked and everything’s setup and now keep getting the error “Batch upload failed: ‘Image’ object has no attribute ‘error'”.