-
First, many thanks for the amazing work you've done. It is really detailed and works for basically anything.
Could you please add some indications in this github on how the VideoCaptureFlags works in…
yvonm updated
3 years ago
-
Complex-YOLOv4: **Real-time 3D** Object Detection on Point Clouds
* Code - Complex-**YOLOv4 (5-DOF):** https://github.com/maudzung/Complex-YOLOv4-Pytorch
* Code - **YOLO3D-YOLOv4 (7-DOF):** http…
-
I use win10 + cuda10.2 + 2080super, build tkdnn success!
but when I try to transfer .rt files for yolov4 1024*1024, it saia "cloud not build cuda engine".
yolov4 800*800 success generate fp32 and f…
-
Hi @Affonso-Gui. I successfully run this code. Now, I wanna change to my environment which I am using ZED2 camera only with yolov4 object detection. So first step I try to change the input to ZED cam…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I'm using gRPC to wrap YOLOv4 in a AI model serving python script, and deploy it in a nvidia-docker container instance which is in cloud with a tesla gpu device backend;
however, i find that the in…
-
Does the above instruction mean that for class=1, we are to change filters to 18 in the three conv layers before each YOLO layer? Or does it mean we are to change filters to 18 in the last conv laye…
-
I used yolov4 to train coco2017 data sets on google cloud platform.
After about 400 steps, the loss value is about 31.
After about 900 steps, the loss value begins to rise, and finally the loss va…
-
Scenario: car parks on driveway most of the time. With tree shadow, cloud, snow, rain, ...triggering the camera, it's easy to get the car detected and alerted over and over.
While `car_past_det_max…
-
Hi, I just taking advantage of the new release; it says it makes training suitable for GPUs.
Well, I trained YOLOv3 in Colab, and for this dataset(current training YOLOv4), it took around 9 hours..…