SarfarazHabib
SarfarazHabib
I have exactly the same question.. I am using this for regression on video based dataset. So i also want to have the y_true values for each frame of my...
Hey, Did you get the answer for this ??
Hey @lixiny Thanks for your help. It works for me now :)
I solved this problem, it looks like mmdetection was not built correctly. But i am having new problems now. After doing some more digging, I found out that the mmdetection...
Hi @RainbowLLL I am also trying to visualize some feature maps of these DCT networks.Were you able to do it successfully. Can you help me with it ?
Hi @calmevtime, Can you please let us know what changes to be made exactly in order to perform inference using your pre-trained model on a custom image. Q1. Do we...
@xgfs Thanks for your work, I have same question I am also getting similar problem. I was trying this metric for Evaluating difference between two layers of CNNs, I found...
Hi, I tried both of your proposed solutions, the results came close to being stable but they still fluctuate to different valules even for the same arrays.
[model_resnet_dct_layer1_3_conv2.zip](https://github.com/xgfs/imd/files/4954179/model_resnet_dct_layer1_3_conv2.zip) This is the pickled file of the array I am using. Its a feature vector from a layer. So, i just transpose it from (1,128,56,56) to (3136, 128) and...