Xin Zhang

Results 5 comments of Xin Zhang

> I didn't find an implementation specialized in windows. This repository is based on Linux. I guess (personally) you could compile the files by installing an Ubuntu environment besides the...

+1. Could you please provide the training code on the COCO? Thanks!

I tried that: left(num_tensor)=9 while right(2 * n_in + 2 * n_out + n_aux) =10. How does this come? I modified nothing but the learning rate and gpu_num. @huazehuang @Zehaos

@perp Thanks for your generous help! I will have a try.

> its seems that the dimension is mismatched in class Mask(): > > `mask_weight --> cls+bbox -->dim = (4+1)*class_num x 256` > `x = x.permute(0, 2, 3, 1) # dim...