-
Dear all,
1. I tried to install Pose2Sim Version 0.10 on Google Colab.
Installation of conda is a little different:
https://saturncloud.io/blog/how-to-install-conda-package-to-google-colab/
!pip…
-
I compiled your version of darknet on Amazon Linux (using Tesla K80 GPU) with the following settings:
```
GPU=1
CUDNN=1
OPENCV=1
DEBUG=0
OPENMP=0
LIBSO=0
...
ARCH= -gencode arch=comput…
-
I'm trying to optimise the inference time when dealing with a set of images. Using the main_test.py to process 5 images, takes about 15 seconds.
```
Performing inference for scale: (1400, 2000)
T…
-
### Steps to reproduce
Launch project with android studio
### Actual results
```
INFO | Android emulator version 35.2.10.0 (build_id 12414864) (CL:N/A) INFO | Graphics backend: gfxstream INF…
-
While it probably won't make the game any faster since it's not API bound, I think Vulkan does offer some advantages:
- better tooling (there is a GPU profiler from AMD that only works with Vulkan)
…
-
Hi, I am using your Face Landmarker Detection project on a Huawei Honor V8 model, running the demo you provided, in LIVE_STREAM mode with setDelegate(Delegate.GPU), and trying to process 256 video fra…
-
It is normal that if I don't have a gpu and I am running the repository code on a CPU, I get very few fps (0.4-0.7 fps) and the detection is very, very slow (I would say almost laggy).
-
**Area of Concern**
- [ ] Server
- [x] Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
- [ ] Installer
- [ ] Runtime [e.g. Python3.7, .NET]
- [ ] Module packages [e.g…
-
## Running without pytorch
```py
from insightface.app import FaceAnalysis
face_detector = FaceAnalysis(providers=["CUDAExecutionProvider", "CPUExecutionProvider"])
face_detector.prepare(ctx_id…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…