-
[Koala-36M](https://koala36m.github.io/) proposes a significantly improved model for scene transition detection (paper: [HTML](https://arxiv.org/html/2410.08260v1) or [PDF](https://arxiv.org/pdf/2410.…
-
ImageShare is currently in the process of being rewritten as a Node.js server, replacing the original PHP codebase. The current version relies on external third-party services for image uploads and QR…
-
Includes the following tasks:
1. Clean up geometry code for lane detection ~ 8 hrs
2. Port the geometry for video, making suitable adjustments ~ 8 hrs
3. Make the geometry for videos work ~ 8 hrs
4. …
-
I'm using colab and when I run the following code:
> `!python detect_video.py --weights ./checkpoints/yolov4-416 --size 416 --model yolov4 --video 0 --output ./detections/results2.avi --crop`
th…
-
I found that there was 0 detection when I run demo.py with *dla* pre-trained models on my custom videos.
I wonder that whether or not I need to train them again and re-run demo.py. I hope to receiv…
-
Hi,
is there a way, when a PIR detection is detected, to get the video file from the internal SD in order to save it outside the camera?
Thanks
Fabio
-
I tried to use the cog.yaml to build a docker container, and then run the scripts within the container. I managed to get the "Simple face swapping for already face-aligned images" working. However I'm…
-
Hi,
Is there possible to get from darknet `features vector` for each YOLOv4 detection `(bbox, class, confidence)` ?
I've like to use it during video processing for my multiple object tracking al…
-
Hi, when using detection human result for E2E mesh regression on videos. How to resize the detected human box to target 224x244 input? if a human detected box is rectangle, how to resize it? How to de…
-
Installed all the packages needed to run the code. It ran successfully without any glitch but there's no object detection and distance measurement taking place. I have used both Webcam and video files…