zubair-ahmed-ai

Results 5 issues of zubair-ahmed-ai

In the line `xx1 = np.maximum(x1[i], x1[order[1:]])` below it throws this error in `FaceBoxes\utils\nms\py_cpu_nms.py` ``` def py_cpu_nms(dets, thresh): """Pure Python NMS baseline.""" x1 = dets[:, 0] y1 = dets[:, 1]...

windows

Hi @JialeCao001 Thanks for sharing your amazing work. I haven't installed it yet. But I have a requirement to extract only face area of the person instead of the entire...

Hi @pjl1995 Amazing work, however I am unable to compile it on Windows 10 due to no NVCC. what are my choices?

### System Info Langchain 0.0.171, Python 3.9.0, OS Ubuntu 20.04.6 LTS Hi @hwchase17 @agola11 Using dolly-v2-7b model with Langchain, I am [running into this issue ](https://github.com/databrickslabs/dolly/issues/174) my question is how...

### System Info Hi @hwchase17 @agola11 In the langchain v0.0.171 there is not feature to load 8 bit models because specifying it requires `device_map = auto` to be set which...