DG-YOLO icon indicating copy to clipboard operation
DG-YOLO copied to clipboard

[ICIP2020] TOWARDS DOMAIN GENERALIZATION IN UNDERWATER OBJECT DETECTION

Results 12 DG-YOLO issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/38450078/198572106-f41583db-47d2-4fca-8809-bbb9f95f56bc.png) I download your dataset,then change nothing in the code.But when it come to 82 epoch, the AP of holothurian is still have something wrong

My card cannot support your code, so I want to use yolov7 to run your dataset,but it's weird that YOLOV7 reach a very low mAP, just about mAP50 = 30,even...

When I used the weights you gave for the test, I deleted the category of seaweed, and it should be four categories at this time. But the detected categories always...

Compute mAP... Detecting objects: 0%| | 0/118 [00:00

Thx for your work, could you share your trained weights?

File "D:\pycharm_workspace\DG-YOLO-master\test.py", line 107, in for i, c in enumerate(ap_class): TypeError: 'int' object is not iterable

您好,我也没做过目标检测的任务。目前我有个downstream task用到了。 在使用阶段,可以输出map值, 但是没有绘制了检测框的图像输出,我想问问您关于这一块儿是需要怎么处理,我在augmentations里面看见了imgshow_output 方法,但是会发生错误。

![image](https://user-images.githubusercontent.com/123624781/234787045-970a6482-c2c8-4096-8536-f7728fe6c340.png) ![image](https://user-images.githubusercontent.com/123624781/234787145-9f3a9adc-caf5-48d0-9038-3ddad455dbe9.png) 请问,为什么只有7个type,domain_label却要初始化8个0,我的猜想是第0维度是batch_size, 但是我不理解这个mask处理,为什么要把batch_szie这一维==1的挑出来,就是mask这段不太理解在做什么。

in Table 1, the WQT is used to create type1 data. Does ori+type1 mean that you put ori (4000 images) and also type1 (4000 images) total 8000 images of fully...

If we adopt WQT to create val_8 (do not appear in training set), : 1.how to keep annotation correct when we create val_8 (if we set WQT output size=512,it's a...