Aashish
Aashish
`pip3 show deepsparse` Name: deepsparse Version: 0.12.2 Summary: Neural network inference engine that delivers GPU-class performance for sparsified models on CPUs Home-page: https://github.com/neuralmagic/deepsparse Author: Neuralmagic, Inc. Author-email: [email protected] License: Neural...
I have updated the latest deepsparse version. The output of` pip3 show deepsparse` is below: Name: deepsparse Version: 1.0.1 Summary: Neural network inference engine that delivers GPU-class performance for sparsified...
add these two lines after [this](https://github.com/Ank-Cha/Social-Distancing-Analyser-COVID-19/blob/23c221b6a5132d233f8b06aa40705f62df37eddc/social%20distancing%20analyser%202.0.py#L74) ``` net.setPreferableBackend(cv2.dnn.DNN_BACKEND_CUDA) net.setPreferableTarget(cv2.dnn.DNN_TARGET_CUDA) ```