-
### 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 doing number detection,when there are many objects in a row ,such as 12 ,it's often missing some object.But it do well when there are less than 8 numbers in a row.Here are some picture may help y…
-
Hi,
I would like to know if it is possible to use YOLO v2 / v3 with a single anchor box per cell because our application requires only one object detection per cell (there is only 1 kind of object s…
-
Hello,
I am currently using the Faster_RCNN model to perform object detection on my own dataset. I am using coco_evaluation metrics and iou_threshold: 0.6, max_detection_per_class: 100, max_total_…
-
Hello, thanks for your great job!
YOLOX is based on an anchor-free algorithm, and I would like to use YOLOX's ideas in the anchor-based algorithm. Now I have a question that I would like to ask:
…
-
I am trying to train faster_rcnn_resnet101_v1_640x640_coco17_tpu-8 on custom data set.
The loss increases with each training step.
![Screenshot from 2021-06-05 23-48-23](https://user-images.gith…
-
Hi,
I am training yolov7 to detects objects and it detects small & medium objects accurately.
But the problem arises when long objects come, it performs poor in single long objects (along with small…
-
Help me to clear this KeyError :8
Traceback (most recent call last):
File "train.py", line 184, in
tf.app.run()
File "C:\Users\Sathiesh Kumar\AppData\Local\Continuum\anaconda3\envs\ret…
-
## Metrics
- IoU - `Intersection over Union`
- TP/FP/FN
- Precision
- Recall
- TPR - `True Positive Rate`
- FPR - `False Positive Rate`
- Accuracy
- AP - `Average Precision`
- mAP - `Mean A…
-
Model Garden checkpoints decoders, detection and mask head as part of the checkpoint. I have seen the same issue with `optimizer` and it seems it has been resolved in release. Is there way that we ca…