kdexd / virtex

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

Cannot find this file: serialized_train.lmdb #9

Closed alibabadoufu closed 4 years ago

alibabadoufu commented 4 years ago

When I was doing the pretraining, this errors showed up:

lmdb.Error: datasets/coco/serialized_train.lmdb: No such file or directory

I couldn't any instruction that generates this file. Anyone has this problem?

kdexd commented 4 years ago

Hi @alibabadoufu

These files are generated as per (2) here: https://kdexd.github.io/virtex/virtex/usage/setup_dependencies.html#preprocess-data

I noticed that I have a small mismatch in file names between default config and instruction. I'll fix this instruction!

kdexd commented 4 years ago

Please check updated instructions (2) at the link above — if you already generated this file, please rename it and/or generate a symlink under datasets/coco in the root directory of this codebase as described above.

Feel free to re-open if you still face any issues!