computervision-recipes
computervision-recipes copied to clipboard
Best Practices, code samples, and documentation for Computer Vision.
### Description Usually, the directory name is the same as the zipball without the `.zip` extension. For example, all files in [`odFridgeObjectsTiny.zip`](https://cvbp.blob.core.windows.net/public/datasets/object_detection/odFridgeObjectsTiny.zip) will be in the `odFridgeObjectsTiny` directory after being...
### Description This is the error, it looks it is related to the deployment of ACI and AKS resources. ``` .FFF. [100%] =================================== FAILURES =================================== _____________________________ test_21_notebook_run _____________________________ classification_notebooks =...
noticing that a lot of the code here is repeated in classification and similarity. Should we consolidate this code so we it is not repeated 3 times and write this...
Please find a few comments below for improving this [notebook](https://github.com/microsoft/ComputerVision/blob/master/classification/notebooks/11_exploring_hyperparameters.ipynb): * Change "Testing parameter" in Table of Contents to "Testing hyperparameters". * "Lets say we want to learn more about...
There is no consistency on how terms label and class are used. I expect what you want is this hierarchy: single label can have many classes. However, occasionally you use...
Please find a few suggestions for improving the [readme file](https://github.com/microsoft/ComputerVision/blob/chenhui/image_classification/classification/README.md) and [conda yml](https://github.com/microsoft/ComputerVision/blob/chenhui/image_classification/classification/environment.yml) file below: * Should we put Frequently asked questions in the end as Notebooks and Getting Started...
In classification training_accuracy_vs_speed notebook, consider to add all model types and show accuracy, speed, and memory footprint result as a table for all the model types so it's much easier...
Fixing issue #678 -> pynb for image classification using vision transformer pretrained on ImageNet.
### Description I have added a notebook which contains inference code for image classification using vision transformer pretrained on IamgeNet. The code performs the following tasks: 1. downloads the checkpoint...
…e.ipynb ### Description making change to master to remove file from history ### Related Issues ### Checklist: - [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for...
…e.ipynb ### Description ### Related Issues ### Checklist: - [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for this project. - [x] This branch is created from...