Prateek Shroff
Prateek Shroff
@MrShawnXiao Would you mind sharing your code?
@CZW123456 Can you please share the weights? I am not able to download the weights. Thanks
Have you checked other examples ? Is it consistent with all the test images?
I haven't pre-trained my backbone with CUB dataset. Do you that can bump up the accuracy? Actually, I trained with 5 epochs alternatively. I found that there is a slight...
Sure!, These are my attentions: (seems pretty erratic to me) Let me know your views on this. `Print attentions Coors(tx,ty,tl): (0.297393798828125, 0.297393798828125, 447.7026062011719) Print attentions Coors(tx,ty,tl): (0.300567626953125, 0.300567626953125, 447.6994323730469) Print...
Also, I am using the same dataloader. I found some issue with it: Line 83 of CUB_loader.py `img = cv2.imread(self._imgpath[index])` cv2 loads the image in BGR format. But the transformation...
Hey, did you rescale the raw APN outputs even during pretraining APN?
Hey @klrc , after using pretrained backbone. I observe that my signmoid activation at the end of APN layers saturate very quickly. `_atten1: tensor([6.0899e-07, 1.0000e+00, 9.9899e-01], device='cuda:0', grad_fn=) _atten1: tensor([0.0000,...
Happy New year!! @klrc I found the problem with my dataloader. Thanks for all the help :)