Relation_Networks-pytorch icon indicating copy to clipboard operation
Relation_Networks-pytorch copied to clipboard

Relation Networks for object detection based pytorch

Results 6 Relation_Networks-pytorch issues
Sort by recently updated
recently updated
newest added

I set the n_relations=16 to use the Relation Module,but get this error ![image](https://user-images.githubusercontent.com/31236750/128587609-8ccb28cc-2895-412d-957b-87655fc89701.png)

I ran the relation code based on the vgg16 network, but found that the number of epochs is the same, but much lower than the map value of the individual...

When I run the train.py file after I modified the config.py file,there is a AttributerError:module 'model' has no attribute 'resnet101'.If it's convenient ,piease tell me how to solve it.Thank you!

I compare your code with mxnet(official) version, find that in PositionalEmbedding function,maybe the dim_mat should not be divided by 1? ``` dim_mat = mx.sym.broadcast_power(lhs=mx.sym.full((1,), wave_length), rhs=(8. / feat_dim) * feat_range)...

can you give me the solution?thank you!