-
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()…
-
I've set up an environment on Anaconda with Python 3.6.5 on Windows 10 Pro. I followed the instructions for ImageAI installation and set my environment with tensorflow-gpu version 1.15.2.
I've used t…
-
### OpenVINO Version
2021.2.1.0
### Operating System
Windows System
### Device used for inference
CPU
### OpenVINO installation
Build from source
### Programming Language
C++
### Hardware Ar…
-
Hi,
In the readme, it is mentioned that Pipeless does multi-threading by default. When I am trying to use variables/lists in the post process that are updated across frames (for example, frame coun…
-
Hi. Im getting the following error trying to start an object detection model in an enviroment. Im using windows 10
The code that i run:
python object_detection/model_main_tf2.py \--pipeline_config…
-
When you use with video, we'd like the entire inference (vehicle detection + License Plate detection + OCR) to be as fast as possible, so that we can process as many frames as possible. When I have fr…
-
新人求助!!!
**环境:**
OS:Windows 10
Python:3.6
tf:tf-gpu
**报错内容如下:**
(tf-gpu) C:\Users\yuzy0\Downloads\text-detection-ctpn-banjin-dev>python ./main/train.py
C:\ProgramData\Anaconda3\envs\tf-gpu\lib\s…
-
### System information
- **What is the top-level directory of the model you are using**: object-detection
- **Have I written custom code (as opposed to using a stock example script provided in Tenso…
-
According to the guidebook, I found codes for object detection within only 10 lines, like
#inference.py in jetson-inference
import jetson.utils
import jetson.inference
input = jetson.utils.video…
-
Hello,
I am trying to build the library using CUDA and everything seems to be ok during the build process. However, when I try to do a simple detection using CUDA I get the following output:
`Warn…