AMR icon indicating copy to clipboard operation
AMR copied to clipboard

Results 14 AMR issues
Sort by recently updated
recently updated
newest added

the cam making stage is too slow

FileNotFoundError: [Errno 2] No such file or directory: 'sess/res50_cam.pth.pth' FileNotFoundError: [Errno 2] No such file or directory: 'sess/res50_irn.pth.pth' I also want to know the complete training steps, Thanks.

Can you download the code from Github project and check out?

Could you explain why the code use flip operation in the lines 67 through 69? Several papers hava also used this operation. ` cam2 = F.conv2d(x2, self.classifier2.weight)# 1*1 conv cam2...

hello,i wonder how get cam image after the step 'train cam'

Hello, thanks for the great job! I am confusing about the model provided. Is it generated from segmentation stage or classification phase? Thank you!

Hello! Thanks for your great work! I am confused about some lines in net/resnet50_amr.py. Did you mean that the spotlight branch is not supervised by classification? Is this equal to...

I have encountered such an error: Traceback (most recent call last): File "run_sample.py", line 114, in step.train_amr.run(args) File "/home/stuc/zhx/AMR-main/step/train_amr.py", line 49, in run train_dataset = voc12.dataloader.VOC12ClassificationDataset(args.train_list, voc12_root=args.voc12_root, File "/home/stuc/zhx/AMR-main/voc12/dataloader.py", line...

Hi, I have problem about that: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook...