xiaonizi

Results 6 issues of xiaonizi

when I run the inference_demo.py as README.md, there was a problem "RuntimeError : cuDNN error : CUDNN_STATUS_NOT_INITIALIZED". How to solve the problem?

fcos_core/data/transforms/transforms.py line 61, in __call__ report "AttributeError: 'list' object has no attribute 'resize'". When I change it to "target = F.resize(target, size), it reported " TypeError: img should be PIL...

我的源域、目标域都是自己的数据集,没有修改SFA的任何参数,也没有修改官方deformable DETR的参数,SFA训练的结果比deformable DETR source-only的结果差,不知道什么原因,可否指教一下

With detectron2 for the first time, I didn't understand a problem. When I trained the source only, AT model, I loaded the pretrained model of model zoo, and the mAP...

每次运行都会报错 no sunch file or directory:'0000003', 每次报错的文件也不同,但是他们都在annotations、JPEGImage里,这是什么原因呢

I trained custom dataset, and broke at line 121. I don't know how to change the parameters here, can you give me some suggestions.