(self)
| 45 | self.image_total_files += glob.glob('../Query/Query_Seq_Test/' + map + '/Seq_1/rgb/*.png') |
| 46 | |
| 47 | def __len__(self): |
| 48 | return len(self.image_total_files) |
| 49 | |
| 50 | def __getitem__(self, index): |
| 51 | # Get File Paths |
nothing calls this directly
no outgoing calls
no test coverage detected