rowanz / neural-motifs

Code for Neural Motifs: Scene Graph Parsing with Global Context (CVPR 2018)
https://rowanzellers.com/neuralmotifs
MIT License
523 stars 114 forks source link

list index out of range #99

Open L6-hong opened 3 years ago

L6-hong commented 3 years ago

Hello, I encountered the following problem in the process of reproducing the code. How can you solve this problem? Thank you. self.filenames = [self.filenames[i] for i in np.where(self.split_mask)[0]] IndexError: list index out of range