facebookresearch / video-nonlocal-net

Non-local Neural Networks for Video Classification
Other
1.97k stars 325 forks source link

Code for object detection? #33

Open cbsudux opened 6 years ago

cbsudux commented 6 years ago

Hi, the original paper tested a Mask R-CNN with a non-local block (by adding one non-local block right before the last residual block of res4 ).

I want to use your non-local block for object detection along with Mask R-CNN. Do you have code for this? If yes, can you please upload it?

xiaolonw commented 6 years ago

it will be soon integrated to Detectron: https://github.com/facebookresearch/Detectron

cbsudux commented 6 years ago

Oh okay! Any ETA?