computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

Best Practices, code samples, and documentation for Computer Vision.

Results 76 computervision-recipes issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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 =...

bug
test

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...

enhancement

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...

bug-bash
classification

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...

bug-bash

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...

bug-bash
classification

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...

bug-bash
classification

### 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...