-
I got this log after run colcon:TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
I tried to upgrade my setuptools and colcon, it not helped。
Below is a…
-
I have trained multiple models. One model is a segmentation model, which is YOLOv7. The other is a detection model, which is YOLOv8. I want to combine these two models. Is it possible? Does YOLOv9 hav…
-
I train yolov 3 for 30 classes (3000 per class ) and i see this result for the training is it normal ?
![chart](https://user-images.githubusercontent.com/42346254/56728834-0298e880-6754-11e9-94b0-eda…
-
great job! i have a question about the loss, all the annotations (reference frames and key frame) will be used for YOLOV? if that, i wanna only use information of references for key frame detection, …
-
Hello,
Just to inform you that I have adapted to TensorFlow 2.x the last release v4 of Yolo
You can find more details here:
https://github.com/RobotEdh/Yolov-4
-
i trained yolov3 and yolov4 on my custom data using ultralic version. however, the mAP of yolov4(mish)is lower than yolov3 and yolov4(relu). But the paper mentioned yolov4 with mish activation functio…
-
can we implement Yolov 5 and 6 custom on this too , and possibly allowing users to add their own custom trained data weights in the form if .pt file and .yaml files , id be also interested as the curr…
-
## ❔Question
想问下yolov单机最多能支持多少路实时rtsp摄像头的处理,需要什么硬件支撑。
## Additional context
-
custom yolov4 主要在3個 [yolov]層定義classes數,在它的前一層set filters=3*(5+classes)
我想問的是yolov4的變型[Gaussian_yolo]層,在它的前一層set filters=3*(9+classes)
我知道tensorrt 沒有[Gaussian_yolo],我是否可以把[Gaussian_yolo]改名為[yolov]
然…
-
大佬,有什么建议将yolov-4转为caffe吗,现在卡到了通道数减半这个操作上,caffe有哪个对应层可以对应吗,或者几个层组合实现这个功能,非常感谢