-
I follow the instruction by README,yet get a very low AP ,i tried many times in different GPU,still got 69AP in MPII val set and 11.5AP in COCO val set. detail in the following:
root@db8a72eec293…
-
After training my own LiDAR model, I get an IOU score of 63.8. This is quite a bit higher than the IOU presented in the paper, 60.8. Perhaps it is a typo in the paper??
I used the same parameters as …
-
Your work is outstanding and has been highly inspiring to me. However, I am encountering a deviation of approximately 15% lower results compared to the metrics provided in the paper on the ActivityNet…
-
Would be useful to support metrics to compare performance of various DCNNs in segmentation these could include:
- [x] Number of network parameters
- [ ] GFlops of compute needed
- [ ] mIoU
- [ ]…
AOS55 updated
3 years ago
-
i have custom dataset.
so i calculate anchors for my dataset.
i curious about num_cluster.
when i set cluster 100, anchor IOU is 92%,
cluster 9, anchor IOU is 82%.
Is it a good thing if the IOU…
-
Here is my test code:
```
def fcos_iou_loss(pred, target, eps=1e-6, alpha=1,gamma=0.5,loss_type='iou',smooth_point=0.1):
pred_left, pred_top, pred_right, pred_bottom = pred.chunk(4, -1)
ta…
-
https://www.wgj.ink/2023/11/08/University/AI/%E6%9C%BA%E5%99%A8_%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E9%A2%86%E5%9F%9F%E6%89%80%E6%B6%89%E5%8F%8A%E7%9A%84%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/
一名计算机…
-
TrainingのTrain ablation model (MOT17 half train and CrowdHuman)を行った後、TrackingのEvaluation on MOT17 half valの以下のコードを実行した際にエラーが発生しました。
解決法がわかる方がいましたら、教えていただきたいです。
[実行コード]
python3 tools/track.py -f e…
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.180
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.578
Average Precision (AP) @[ IoU=0.75 …
-
I noticed that the task alignment code in the YOLOV8LabelEncoder calculates the overlaps with compute_ciou in place of compute_iou:
https://github.com/keras-team/keras-cv/blob/e360fb7047f4c628359c9…