-
File "/home//SipMask/SipMask-mmdetection/tools/../mmdet/models/anchor_heads/sipmask_head.py", line 486, in loss
loss_iou = loss_iou * 10 / num_iou.detach()
AttributeError: 'float' object has no …
-
emm, I have question about train cls_loss ,when I train on my own data ,the class loss can't down in 0.999,I check my data, and even change the learnning rate , but is not work, could you give me som…
-
I successfully trained a 512x512 resnet101 detector on coco, using your code, and Torch version 4.1 (python 2.7, cuda 10). It needed a couple of minor changes to the source code. In particular, the …
-
I am using the yolov4 for training on my custom dataset. Initially I had used the same repo for tiny yolov3 version and it worked fine. But when I tried to train with yolov4 after few iterations i am …
-
C:\Users\bxf\anaconda3\envs\transt\python.exe C:/PyCharmProjects/TransT-main/ltr/run_training.py
Training: transt transt
WARNING: You are using tensorboardX instead sis you have a too old pytorch …
-
I am currently training on a dataset and I want to make sense of the output from YOLOv4-tiny.
`v3 (giou loss, Normalizer: (iou: 0.50, obj: 1.00, cls: 1.00) Region 30 Avg (IOU: 0.000000), count: 1, …
-
Hi, @huaifeng1993 , I try to train DFANet on cityscapes dataset, but the loss directly became Nan, like this:
Epoch 0/1499
step: 0/298 | loss: 910.1328 | IoU of batch: 0.0249
step: 1/298 | loss: 29…
-
Hi,
After starting training of tiny yolo 3l and running for a minute, I always receive a segmentation fault. I've checked my dataset and the coordinates for x_center, y_center, width, and height …
-
The current training script breaks with the new version of pytorch. The fix is to replace lines 88-92 of train.py with:
```
if torch.__version__.startswith('0.3'):
bbox_loss += net.b…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/iss…