-
Hi! !مرحبا! السلام عليكم
Let's bring the documentation to all the Arabic-speaking community 🌏 (currently 0 out of 267 complete)
Would you want to translate? Please follow the 🤗 [TRANSLATING guid…
-
### What you would like to be added?
## Description
We are proposing changes to enhance training job restart, that can help avoid restart failures and delays in case of GPU instance/k8s node fai…
-
### Batocera build version
39-dev-1eb34f45d5 2023/11/08 01:00
### Your architecture
X64
### Your Graphic Processor Unit (GPU)
Dedicated (e.g. GTX 1050; Radeon R9 380)
### Graphical b…
-
First of all, thanks for sharing the work. You used 8 Titank GPUs for training . Now, I want to retrain the keypoints detection model as you using COCO dataset .but I only have one GPU (GTX1080, 8…
-
```python
# app.py
# run with: flask run
from flask import Flask
app = Flask(__name__)
import tensorflow as tf
import numpy as np
from mrcnn import model as modellib
from mrcnn.config i…
-
This codes prints "No detection."
```
cv::Ptr cascadeGPU = cv::cuda::CascadeClassifier::create(model); // haarcascade_fullbody.xml
cv::Mat image_cpu = cv::imread(path);
cv::cuda::GpuMat image_gpu(im…
ghost updated
7 years ago
-
In order to run one of the demos I found that a line in demo.py had to be changed from voc0712 to the name of the model I used: watercolor_dt_ssd300.
model = SSD300(
n_fg_class=len(voc_bbox_la…
-
I'm testing DetectoRS training using only 1 GPU with 1 image per gpu, 1 worker per gpu and the cuda memory is full already. My GPU has 11GB in memory. How comes a detection models can take this much m…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
### OS Platform and Distribution
Mac OS X 13.0.1
### MediaPipe Tasks SDK version
0.10.0
### T…
-
- 版本、环境信息
1) PaddlePaddle 2.1.3 & PaddleHub 2.1
2) 系统环境:MacOS,python3.8
- 复现信息:
```python
import cv2
import paddlehub as hub
module = hub.Module(name="pyramidbox_face_detection")
tes…