prakashjay

Results 5 issues of prakashjay

Hi, I have implemented your code in Pytorch and it worked properly but have the following concerns My sudo code works like this cls_targets = [batch_size, anchor_boxes, classes] # classes...

Hi, I have implemented your code and it worked properly but have the following concerns My sudo code works like this cls_targets = [batch_size, anchor_boxes, classes] # classes is 21...

Hi, How to generate optical flows using GPUs? Seems this is being difficult to achieve using Python. Can you help with this ? Thank you

In the paper they have mentioned that image encoder pretrained using MAE is used. Just want to understand how network is pretained using MAE when window size is (14, 14)....