MCPcopy Create free account
hub / github.com/SAMMiCA/ChangeSim / __len__

Method __len__

script/visualization.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected