-
[cross_iou_loss](https://github.com/Duankaiwen/LSNet/blob/7ca365cefdbab3a039fff160bc61acd0d16bb70c/code/mmdet/models/losses/cross_iou_loss.py#L62)
这里所对应的cross_iou_loss是文章的所提出的损失吗?有人可以告诉我这里面loss的输入的te…
-
## 🚀 Feature
It would be great if the backward pass of the rotated IoU CUDA module would be implemented, since this way one could train a detector to directly optimize it.
Moreover, recent papers i…
-
Try to implement the IOU loss, and compare with the cross entropy loss
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
2.9
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No response_
…
-
Hi.
As I understand the below code in **cars segmentation (camvid).ipynb** should be changed.
Because I can't run it. Am I right?
Do you plan to update the examples?
1. There is no utils under…
-
我是在算力云平台跑的,但运行完一轮后报错:
Traceback (most recent call last):
File "tools/train.py", line 395, in
main()
File "tools/train.py", line 330, in main
da_segment_results,ll_segment_results,detect_results,…
-
Thank you for your work, mask_loss and iou_score_loss always 0 in the process of training my own data, what could be the reason?
2022-07-05 19:20:48,783 - INFO - Training
2022-07-05 19:21:01,139 - I…
-
DENSE_HEAD:
NAME: CenterHead
CLASS_AGNOSTIC: False
CLASS_NAMES_EACH_HEAD: [
['Vehicle', 'Pedestrian', 'Cyclist']
]
SHARED_CONV_CHANNEL…
-
ImportError: /data/lu.yuan1/pycharm_projects/MUTR3D/mmdetection3d/mmdet3d/ops/iou_loss/iou_loss_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNK3c106IValue23reportToTensorTypeErrorEv
I u…
-
Hi,@cenit, Maybe I found a code bug.
It's not a error.But it haven't do the thing correctly.
In yolo_layer.c:
```
args->tot_iou += all_ious.iou;
args->tot_iou_los…