You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rjaincc, unfortunately, this repository is no longer maintained.
For image classification and segmentation datasets, you can easily find alternatives from torchvision's: https://pytorch.org/vision/0.18/datasets.html
Hope this can help you.
Description
Accessing image classification, object detection and instance segmentation fridge datasets using below mentioned URLs leads to below issue intermittently.
Dataset URLs:
1/ https://cvbp-secondary.z19.web.core.windows.net/datasets/image_classification/fridgeObjects.zip
2/ https://cvbp-secondary.z19.web.core.windows.net/datasets/image_classification/multilabelFridgeObjects.zip
3/ https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjects.zip
4/ https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjectsMask.zip
In which platform does it happen?
Azure Cluster Run. Sample workflow: https://github.com/Azure/azureml-examples/actions/runs/9501325986
How do we replicate the issue?
One can try running "2.1. Download the Data" section from below notebooks:
1/ https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multiclass-task-fridge-items/automl-image-classification-multiclass-task-fridge-items.ipynb
2/ https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multilabel-task-fridge-items/automl-image-classification-multilabel-task-fridge-items.ipynb
3/ https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items-batch-scoring/image-object-detection-batch-scoring-non-mlflow-model.ipynb
4/ https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items/automl-image-instance-segmentation-task-fridge-items.ipynb
Expected behavior (i.e. solution)
We should not see
HTTPError: HTTP Error 404: The requested content does not exist.
Other Comments
The text was updated successfully, but these errors were encountered: