computervision-recipes
computervision-recipes copied to clipboard
Best Practices, code samples, and documentation for Computer Vision.
Fixes #668
Some strings looks like they're meant to be f-strings but are missing the `f` prefix meaning variable interpolation won't happen. https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L152 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L156 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/data.py#L99 I found this issue automatically. I'm a...
### Description Hi, @soumyadeepdey When I use your code to train a model in gpu, it seems always occer the problem of OOM. The batchsize is 1, other parameters haven't...
Could you release the trained model? Thanks a lot! https://github.com/microsoft/computervision-recipes/tree/master/contrib/document_cleanup/light_weight_document_cleanup_ICDAR2021
* By using basic auth credential info, the stream is received frame by frame over the specified IP and port. * Stream on Pillow, OpenCV etc. With 3rd libraries, the...
### Description In the ```computervision-recipes/scenarios/action_recognition/00_webcam.ipynb``` study, the feature of performing the action recognition process for the instant stream provided over the information of an ip camera, similar to the action...
Is there the pre-trained model of the job of document cleanup,Would you mind uploading the pre-trained model? @soumyadeepdey https://paperswithcode.com/paper/high-resolution-image-synthesis-and-semantic You have uploaded the implementation of torch in this url,but actually...
THANK YOU FOR YOUR WORK! I think your work makes contributions to the development of text recognize. I desire to train my own dataset with the code your offered. Yet,...
This print appears when I train R (2 + 1) D: [mpeg4 @ 0x5653a9a08900] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using the mpeg4_unpack_bframes...
### Generic Semantic Segmentation Training Tools using PyTorch and Azure Machine Learning Adds the following to the `contrib` section - Training script for semantic segmentation model using Azure Machine Learning...