-
Dear AI Engineer, how can I calculate evaluation metrics such as Dice, IOU, and HD? Could you provide me with some code? I found some code online regarding this topic, but I encountered some issues wh…
-
UnboundLocalErrors occur on resume training. `valid_loss` and `mean_IoU` are obtained by code below:
in train.py:
```python
if epoch % 10:
valid_loss, mean_IoU, IoU_array = validate(config,…
-
I have already checked my dataset for bad annotations all fine
my image has the size 2387 by 3484 pixel and the label themselves are somewhere around 400-500 in width and 200-300 in height
**This…
-
Hi yhenon, thanks for your open source codes of retiannet. In my experiments, the result is much better than https://github.com/fizyr/keras-retinanet. I sincerely hope that you can implement the other…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
![image](https://github.com/PaddlePaddle/Paddle…
-
回归的输出不是偏移量吗,iou_loss的计算是否有问题
-
## 🚀 Feature
when we compute IOU
```python
import torch
_ = torch.manual_seed(0)
from torchmetrics.segmentation import MeanIoU
miou = MeanIoU(num_classes=3)
preds = torch.randint(0, 2, …
-
-
I am working on Colab (pro), trying to retrain a custom object detector using YOLO-V4..
My Avg loss drops to -nan suddenly after 1200 iterations.
**The same happened a few months back, but after rev…
-
Epoch gpu_mem labels img_size box obj cls loss ss_box ss_obj ss_cls tp fp_cls fp_loc pse_num gt_num
12/19 13.5G 2013 …