-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
0.4.0
### Custom code
No
### OS platform and distribution
_No respons…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
Jetpack 4.6.4/Ubuntu 18.04
### MediaPipe Tasks SDK version
…
-
Hello all, I am getting this error for the detection command
I am using detection command as follows:
**CUDA_VISIBLE_DEVICES=0 python3 eval_voc.py --weight_path yolov4.weights --gpu_id 0 --visiual D…
-
Hello everyone, it is the first time I could successfully run a demo. Many thanks to the author.
To use cpu only, I follow the author's instruction and make the following modifications:
(1) Set "U…
-
Traceback (most recent call last):
File "/home/zhangfei/Code/Detection-PyTorch-Notebook-master/chapter4/faster-rcnn-pytorch/test_net.py", line 28, in
from model.nms.nms_wrapper import nms
…
-
Hi @dusty-nv ,
Thank you for this amazing project. I am trying to use a re-trained YOLOV8 model (re-trained using [Ultralytics](https://github.com/ultralytics) Library on [VisDrone Dataset](https:/…
-
Hi, I'm trying to use the inference graph from the dropbox link, but when running the object_detection_webcam.py code, python becomes unresponsive and doesn't continue to the next line after several f…
-
code
```python
'''
conda activate beyond_scale_2_unsloth
'''
import torch
from datasets import load_dataset
from trl import SFTConfig, SFTTrainer
from unsloth import FastLanguageModel
from tr…
-
![image](https://user-images.githubusercontent.com/8617946/58320896-4a905580-7e4f-11e9-8120-eef0cae2b912.png)
Hi, to speed up the detection process. I bought two GTX 1060. However, I discover that th…
-
Hi, I'm running latest version of imageai, tensorflow 2.50 and keras 2.5.0.
On this machine I have a 3090 and a 1080 ti.
from imageai.Detection import ObjectDetection
detector = ObjectDetection()…