ChenRocks / UNITER

Research code for ECCV 2020 paper "UNITER: UNiversal Image-TExt Representation Learning"
https://arxiv.org/abs/1909.11740
781 stars 109 forks source link

error in download_nlvr2.sh (while extracting tar files) #63

Closed tejas-gokhale closed 3 years ago

tejas-gokhale commented 3 years ago

Hi I'm getting these errors for all extractions (line 22, 28) for the dataset . Unable to run either training or inference because of this

$ tar -xvf nlvr2_dev.tar nlvr2_dev/ nlvr2_dev/feat_th0.2_max100_min10/ nlvr2_dev/feat_th0.2_max100_min10/data.mdb tar: Unexpected EOF in archive tar: rmtlseek not stopped at a record boundary tar: Error is not recoverable: exiting now

tejas-gokhale commented 3 years ago

i redownloaded the tars, and it works now. there might have been an issue with either the server or my machine. Closing the issue.