-
按照文档操作的,板端运行报错Segmentation fault,我的toolkit版本是2.2.0
-
Traceback (most recent call last):
File "D:\Yolov5\entire\Ultra-Fast-Lane-Detection\test.py", line 48, in
eval_lane(net, cfg.dataset, cfg.data_root, cfg.test_work_dir, cfg.griding_num, False,…
-
Epoch gpu_mem box obj cls total labels img_size
0%| | 0/169 [00:02
-
### 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 simi…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
训练的自己的数据集,CLASSES已经修改了。
Traceback (most recent call last):
File "test.py", line 316, in
boxes, classes, scores = yolov5_post_process(input_data)
File "test.py", line 157, in yolov5_post…
-
### 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 simi…
-
## Introduction
mmyolo (**https://github.com/open-mmlab/mmyolo**) is a repository that has several interesting Object Detection models. For example, it includes models such as YOLOv5, YOLOv7, YOLOX,…
-
## Env
- GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc.
- OS, e.g. Ubuntu16.04, Win10, etc.
- Cuda version
- TensorRT version
## About this repo
- which branch/tag/commit are you usin…
hu874 updated
1 month ago
-
Hi, I'm trying to implement yolov5_seg for real-time camera sensor data. So I try to get image data based on Gstreamer.
In this process, I need to use Videocapture function. But it seems like it d…