kdexd / virtex

[CVPR 2021] VirTex: Learning Visual Representations from Textual Annotations
http://kdexd.xyz/virtex
MIT License
557 stars 61 forks source link

Difficulty with evaluation on downstream task of Object detection #11

Closed NikhilKanamarla closed 4 years ago

NikhilKanamarla commented 4 years ago

Hi,

I used the setup tutorial to setup Virtex on my local Macbook Pro machine.

I tried to run Object detection on Pascal VOC and I got this error

Screen Shot 2020-08-08 at 7 08 44 PM

Do you have any advice? Did I mess something up during setup?

kdexd commented 4 years ago

You need to install https://github.com/nvidia/apex (instructions in README). Word of caution: detection eval requires 13 GB+ GPU memory.

NikhilKanamarla commented 4 years ago

Thank you very much, sorry for bothering you.