-
Hello, `I studied your code for a long time, but I still don't understand why your loss function has things that I haven't seen in the yolo / yolov2 articles.
In particular, I've noticed that you app…
-
## ❓ Questions and Help
I'm working on a branch where I implemented validation inference at every checkpoint.
Everything was working fine until the new changes from `torch.deprecated.distributed…
-
Related to **UNet2D_Industrial/Tensorflow**
**Description**
Hi, after evaluating the model, we found that the following metrics show on the terminal:
"eval.IoU_THS_0.05"
"eval.IoU_THS_0.125"
…
-
/home/yanggang/anaconda3/bin/python3 /home/yanggang/pycharm-community-2021.2/plugins/python-ce/helpers/pydev/pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 37841 --file /home/yangga…
-
Thank you for your excellent work!
I built a custom dataset modeled after the format of the s3dis dataset and got good results on the IoU and accuracy values for the semantic segmentation task, but h…
-
hello,
i'll try to run this code in eval_IOU.py, but there are some issue as below:
y_onehot_size: torch.Size([1, 23, 512, 1024])
max(y): tensor(26)
Traceback (most recent call last):
File …
hisrg updated
2 years ago
-
Sorry for the serveral issues that i made. and thank you for your fast answering.
Reference by [wsolevaluation](https://github.com/clovaai/wsolevaluation/blob/master/inference.py) code, i think `…
-
```
class ProposalTargetCreator(object):
def __init__(self, n_sample=128, pos_ratio=0.5, pos_iou_thresh=0.5, neg_iou_thresh_high=0.5, neg_iou_thresh_low=0):
self.n_sample = n_sample
…
-
Dear author,
I am a graduate student at the university. Thank you very much for the code you provided.
But when I tested on my data set, I found the AP was very low, and I don't know why.(I test on …
-
```
everything_results = model(input_image, device="cuda:0", retina_masks=args.retina, imgsz=args.imgsz, conf=args.conf, iou=args.iou)
print("model loaded " , everything_results)
```
用…