-
2/3 [===================>..........] - ETA: 7s - batch: 0.5000 - size: 4.0000 - loss: 49.1289 - rpn_class_loss: 16.2321 - rpn_bbox_loss: 25.9648 - mrcnn_class_loss: 0.0000e+00 - mrcnn_bbox_3/3 [======…
-
Hi, I was wondering why
```
sf_sm_loss += args.w_sm * compute_sf_lke_loss(ret['raw_pts_ref'],
ret['raw_pts_post'],
…
-
/root/miniconda3/bin/conda run -p /root/miniconda3 --no-capture-output python /mnt/d/1/MMRAN-main/main.py
--- Focal_loss alpha = 0.25 ,将对背景类进行衰减,请在目标检测任务中使用 ---
Epoch 0/239
----------
现在处理的文件为 …
-
### 🐛 Describe the bug
I have a simple deep learning learning model like this
```
class model(nn.Module):
def __init__(self, insize=32, hiddensize = 16, level=10):
super(model, self…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
**System information**
- OS Platform and Distribution: Monterey 12.6.3 (M2)
- Python version: 3.11
- DeepTables version: 0.2.5
- Other Python packages: `keras==2.14.0 ml-dtypes==0.2.0 tensorboard=…
-
Why focal_loss and mean_iou are always zero when the training progress is going on? I didn't change the model, I used pascalvoc2012 for training
-
Thank you for your nice work!
Since the training code of QueryTrack is not released, I hope you can share the following training details with me:
1. What are the meaning of $\alpha_t$ and $\gamma$…
-
In the 'losses.py', there is not multi_target parameter in the '\__init\__ ', so executing the code raises the error: "TypeError: FocalLoss.__init__() got an unexpected keyword argument 'multi_target…
-
I am training a segmentation model from the [repository][1]. I have used the following loss functions and metrics during my training process.
**loss:**
dice_loss = sm.losses.DiceLoss(class_w…