jackroos / VL-BERT

Code for ICLR 2020 paper "VL-BERT: Pre-training of Generic Visual-Linguistic Representations".
MIT License
738 stars 110 forks source link

Is the roialign part forgotten compiled ? #51

Closed Liu0329 closed 4 years ago

Liu0329 commented 4 years ago

It seems that the setup.py only compiles roipooling but not roialign.

jackroos commented 4 years ago

Both would be compiled since RoI align is also contained in this folder.

Liu0329 commented 4 years ago

But there is only roipooling.so generated

Liu0329 commented 4 years ago

I added the roi-align part in setup.py and it works