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 the corresponding annotations for odFridgeObjectsTiny & odFridgeObjectsTinyWatermark as referenced in `utils_cv.detection.data.urls` is in correct This only affects testing

bug
object detection

### Description Update image classification hyperdrive notebook: - [ ] Change to only upload the relevant data, and replace hard-coded foldername in training code. - [ ] Change output dir...

enhancement
classification

### Description Dataset name | Time env installation | Time tests | #tests |   | Time integration test for  IC test_03_notebook_run | Time unit test for  IC test_03_notebook_run |   |...

bug
test

### Description The vm_builder.py script is not working and the Portal is intermittently functional, so I could use some guidance on creating the VM from the CLI: it would probably...

enhancement
help wanted
bug-bash

### Description The link to VM_BUILDER in https://github.com/microsoft/ComputerVision/blob/master/SETUP.md ### In which platform does it happen? Everything ! :feelsgood:

bug
bug-bash

### Description Deployment fails at cell 15, returns the following: ERROR - Received bad response from Model Management Service: Response Code: 400 Headers: {'Date': 'Mon, 17 Feb 2020 22:50:07 GMT',...

bug

### Description The below import tries to import names that do not exist: from utils_cv.detection.plot import ( display_bboxes, PlotSettings, DetectionBbox ) These may have been moved somewhere else and not...

bug

Creating new PR for papermill changes

### Description Somehow `conda env -f ...` installs pytorch-cpu on cuda toolkit v10.1. ### In which platform does it happen? Tested only on Linux-GPU (DSVM NC6v3) ### How do we...

bug

### Description Currently when running the 02 notebook it takes up 2x the GPU memory than the 01 notebook. Likely this due to DetectionLearner() being called twice. ### In which...

bug