Results 3 comments of Sanghyun Woo

Thanks for your hard work on maintaining this wonderful repo. It would be nice to include recently released large-vocabulary tracking data TAO as well.

I trained both using lr=0.004, batch_size = 32.

Thanks for your reply. Another issue in your RefineDet320 code. The transfer connection block is implemented as following. x = F.relu(F.relu(l(u(x)),inplace=True)+t,inplace=True) However, according to the paper, it should be as...