JefferyChiang

Results 8 comments of JefferyChiang

The input size of ShuffleNetV2 from pytorch is 224*224. I wonder how does it work when input size is set to 320 or 416. Will NanoDet resize img to 224...

Thanks This solution still work for pyinstaller==4.5.1. and timm==0.5.4.

upgrade sympy to 1.10.1 solve the problem

Same issue here. Do you have any solution for this ?

I agree with your point. I think the first if-branch should be modify into "if not self.already_selected: " for more accurate to the kcenter_greedy algorithm. Have you modify the code...

It can be changed to "w = (1 - (np.exp(**N_b[0]**)/np.sum(np.exp(N_b))))" because the N_b is sorted by k. In the other hand, I want to figure out some explanation of why...