-
### Search before asking
- [X] I have searched the YOLOv3 [issues](https://github.com/ultralytics/yolov3/issues) and [discussions](https://github.com/ultralytics/yolov3/discussions) and found no simi…
-
We track operations that we need add to TensorFlow Lite here:
- [ ] Conv3d (https://github.com/tensorflow/tensorflow/issues/19658)
- [ ] Quantized TransposeConv (https://github.com/tensorflow/tens…
-
v5 is so fast! I even dare to imagine how fast it is speeded up by TensorRT, Do you has any job about it ?
-
## ❔Question
python train.py --data data/custom.data --weights pretrained/yolov4.conv.137 --batch-size 8 --cfg cfg/yolov4.cfg --img-size 256
Namespace(adam=False, batch_size=8, bucket='', cache_imag…
-
Helo @glenn-jocher , Thanks for your contribution. I have 2 questions:
1. By using the "python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size 64 --device 0" You said taht "…
-
### Search before asking
- [X] I have searched the YOLOv3 [issues](https://github.com/ultralytics/yolov3/issues) and [discussions](https://github.com/ultralytics/yolov3/discussions) and found no simi…
-
The following are the 12 categories of detection models I trained, but there are very few samples in some categories. How to solve the imbalance problem of categories?
![image](https://user-images.gi…
-
OS : Ubuntu 20.04
Hardware : jetson orin nano
ROS : noetic
oak-d lite launch file doesn't work
There are 2 launch files that work
1. stereo_node.launch
2. stereo_nodelet.launch
Doe…
-
Sorry to bother, I have trained a patch following the readme.md and i try to run evaluate.py to test its performance on other detectors. But the results are not so satisfied. I have two questions : Th…
-
@AlexeyAB I know about this line in the readme:
> Only if you are an expert in neural detection networks [...]
I've avoided the topic of re-calculating anchors for the past few years. But peopl…