-
制作自己的yolov5数据集
-
Is this problem solved? I'm using [https://github.com/rafaelpadilla/review_object_detection_metrics](https://github.com/rafaelpadilla/review_object_detection_metrics) to evaluate the output I get from…
-
[
![Capture](https://user-images.githubusercontent.com/63037127/125906179-8827e25e-b0e8-42ce-894c-51e07fcdda76.PNG)
](url)
-
Recently I trained a dataset of ~8000 images for ~50000 iterations on darknet yolov3(pjreddie's repo). Then I use detector recall(set the threshold at 0.5 in detector.c) and get a result of around 50%…
-
When trying to run the BCCD example, with the data set and the code provided, the following error is displayed:
> blood_yolo %>%
fit_generator(
generator = train_blood_yolo_generator,
…
-
Hello,
For debugging a model its a very userfull to show a heatmap of the classactivations.
This is described in paper https://arxiv.org/pdf/1610.02391v1.pdf
* Implementation in torch: https://gi…
-
Hello ,
I am training yolov3 using google colab to obtain a model that can detect pistols. Dataset is 2500 images and stopping around 5000 iterations and the resulting model correctly detected obj…
-
How can we train on unlabeled custom data? Your instructions mentioned that we have to convert the dataset to COCO annotations, but I don't have track ID labels for my task; I have the bounding boxes …
-
Could this repo supports max pooling layer with different x, y strides.
I would like to implement the state-of-the-art object detector.
Thanks.
![image](https://user-images.githubusercontent.com/…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…