-
Yolo V3 is making wrong detection and prediction on similar color object. I am trying to detect camera but it is also detecting black hand bag as camera. I tried both yolo big and tiny model and both …
-
### Question
Great work! Your research is very impressive and I've been using it for tiny object detection with great results -- there are many fewer false positives.
However, I'm struggling with …
-
# Object Tracking using YOLOv3, Deep Sort and Tensorflow
This repository implements YOLOv3 and Deep SORT in order to **perfrom** real-time object tracking. Yolov3 is an algorithm that uses deep convo…
-
We have a project use yolov3-tiny for detection one class object , we want run as faster as possible on cpu . Is is possible to to optimization yolov3-tiny.cfg ?
-
@nnshah1
I'm running yolov5 on pipeline-server without splitmuxsink. Its shows the proper result.
But if i add splitmuxsink in pipeline. the pipeline shows error like this...
```
{"levelname": …
-
Hi,
We are trying to YoloV3 tiny yolo (V2) model for object detection. We have our custom model trained on the objects. When we run the model on video file, the detections are lesser than the dete…
-
Hey,
I am trying to run darknet tiny yolo v3 object detection in jetson TX1 with jetpack 3.2 along with CUDA 9. But it is unable to detect the object. However it is working fine on my TX1 with jetp…
-
I tried running tiny YOLO on raspberry pi 3 B+ for object detection from an image and it took a pretty long time to process it like 32 secs for a single image. Checked the CPU processes and found out …
-
Hi all,
I try to use object detection with YOLO-EfficientNetB0 and YOLO-tiny model. As I know, YOLO-tiny has 5.6Bn FLOPS, YOLO-EfficientNetB0 has only 3.7Bn FLOPS.
But when test a video.
with YO…
-
Hi, While detection on raspberry pi, I can run detection with 1.8 fps on yolov2-tiny-voc, but when trying with custom object trained weights, I am getting error like Segmentation fault.