-
System:
- Arch linux 64bit
- Nvidia 960 (4gb)
- Nvidia driver: 410-66
- Cuda version: 10.0.130
- Using arch linux's tensorflow-opt-cuda (or tensorflow-cuda) for GPU support
Tested:
- GPU supp…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [N] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [Y] I am reporting…
-
when I run detection model, only cpu is used.
my package version:
insightface==0.5
onnx==1.10.2
onnxruntime-gpu==1.9.0
even if I uninstalled insightface and installed it again.
-
Hello
I did this step while executing the installation tutorial above.
=>make -j$(nproc)
The following problem occurs during compilation
my version Python 3.10.12
```
Processing /home/…
-
@GustavZ Hey, When I implement the ' object_detection.py' on Tx2, I Always got 'None' using g = gpu_worker.get_result_queue(). And no detection results comes out, what's the reason of this problem?
-
Hi,
On master branch when compiling with GPU
`cmake ../src -DWITH_GPU_DETECTOR=ON`
I get the error:
```
/home/rocketboots/Rocketboots/OpenALPR/openalpr/src/openalpr/detection/detectorcuda.cpp…
-
OS: Arch Linux
GPU: GTX 1050Ti
CPU: Ryzen 7 1700x
Terminal info:
❯ python run.py
2024-10-30 16:04:36.425682: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:477] Unable to register c…
-
Hi,
I am working on nuscenes dataset for object detection. Can you please address my question regarding the memory Requirement to work on nuscenes full dataset?
Right now, we have a nvidia GeForce…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
Traceback (most recent call last):
File "/home/mk/Wav2Lip-master/inference.py", line 78, in face_detect
predictions.extend(detector.get_detections_for_batch(np.array(images[i:i + batch_size]))…