Giorgos Betsos
Giorgos Betsos
My system specs are the following: OS: Ubuntu 20.04.4 LTS GPU: Nvidia GTX 1080 with 8GB RAM CPU: Core I5 11500 RAM: 32 GB DDR4 I have **successfully** followed all...
Executing: `python detector_YOLOv3.py` gives the following error: > Traceback (most recent call last): > File "detector_YOLOv3.py", line 67, in > use_gpu=args.gpu > File "d:\source\third-party-repos\multi-object-tracker\motrackers\detectors\yolo.py", line 29, in __init__ > self.layer_names...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question My system specs are the following: OS: Ubuntu 20.04.4...
Could you please provide any pointers to how I could modify demo.py to perform inference using a video file?
I have followed the instructions found here: https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/docs/zh/compile.md I get below error when I try to: python setup.py install [100%] Linking CXX shared module paddle2onnx_cpp2py_export.cpython-38-aarch64-linux-gnu.so /usr/bin/ld: /usr/lib/aarch64-linux-gnu/libprotobuf.a(descriptor.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against...
**Describe the bug** Steps to reproduce on a **Jetson Xavier AGX** device: I have created a new conda env on my Jetson Xavier AGX custom board: `$ conda create -n...
I have cloned the repository and installed all dependencies on my laptop (just an 8th gen i5 CPU). I then try to run `python imageLaneDetection.py` and I get the following...